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.
 

315 lines
4.9 KiB

/* pages/order/post/index.wxss */
page {
background: #f6f6f6;
padding-bottom: 150rpx;
}
.sendwayArea{
display: flex;
justify-content: space-between;
box-sizing: border-box;
}
.sendwayArea .sendway-item{
font-weight: 500;
font-size: 27rpx;
color: #111111;
width: 333rpx;
text-align: center;
height: 57rpx;
line-height: 57rpx;
background: #FFFFFF;
border-radius: 29rpx;
}
.sendwayArea .sendway-item.active{
border: 1px solid #0E8790;
color: #0E8790;
}
.sku-info-container{
background: #FFFFFF;
border-radius: 9rpx;
}
.box {
margin: 30rpx 25rpx;
}
.box-title {
height: 113rpx;
margin: 0 20rpx;
font-size: 31rpx;
color: #000;
font-weight: 500;
display: flex;
align-items: center;
}
.sku-info-container .box-title{
border-bottom: 1px solid #CCCCCC;
}
.pickup-container .box-title{
justify-content: space-between;
background: #FFFFFF;
margin: 26rpx 0;
border-radius: 13rpx;
padding: 0 20rpx;
}
.pickup-container .flex-1{
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 34rpx;
text-align: right;
}
.cha {
width: 20rpx;
height: 20rpx;
}
.allowance {
justify-content: space-between;
}
.allowance>view:nth-child(2) {
display: flex;
align-items: center;
}
.allowance image {
width: 40rpx;
height: 40rpx;
margin-left: 10rpx;
}
.allowance .border {
width: 30rpx;
height: 30rpx;
border-radius: 50%;
border: 4rpx solid #0B98BE;
margin-left: 10rpx;
}
.coupon-btn {
width: 138rpx;
line-height: 56rpx;
border: 1px solid #333333;
border-radius: 29rpx;
text-align: center;
font-size: 28rpx;
color: #000;
}
.skuinfo {
display: flex;
justify-content: space-between;
padding: 30rpx 20rpx;
}
.skuinfo image {
flex-shrink: 0;
width: 174rpx;
height: 143rpx;
border-radius: 7rpx;
margin-right: 23rpx;
}
.right-info {
flex: 1;
width: 400rpx;
}
.sku-name {
font-size: 32rpx;
line-height: 47rpx;
color: #333;
margin: 10rpx 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.info-tips {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 27rpx;
color: #666;
}
.info-tips .price {
font-size: 33rpx;
color: #000;
flex: 1;
margin-left: 10rpx;
}
.info-tips .price text {
font-size: 24rpx;
}
.info-tips .iconfont {
font-size: 26rpx;
}
.box-title .iconfont {
font-size: 28rpx;
flex-shrink: 0;
}
.number-box {
font-size: 29rpx;
font-weight: 500;
color: #000;
flex-shrink: 0;
width: 67rpx;
line-height: 49rpx;
background: #F0F0F0;
border-radius: 7rpx;
text-align: center;
margin: 0 20rpx;
}
.line {
margin: 0 20rpx;
background: #ccc;
height: 1rpx;
}
.box-title input {
flex: 1;
display: block;
font-size: 31rpx;
color: #666;
margin-left: 15rpx;
font-weight: 400;
}
.fixed-bottom {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 113rpx;
display: flex;
align-items: center;
justify-content: space-between;
background: white;
z-index: 2;
box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1);
}
.fixed-btn {
width: 320rpx;
line-height: 113rpx;
background: #D62828;
color: #fff;
text-align: center;
font-size: 36rpx;
font-weight: 500;
}
.fixed-price-box {
margin-left: 25rpx;
flex-shrink: 0;
font-size: 29rpx;
color: #333;
font-weight: 500;
}
.fixed-price-box .price {
color: #D62828;
font-size: 36rpx;
margin-left: 10rpx;
}
.all-money-box {
margin: 0 20rpx;
display: flex;
justify-content: flex-end;
font-size: 27rpx;
height: 80rpx;
align-items: center;
/* border-top: 1rpx solid #ccc; */
color: #000;
}
.all-money-box text {
color: #D62828;
}
.all-money-box .unit {
font-size: 24rpx;
}
.all-money-box .s-price {
font-size: 33rpx;
}
.header-title {
font-size: 31rpx;
font-weight: 500;
color: #000;
line-height: 113rpx;
padding: 0 20rpx;
border-bottom: 1rpx solid #d8d8d8;
}
.mask-allowance .mask-content {
margin: auto;
top: initial;
bottom: initial;
padding: 20rpx;
}
.mask-allowance .mask-content .rule-title {
text-align: center;
margin-bottom: 20rpx;
}
.batch-view{
display: flex;
}
.batch-view .flex{
display: flex;
align-items: center;
}
.batch-view .no-select{
width: 30rpx;
height: 30rpx;
background: #FFFFFF;
border-radius: 50%;
border: 1px solid #999999;
margin-right: 10rpx;
}
.batch-view .select-img{
width: 30rpx;
height: 30rpx;
margin-right: 10rpx;
}
.batch-view .batch-info-tip{
position: absolute;
right: 0;
bottom: 6rpx;
font-weight: 500;
font-size: 23rpx;
color: #D62828;
}
.warning-tip{
display: flex;
height: 67rpx;
background: #D62828;
border-radius: 9rpx 9rpx 0rpx 0rpx;
align-items: center;
font-weight: bold;
font-size: 27rpx;
color: #FFFFFF;
padding-left: 13rpx;
}
.warning-tip image{
width: 26.67rpx;
height: 26.67rpx;
margin-right: 12rpx;
}