123456789101112131415161718192021222324252627282930313233 |
- /* pages/Today_detail/index.wxss */
- .commission-details .promoterHeader .headerCon .money {
- font-size: 36rpx;
- }
- .commission-details .promoterHeader .headerCon .money .num {
- font-family: 'Guildford Pro';
- }
- .noCart {
- margin-top: 171rpx;
- padding-top: 0.1rpx;
- }
- .noCart .pictrue {
- width: 292rpx;
- height: 292rpx;
- margin: 48rpx auto 56rpx auto;
- }
- .noCart .pictrue image {
- width: 100%;
- height: 100%;
- }
- .nocatr_p {
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: center;
- color: #999999;
- margin-top: 64rpx;
- }
|