Authored by 郝肖肖

Merge branch 'feature/couponOptimi' into release/5.5

.my-coupon-page {
.coupon-tab {
height: 90px;
line-height: 90px;
padding: 25px 0;
text-align: center;
background-color: #fff;
font-size: 32px;
... ... @@ -10,10 +10,15 @@
ul li {
float: left;
width: 50%;
border-right: 1px solid #b0b0b0;
&.activate {
color: #444;
}
&:last-child {
border: none;
}
}
}
... ...