83 lines
1.4 KiB
Plaintext
83 lines
1.4 KiB
Plaintext
.fui-list-angle {
|
|
text-align: right;
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
margin-right: 4rpx;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.fui-list.goods-item {
|
|
height: 88rpx;
|
|
padding: 16rpx 24rpx;
|
|
}
|
|
|
|
.fui-list-group {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.fui-list-group:first-of-type {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.fui-list-group::before {
|
|
content: " ";
|
|
position: absolute;
|
|
top: 0;
|
|
right: 20rpx;
|
|
height: 0;
|
|
border-top: 2rpx solid #ebebeb;
|
|
transform-origin: 0 0;
|
|
transform: scaleY(0.5);
|
|
left: 20rpx;
|
|
}
|
|
|
|
.fui-list-group:first-of-type:before {
|
|
display: none;
|
|
}
|
|
|
|
.hd-wp {
|
|
background: linear-gradient(96.87deg,#FF5555 2.55%,#FF6230 100.51%);
|
|
border-radius: 4rpx;
|
|
overflow: hidden;
|
|
padding: 46rpx 0 32rpx 0;
|
|
color: #fff;
|
|
text-align: center;
|
|
margin: 30rpx 24rpx;
|
|
}
|
|
|
|
.hd-wp .title {
|
|
font-size: 24rpx;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.hd-wp .price {
|
|
font-weight: 600;
|
|
font-size: 72rpx;
|
|
line-height: 100rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.hd-wp .unit {
|
|
font-size: 36rpx;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding-left: 18rpx;
|
|
}
|
|
|
|
.hd-wp .price-btn {
|
|
width: 360rpx;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
border: 1px solid #fff;
|
|
margin: 0 auto;
|
|
border-radius: 4rpx;
|
|
}
|
|
|
|
.apc {
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
color: #666666;
|
|
font-weight: normal;
|
|
} |