12345678910111213141516171819202122232425262728293031323334353637383940 |
- /* pages/my/account/detail/detail.wxss */
- .topBox {
- padding: 32rpx;
- }
- .topBox .tit {
- font-size: 28rpx;
- color: #191C27;
- }
- .topBox .num {
- font-size: 80rpx;
- font-weight: 500;
- color: #191C27;
- margin-top: 32rpx;
- margin-bottom: 45rpx;
- }
- .topBox .auto {
- text-align: center;
- }
- .list {
- padding: 24rpx;
- }
- .list .items {
- padding: 32rpx 0;
- }
- .list .items .le {
- font-size: 30rpx;
- color: #999999;
- width: 15%;
- }
- .list .items .lr {
- font-size: 30rpx;
- color: #191C27;
- }
|