2023-3-22
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user