@import '../../common/css/common.wxss';
|
@import '../../icon/iconfont.wxss';
|
|
.couponGroup {
|
background: #fcfbf7;
|
padding: 30rpx 20rpx;
|
margin: 10rpx 20rpx 0rpx 20rpx;
|
font-size: 25rpx;
|
}
|
.cartWarp{
|
padding-bottom: 110rpx;
|
}
|
.lable {
|
font-size: 24rpx;
|
display: inline-block;
|
width: 60rpx;
|
height: 35rpx;
|
background: #ef8438;
|
margin-right: 20rpx;
|
text-align: center;
|
line-height: 39rpx;
|
color: #fff;
|
border-radius: 2rpx;
|
}
|
|
.cart-list {
|
display: flex;
|
padding: 30rpx 20rpx;
|
background-color: #fff;
|
margin: 0rpx 20rpx 0rpx 20rpx;
|
}
|
|
.cart-list .cart-pro-select {
|
font-size: 40rpx;
|
margin-top: 56rpx;
|
}
|
|
.cart_content {
|
width: 60%;
|
line-height: 35rpx;
|
}
|
|
.cart-list .cart-thumb {
|
margin: 0 31rpx 0 30rpx;
|
width: 167rpx;
|
height: 159rpx;
|
}
|
|
.cart-list .cart-pro-name {
|
font-size: 30rpx;
|
color: #333;
|
font-weight: bold;
|
/*设置文字溢出部分为...*/
|
overflow: hidden;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
width: 270rpx;
|
display: block;
|
}
|
|
.norms {
|
font-size: 26rpx;
|
display: flex;
|
margin-top: 10rpx;
|
}
|
|
.cart-list .cart-pro-price {
|
display: inline-block;
|
margin-top: 47rpx;
|
color: #fc081f;
|
font-size: 32rpx;
|
font-weight: bold;
|
}
|
|
.cart-list .cart-count-box {
|
display: flex;
|
align-items: center;
|
margin-top: 55rpx;
|
}
|
|
.cart-count-box image {
|
width: 32rpx;
|
height: 33rpx;
|
}
|
|
.cart-count-down, .cart-count-add {
|
height: 100%;
|
}
|
|
.cart-count-num {
|
background: #f9f9f9;
|
font-size: 26rpx;
|
border-radius: 5rpx;
|
color: #b3b3b3;
|
text-align: center;
|
width: 43rpx;
|
height: 41rpx;
|
line-height: 41rpx;
|
margin-left: 15rpx;
|
margin-right: 15rpx;
|
margin-top: 8rpx;
|
}
|
|
.cart-del {
|
color: #9b9b9b;
|
font-size: 35rpx;
|
margin-left: 105rpx;
|
margin-top: -20rpx;
|
display: block;
|
}
|
|
.cart-footer {
|
font-size: 28rpx;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
width: 100%;
|
height: 106rpx;
|
line-height: 106rpx;
|
padding: 0 100rpx 0 80rpx;
|
box-sizing: border-box;
|
background: #fff;
|
color: #000;
|
}
|
|
.total-select {
|
position: absolute;
|
left: 36rpx;
|
font-size: 44rpx;
|
}
|
|
.order-icon {
|
position: absolute;
|
right: 0rpx;
|
width: 246rpx;
|
height: 74rpx;
|
}
|
|
.order-icon image, .order-icon navigator {
|
display: block;
|
width: 120rpx;
|
height: 45rpx;
|
}
|
|
.cart-toatl-price {
|
color: #fc081f;
|
font-size: 28rpx;
|
font-weight: bold;
|
}
|
|
.car-pay {
|
font-weight: bold;
|
border-radius: 0rpx;
|
width: 246rpx;
|
height: 106rpx;
|
line-height: 106rpx;
|
background-color: #e74a05;
|
color: #fff;
|
font-size: 30rpx;
|
}
|
|
.choose-all {
|
margin-left: 10rpx;
|
font-size: 24rpx;
|
color: #333;
|
font-weight: bold;
|
margin-top: -1rpx;
|
display: block;
|
}
|
|
.all-money {
|
width: 50%;
|
line-height: 44rpx;
|
display: flex;
|
text-align: right;
|
flex-direction: column;
|
font-size: 28rpx;
|
margin-top: 8rpx;
|
position: absolute;
|
top: 0;
|
}
|
|
.icon-gouxuan {
|
color: #00c085;
|
}
|
.icon-icon- {
|
font-size: 30rpx;
|
font-weight: bold;
|
color: #00c085;
|
line-height: 10rpx;
|
|
}
|
.icon-quan {
|
color: #9b9b9b;
|
}
|
|
.freight {
|
color: #b3b3b3;
|
font-size: 24rpx;
|
font-weight: bold;
|
}
|
|
.no-cart {
|
text-align: center;
|
font-size: 30rpx;
|
}
|
|
.cart-no-data {
|
color: #333;
|
}
|
|
.no-cart image {
|
width: 236rpx;
|
height: 206rpx;
|
margin: 265rpx 0 70rpx 0;
|
}
|
|
.choudan{
|
font-size: 24rpx;
|
display: inline-block;
|
float: right;
|
width: 120rpx;
|
height: 35rpx;
|
color: #ef8438;
|
border-radius: 2rpx;
|
}
|