12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .details-main {
- padding: 20rpx;
- position: fixed;
- left: 0px;
- top: 0px;
- right: 0px;
- bottom: 0;
- background: #F5F5F5;
- overflow: hidden;
- overflow-y: auto;
- }
- .details-main-bottom {
- margin-bottom: 20rpx;
- }
- .details-main-bottom-30 {
- margin-bottom: 20rpx;
- }
- .details-div {
- border-radius: 20rpx;
- background: #FFFFFF;
- padding: 28rpx 26rpx;
- }
- .address-box {
- .address-left {
- flex: 1;
- .address-content {
- margin-left: 18rpx;
- .address-text {
- .mar-22 {
- margin-right: 22rpx;
- }
- }
- }
- }
- }
- .font-title {
- font-family: PingFang SC;
- font-size: 34rpx;
- font-weight: bold;
- line-height: 44rpx;
- letter-spacing: normal;
- color: #1A1A1A;
- margin-bottom: 32rpx;
- margin-top: 12rpx;
- }
- .bz-bottom {
- margin-bottom: 20rpx;
- }
|