| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .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;
- }
- .merchant-transfer-btn {
- width: 560rpx;
- height: 88rpx;
- line-height: 88rpx;
- margin: 56rpx auto 0;
- border-radius: 44rpx;
- background-image: linear-gradient(90deg, #eab86a 0%, #e23232 100%);
- color: #ffffff;
- font-size: 30rpx;
- text-align: center;
- }
|