| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- .tab-box{
- background-color: #fff;
- padding: 30rpx;
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- z-index: 100;
- }
- .tab-item{
- text-align: center;
- font-size: 28rpx;
- line-height: 41rpx;
- }
- .tab-item image{
- visibility: hidden;
- }
- .tab-item-active{
- color: #EB5C20;
- }
- .tab-item-active image{
- visibility: visible;
- }
- .tab-active-icon{
- width: 32rpx;
- height: 10rpx;
- margin-top: 10rpx;
- margin: auto;
- }
- .saoma{
- width: 39rpx;
- height: 36rpx;
- margin-left: 60rpx;
- margin-bottom: 10rpx;
- }
- .sousuo{
- width: 36rpx;
- height: 36rpx;
- margin-left: 50rpx;
- margin-bottom: 10rpx;
- }
- /* 订单 */
- .order-item{
- background: #FFFFFF;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- padding: 25rpx 31rpx;
- margin: 30rpx;
- }
- .order-item-header{
- justify-content: space-between;
- /* padding-bottom: 26rpx;
- border-bottom: 1rpx solid #E6E6E6; */
- }
- .order-time{
- line-height: 41rpx;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #666464;
- }
- .order-state{
- width: 92rpx;
- height: 36rpx;
- line-height: 36rpx;
- border-radius: 5rpx 5rpx 5rpx 5rpx;
- opacity: 1;
- border: 2rpx solid #EB5C20;
- text-align: center;
- color: #EB5C20;
- }
- .order-item-body{
- /* padding: 10rpx 0 0; */
-
- }
- .order-item-content{
- margin: 20rpx 0;
- justify-content: space-between;
- }
- .order-item-content-label{
- line-height: 41rpx;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #666464;
- }
- .order-item-content-data{
- line-height: 41rpx;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #666464;
- text-align: left;
- }
- .order-btns{
- justify-content: space-between;
- margin-top: 20rpx;
- padding-top: 20rpx;
- border-top: 1rpx solid #E6E6E6;
- }
- .order-btn{
- line-height: 56rpx;
- background: #EB5C20;
- border-radius: 73rpx 73rpx 73rpx 73rpx;
- opacity: 1;
- padding: 0 23rpx;
- margin-left: 20rpx;
- font-size: 28rpx;
- font-weight: normal;
- color: #FFFFFF;
- }
- .order-btn-time{
- width: 266rpx;
- line-height: 41rpx;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #A8A5A5;
- }
|