Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张文文
5 years ago
Commit
857c40f2c7b3c2e1c7027caea52ba8583d7f9ad3
1 parent
99b44b3d
ui调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
apps/pages/product/components/coupon-list-sheet.vue
apps/pages/product/components/coupon-list-sheet.vue
View file @
857c40f
...
...
@@ -7,7 +7,7 @@
<ul>
<li v-for="(item, index) in list" :key="index">
<div class="item-wrapper">
<div>
<div
class="left-wrapper"
>
<div class="coupon-price"><i>¥</i>{{item.couponAmount}}</div>
<div class="coupon-name">{{item.couponName}}</div>
<div class="sub">{{item.receiveStartTime}} - {{item.receiveEndTime}}</div>
...
...
@@ -149,6 +149,11 @@ export default {
}
}
.left-wrapper {
max-width: calc(100%- 20px- 180px);
overflow: hidden;
}
.coupon-price {
@include num;
font-weight: bold;
...
...
@@ -168,6 +173,10 @@ export default {
font-size: 28px;
line-height: 40px;
font-weight: bold;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.sub {
...
...
Please
register
or
login
to post a comment