Feat:优惠券对接
This commit is contained in:
+20
-4
@@ -74,6 +74,19 @@
|
||||
.cell:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.coupon-label {
|
||||
display: inline-block;
|
||||
height: 46rpx;
|
||||
box-sizing: border-box;
|
||||
margin-right: 10rpx;
|
||||
padding: 0 8rpx;
|
||||
border: 2rpx solid #FD5749;
|
||||
border-radius: 8rpx;
|
||||
color: #FD5749;
|
||||
font-size: 28rpx;
|
||||
line-height: 46rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.store-section {
|
||||
@@ -111,14 +124,15 @@
|
||||
height: 198rpx;
|
||||
overflow: hidden;
|
||||
|
||||
.tag{
|
||||
.tag {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 92rpx;
|
||||
height: 40rpx;
|
||||
}
|
||||
.cover{
|
||||
|
||||
.cover {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 12rpx;
|
||||
@@ -162,12 +176,14 @@
|
||||
color: #ADADAD;
|
||||
}
|
||||
}
|
||||
.row:last-child{
|
||||
|
||||
.row:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.value {
|
||||
width: 100%;
|
||||
padding: 16rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user