152 lines
2.8 KiB
Plaintext
152 lines
2.8 KiB
Plaintext
.fui-list-media image {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
}
|
|
|
|
.fui-list.goods-item .fui-list-inner {
|
|
display: flex;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
flex-direction: column;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
min-height: 140rpx;
|
|
align-self: center;
|
|
}
|
|
|
|
.fui-list.goods-item .fui-list-inner .towline {
|
|
color: #000;
|
|
font-size: 26rpx;
|
|
line-height: 36rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
white-space: normal;
|
|
height: auto;
|
|
}
|
|
|
|
.fui-list.goods-item .text {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #999;
|
|
width: 100%;
|
|
position: relative;
|
|
font-size: 26rpx;
|
|
height: 30rpx;
|
|
}
|
|
|
|
.option {
|
|
height: 30rpx;
|
|
-webkit-appearance: none;
|
|
padding: 0 8rpx;
|
|
font-size: 26rpx;
|
|
background: #fff;
|
|
display: inline-block;
|
|
line-height: 30rpx;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.goods-item .fui-list-angle {
|
|
width: auto;
|
|
font-size: 26rpx;
|
|
text-align: right;
|
|
margin-left: 20rpx;
|
|
margin-right: 0;
|
|
color: #000;
|
|
height: 140rpx;
|
|
align-self: center;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.fui-list.goods-item .price {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
height: 48rpx;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
text-align: right;
|
|
width: 100%;
|
|
}
|
|
|
|
.fui-list.goods-item .price .marketprice {
|
|
color: #ff5555;
|
|
font-size: 28rpx;
|
|
line-height: 32rpx;
|
|
}
|
|
|
|
.fui-navbar .buybtn {
|
|
background: #fd5555;
|
|
border: 0;
|
|
width: 240rpx;
|
|
}
|
|
|
|
.fui-navbar .packagePrice {
|
|
width: 510rpx;
|
|
text-align: right;
|
|
padding: 0.2rem 0.5rem 0.2rem 0.5rem;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.fui-navbar .packagePrice .subtitle {
|
|
color: #000;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.fui-navbar .packagePrice .text {
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.option-picker {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.dispatching-info {
|
|
max-height: 800rpx;
|
|
overflow: auto;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.dispatching i {
|
|
font-style: normal;
|
|
display: inline-block;
|
|
border: 1px solid #ebebeb;
|
|
height: 48rpx;
|
|
line-height: 48rpx;
|
|
padding: 0 20rpx;
|
|
font-size: 24rpx;
|
|
margin: 4rpx;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
.dispatching-info i.active {
|
|
border: 1px solid #ef4f4f;
|
|
background: #ef4f4f;
|
|
color: #fff;
|
|
}
|
|
|
|
.option-mask {
|
|
position: fixed;
|
|
background: rgba(0,0,0,0.8) none repeat scroll 0 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1000;
|
|
} |