2023-3-22

This commit is contained in:
2023-03-22 17:40:33 +08:00
parent 2e6fca8ed1
commit e17b1dce47
3 changed files with 8 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<view class="nick">{{item.name}}</view>
<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 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;
.coupon-money {
padding: 15px;
padding:10px 15px;
width: 73.5%;
height: auto;
display: flex;
@@ -158,7 +158,6 @@
/*文本不换行*/
text-overflow: ellipsis;
/*ellipsis:文本溢出显示省略号(...clip不显示省略标记...),而是简单的裁切*/
line-height: 30upx;
font-size: $font-sm;
color: #ffaa00;
font-size: 18px;