12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- /* pages/orderDetails/orderDetails.wxss */
- .mine {
- padding: 64rpx 28rpx 120rpx 28rpx;
- position: relative;
- }
- .mine .info-text {
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: #333333;
- letter-spacing: 0;
- }
- .mine .info-type {
- margin-top: 24rpx;
- }
- .mine .info-supplier {
- margin-top: 40rpx;
- }
- .van-cell {
- margin-top: 18rpx;
- border-radius: 8px;
- padding-top: 34rpx !important;
- padding-bottom: 34rpx !important;
- }
- .van-field__label {
- font-size: 32rpx !important;
- font-family: PingFangSC-Regular !important;
- color: #333333 !important;
- }
- .van-field__control {
- font-size: 32rpx !important;
- font-family: PingFangSC-Regular !important;
- color: #333333 !important;
- }
- .van-field__button {
- height: 32rpx;
- line-height: 10rpx;
- }
- .mine .info-num {
- margin-top: 40rpx;
- }
- .mine .info-price {
- margin-top: 40rpx;
- }
- .mine .info-ps {
- margin-top: 40rpx;
- }
- .mine .info-ps .remarks {
- background: #FFFFFF;
- height: 224rpx;
- }
- .operation {
- margin-top: 88rpx;
- width: 626rpx;
- height: 96rpx;
- line-height: 96rpx;
- background: #0271E3;
- border-radius: 48rpx;
- font-family: PingFangSC-Regular;
- font-size: 36rpx;
- color: #FFFFFF;
- letter-spacing: 0;
- text-align: center;
- position: relative;
- left: 50%;
- transform: translateX(-50%);
- }
|