187 lines
2.8 KiB
CSS
187 lines
2.8 KiB
CSS
.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: 10rpx;
|
|
margin-right:84rpx;
|
|
|
|
}
|
|
|
|
.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 {
|
|
-webkit-box-flex: 1;
|
|
flex: 1;
|
|
height: 40rpx;
|
|
color: #666;
|
|
text-align: center;
|
|
border: 0;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.disabled {
|
|
background: #fff;
|
|
}
|
|
|
|
.adress {
|
|
font-size: 27rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.edtion {
|
|
color: #999999;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.consume,.store {
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.goods-info .num {
|
|
font-size: 26rpx;
|
|
color: #000;
|
|
width: auto;
|
|
margin-left: 20rpx;
|
|
height: 140rpx;
|
|
}
|
|
|
|
.list-padding {
|
|
padding: 16rpx 30rpx;
|
|
}
|
|
|
|
.totle {
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.order-status {
|
|
color: #888;
|
|
text-align: right;
|
|
font-size: 30rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
|
|
.fui-modal {
|
|
position: fixed;
|
|
background: rgba(0,0,0,0.7) none repeat scroll 0 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.fui-modal-info {
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 1001;
|
|
text-align: center;
|
|
top: 50rpx;
|
|
}
|
|
|
|
.fui-modal-info .code {
|
|
width: 450rpx;
|
|
height: 450rpx;
|
|
margin: 50rpx 0;
|
|
}
|
|
|
|
.tap {
|
|
text-align: center;
|
|
color: #f90;
|
|
font-size: 40rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.close {
|
|
text-align: right;
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.close image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
.cart-option {
|
|
margin-top: 8rpx;
|
|
}
|
|
|
|
.fui-list-media image {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
}
|
|
|
|
.gift-list .fui-list-media image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
|
|
.fui-list-inner .text {
|
|
color: #000;
|
|
font-size: 28rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
white-space: normal;
|
|
height: auto;
|
|
}
|
|
|
|
.no-border .fui-list-inner .subtitle {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.fui-list-inner .subtitle {
|
|
margin-top: 8rpx;
|
|
color: #999;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.gift-list .fui-list .fui-list-inner .subtitle {
|
|
margin-top: 0;
|
|
} |