250 lines
4.1 KiB
Plaintext
250 lines
4.1 KiB
Plaintext
@import "../../../static/css/order.wxss";
|
|
|
|
page {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.fui-list-angle {
|
|
margin-right: 0;
|
|
text-align: right;
|
|
height: 140rpx;
|
|
}
|
|
|
|
.fui-list-angle .text-right {
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.fui-number {
|
|
backface-visibility: hidden;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
font-size: 26rpx;
|
|
margin: 0;
|
|
height: 44rpx;
|
|
width: 144rpx;
|
|
border: 1px solid #d9d9d9;
|
|
justify-content: center;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
margin-top: 88rpx;
|
|
}
|
|
|
|
.minus,.plus {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
font-size: 26rpx;
|
|
line-height: 44rpx;
|
|
color: #999;
|
|
position: relative;
|
|
text-align: center;
|
|
background: #f7f7f7;
|
|
z-index: 1;
|
|
}
|
|
|
|
.plus {
|
|
border-left: 1px solid #d9d9d9;
|
|
}
|
|
|
|
.minus {
|
|
border-right: 1px solid #d9d9d9;
|
|
}
|
|
|
|
.fui-number .num {
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
|
|
.fui-list-inner .title {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
margin-bottom: 0;
|
|
white-space: inherit;
|
|
height: 80rpx;
|
|
}
|
|
|
|
.btn {
|
|
padding: 0 60rpx;
|
|
border-radius: 0;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
margin: 0;
|
|
}
|
|
|
|
.fui-list-inner .text {
|
|
font-size: 24rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.showmodal {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: rgba(0,0,0,0.6);
|
|
z-index: 1000;
|
|
}
|
|
|
|
.showmodal.in {
|
|
display: block;
|
|
}
|
|
|
|
.showmodal .inner {
|
|
background: #fff;
|
|
border-radius: 8rpx;
|
|
width: 560rpx;
|
|
height: 290rpx;
|
|
margin: 345rpx auto 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.showmodal .inner .text {
|
|
text-align: center;
|
|
height: 190rpx;
|
|
line-height: 190rpx;
|
|
font-size: 34rpx;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.showmodal .inner .btns {
|
|
flex: 1;
|
|
display: flex;
|
|
text-align: center;
|
|
line-height: 99rpx;
|
|
height: 99rpx;
|
|
border-top: 1rpx solid #d2d3d5;
|
|
}
|
|
|
|
.showmodal .inner .btns .item {
|
|
border: none;
|
|
flex: 1;
|
|
height: 99rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.showmodal .inner .btns .item.btn-confirm {
|
|
border-left: 1rpx solid #d2d3d5;
|
|
color: #00c202;
|
|
}
|
|
|
|
.showmodal .inner .btns .item.disabled {
|
|
background: #000;
|
|
}
|
|
|
|
.successmodal {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: rgba(255,255,255,1);
|
|
z-index: 1001;
|
|
text-align: center;
|
|
padding-top: 180rpx;
|
|
}
|
|
|
|
.successmodal.in {
|
|
display: block;
|
|
}
|
|
|
|
.successmodal i {
|
|
font-size: 120rpx;
|
|
color: #49d939;
|
|
}
|
|
|
|
.successmodal .text {
|
|
font-size: 36rpx;
|
|
margin-top: 44rpx;
|
|
}
|
|
|
|
.successmodal .btn-danger {
|
|
text-align: center;
|
|
width: 702rpx;
|
|
height: 80rpx;
|
|
margin: 106rpx auto 0;
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
background: #ff414c;
|
|
line-height: 80rpx;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
.paymentmodal {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: rgba(0,0,0,0.6);
|
|
z-index: 1000;
|
|
}
|
|
|
|
.paymentmodal .inner {
|
|
width: 100%;
|
|
height: 271rpx;
|
|
background: #fff;
|
|
position: fixed;
|
|
bottom: 0;
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
color: #000;
|
|
line-height: 86rpx;
|
|
}
|
|
|
|
.paymentmodal .inner .item {
|
|
border-top: 1rpx solid #ededed;
|
|
}
|
|
|
|
.paymentmodal .inner .cancel {
|
|
background: #ff5555;
|
|
color: #fff;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
}
|
|
|
|
.has-address {
|
|
font-size: 28rpx;
|
|
line-height: 48rpx;
|
|
height: 48rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.send-code {
|
|
display: none;
|
|
}
|
|
|
|
.fui-cell-group.toggleSend-group .send-code {
|
|
display: block;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.fui-cell-group.toggleSend-group .fui-cell .fui-cell-remark::after {
|
|
transform: rotate(135deg);
|
|
}
|
|
|
|
.fui-cell-group.toggleSend-group .fui-list-inner .text {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.fui-cell-group.toggleSend-group .fui-list-inner .title {
|
|
height: 40rpx;
|
|
}
|
|
|
|
.fui-cell-group .num {
|
|
background: #f00;
|
|
padding: 0 10rpx;
|
|
border-radius: 50%;
|
|
color: #fff;
|
|
font-size: 24rpx;
|
|
} |