You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.6 KiB
27 lines
1.6 KiB
/* miniprogram/pages/center/order/orderDetail/index.wxss */ |
|
page{background: #EDEDED;} |
|
.container{color:#333333;font-size:26rpx;padding-bottom:120rpx;} |
|
.navCircle{background:#ffffff;width:92%;margin-top:14rpx;padding:0 4%;} |
|
.navtitle{display: flex;justify-content: space-between;padding:32rpx 0;height:30rpx;line-height:30rpx; |
|
border-bottom:2rpx solid #EDEDED;} |
|
.navtitle .orderno{color:#808080;} |
|
.navCircle .bigtitle{font-size:30rpx;} |
|
.carList{height:260rpx;width:100%;padding:24rpx 0;} |
|
.carList .carImg{width:35%;height:100%;float:left;} |
|
.carList .carImg image{width:100%;height:100%} |
|
.carList .carInfo{width:63%;float:left;margin-left:2%;} |
|
.carList .carInfo .carName{width:100%;line-height:60rpx;height:60rpx;font-size:28rpx;overflow: hidden;} |
|
.carList .carInfo .carIntro{line-height:30rpx;width:100%;height:90rpx;font-size:22rpx;color:#807D7D;} |
|
.carList .carInfo .carPrice{line-height:60rpx;width:100%;height:60rpx;font-size:24rpx;color:#E60303;} |
|
.carList .carInfo .carChange{line-height:50rpx;width:100%;height:50rpx;font-size:24rpx;color:#8C8989;display:flex;justify-content: space-between;} |
|
.contentCircle{padding:20rpx 0;} |
|
.infomation{line-height:60rpx;font-size:28rpx;} |
|
/* height:60rpx; display: flex;justify-content: space-between; */ |
|
.infomation .shoptitle{color:#807373} |
|
.footer{width:94%;height:96rpx;line-height:96rpx;text-align: center;background:#F66A01;color:#fff;margin:34rpx auto;border-radius:16rpx;} |
|
|
|
|
|
.list{padding:24rpx;} |
|
.list .name{font-size:28rpx;padding-bottom:10rpx} |
|
.list .price{display: flex;justify-content: space-between;color:#919191;font-size:24rpx;} |
|
.list .price text{color:#F66A01;font-size:28rpx;} |