...
|
...
|
@@ -134,7 +134,7 @@ body { |
|
|
background-image: resolve("home/coupon/bg_right@2x.png");
|
|
|
background-size: 100% 100%;
|
|
|
float: right;
|
|
|
padding: 22px 0 22px 22px;
|
|
|
padding: 22px;
|
|
|
font-size: 22px;
|
|
|
color: #b0b0b0;
|
|
|
position: relative;
|
...
|
...
|
@@ -157,9 +157,13 @@ body { |
|
|
}
|
|
|
|
|
|
.info > .title {
|
|
|
width: 450px;
|
|
|
font-size: 24px;
|
|
|
color: #444;
|
|
|
margin-bottom: 38px;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
|
|
|
.info > .time {
|
...
|
...
|
@@ -172,10 +176,12 @@ body { |
|
|
}
|
|
|
|
|
|
.check {
|
|
|
width: 90px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-self: center;
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
right: 30px;
|
|
|
transform: translateY(-50%);
|
|
|
}
|
|
|
|
|
|
.check > .iconfont {
|
...
|
...
|
|