Authored by htoooth

coupon item

... ... @@ -185,7 +185,7 @@ export default {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
float: left;
padding: 22px;
padding: 20px;
font-size: 22px;
color: #b0b0b0;
position: relative;
... ... @@ -215,7 +215,7 @@ export default {
.title {
width: 370px;
font-size: 24px;
font-size: 22px;
color: #444;
display: -webkit-box;
-webkit-box-orient: vertical;
... ... @@ -225,13 +225,15 @@ export default {
.time {
position: absolute;
font-size: 20px;
top: 50%;
transform: translateY(-50%);
transform: translateY(-40%);
}
.use-intro {
font-size: 20px;
position: absolute;
bottom: 22px;
bottom: 18px;
}
.tip {
... ...