| 12345678910111213141516171819202122232425262728293031323334353637 |
- .bg {
- position: relative;
- width: 100%;
- min-height: 100%;
- background-color: #ffffff;
- }
- .radishDetail {
- padding: 0 20rpx;
- }
- .radishDetail-count {
- font-size: 28rpx;
- line-height: 120rpx;
- border-bottom: 1rpx solid #eeeeee;
- margin-bottom: 20rpx;
- }
- .radishDetail-count__title {
- color: #999999;
- float: left;
- }
- .radishDetail-count__value {
- color: #4c4c4c;
- float: right;
- }
- .radishDetail-line {
- font-size: 28rpx;
- line-height: 72rpx;
- }
- .radishDetail-line__title {
- color: #999999;
- float: left;
- }
- .radishDetail-line__value {
- color: #4c4c4c;
- float: right;
- width: 540rpx;
- text-align: right;
- }
|