Authored by 郝肖肖

优惠券UI

... ... @@ -19,7 +19,7 @@
.coupon-group {
background-color: #f2f2f2;
color: #fff;
color: #f2f2f2;
margin: 20px 20px 0;
& > div {
... ... @@ -34,6 +34,7 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 28px;
}
.coupon-content {
... ... @@ -41,7 +42,6 @@
height: 140px;
border-top: 1px dashed #e53333;
display: table;
color: #f2f2f2;
padding: 15px 0;
background-color: #f06a6b;
... ... @@ -58,13 +58,13 @@
}
.coupon-money {
font-size: 70px;
font-size: 80px;
}
}
.coupon-content-group2 {
display: table-cell;
font-size: 16px;
font-size: 20px;
border-left: 1px solid #f1aeaf;
padding-left: 20px;
padding-right: 20px;
... ... @@ -86,6 +86,7 @@
.left {
float: left;
line-height: 45px;
color: #fff;
}
.left.down .iconfont:before {
... ... @@ -135,6 +136,7 @@
padding: 20px;
font-size: 20px;
border-radius: 10px;
color: #fff;
border-top: 1px dashed #fff;
}
}
... ...