1234567891011121314151617181920212223242526272829303132 |
- page{background: #F5F5F8;padding-bottom: 160rpx;}
- .order-list{background: #fff;margin-bottom: 30rpx;}
- .order-list-item{padding: 20rpx 50rpx;border-bottom: 1px solid #eee;display: flex;}
- .order-list .order-list-item:last-of-type{border-bottom: 0;}
- .order-list-item .image-content{width: 202rpx;height: 202rpx;padding-right: 24rpx;}
- .order-list-item image{width:100%;height: 100%;background:#DDDDDD;}
- .order-list-item .text-content{flex: 1;position: relative;}
- .order-list-item .title{width:350rpx;height: 80rpx;font-size:30rpx;margin-bottom:20rpx;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;font-weight:bold;}
- .order-list-item .totalcarbon,
- .order-list-item .oId{font-size: 28rpx;color: #999;font-weight: 300;}
- .order-list-item .text-content .price{display: flex;justify-content: space-between;align-items: center;margin-bottom: 24rpx;}
- .order-list-item .price .price-total{color: #26D18B;font-weight: 600;}
- .order-list-item .price .price-unit{font-size: 28rpx;color: #999;}
- .order-list-item .nums{position:absolute;right:-20rpx;bottom:0;}
- .order-list-item .nums .countNum{display:flex;width:152rpx;height:50rpx;border:1px solid #E5E5E5;margin-left:134rpx;}
- .order-list-item .nums .countNum .countNum-action{width:230rpx;height:100%;line-height:44rpx;color:#26D18B;text-align:center;}
- .order-list-item .nums .countNum .reduce{border-right:1px solid #E5E5E5;}
- .order-list-item .nums .countNum .add{border-left:1px solid #E5E5E5;}
- .order-list-item .nums .countNum .countNum-input .uni-input{height:100%;text-align:center;}
- .pay-wrap{position: fixed;left: 0;bottom: 0;background: #fff;padding: 31rpx 24rpx;width: 100%;box-sizing: border-box;}
- .pay-wrap .pay-con{height: 98rpx;line-height:98rpx;box-sizing: border-box;background: #26D18B;border-radius: 45rpx;padding: 0 24rpx;}
- .pay-wrap .pay-con-til{font-size:29rpx;color: #fff;padding-left:28rpx;}
- .pay-wrap .num{float: right;font-size: 36rpx;color: #fff;margin-right: 33rpx;position: relative;padding-right: 45rpx;}
- .pay-wrap .num::after{content: '';width: 30rpx;height: 27rpx;/* background: url(../../static/images/right-arrow.png) no-repeat; */background-size: 30rpx auto;position: absolute;right: 0;top: 39rpx;}
- .pay-wrap .num uni-text{font-size: 24rpx;}
- .pay-way >>> .uni-list-item__extra-text{font-size:28rpx;}
|