|
@ -4,7 +4,7 @@ |
|
|
<view class="nick">{{item.name}}</view> |
|
|
<view class="nick">{{item.name}}</view> |
|
|
|
|
|
|
|
|
<view style="display: flex;flex-direction: row; |
|
|
<view style="display: flex;flex-direction: row; |
|
|
align-items: center; margin-top: 10px;"> |
|
|
align-items: center; margin-top: 5px;"> |
|
|
<view class="layof" :style="{color:theme}">¥{{item.amount}}</view> |
|
|
<view class="layof" :style="{color:theme}">¥{{item.amount}}</view> |
|
|
<view style="display: flex;flex-direction: column;flex: 1;" > |
|
|
<view style="display: flex;flex-direction: column;flex: 1;" > |
|
|
|
|
|
|
|
@ -142,7 +142,7 @@ |
|
|
background: -webkit-linear-gradient(left, hsla(134, 66%, 66%, 0.5), hsla(53, 98%, 50%, 0.5), tomato) no-repeat; |
|
|
background: -webkit-linear-gradient(left, hsla(134, 66%, 66%, 0.5), hsla(53, 98%, 50%, 0.5), tomato) no-repeat; |
|
|
|
|
|
|
|
|
.coupon-money { |
|
|
.coupon-money { |
|
|
padding: 15px; |
|
|
padding:10px 15px; |
|
|
width: 73.5%; |
|
|
width: 73.5%; |
|
|
height: auto; |
|
|
height: auto; |
|
|
display: flex; |
|
|
display: flex; |
|
@ -158,7 +158,6 @@ |
|
|
/*文本不换行*/ |
|
|
/*文本不换行*/ |
|
|
text-overflow: ellipsis; |
|
|
text-overflow: ellipsis; |
|
|
/*ellipsis:文本溢出显示省略号(...);clip:不显示省略标记(...),而是简单的裁切*/ |
|
|
/*ellipsis:文本溢出显示省略号(...);clip:不显示省略标记(...),而是简单的裁切*/ |
|
|
line-height: 30upx; |
|
|
|
|
|
font-size: $font-sm; |
|
|
font-size: $font-sm; |
|
|
color: #ffaa00; |
|
|
color: #ffaa00; |
|
|
font-size: 18px; |
|
|
font-size: 18px; |
|
|