Authored by 郭成尧

check-point-style

@@ -134,7 +134,7 @@ body { @@ -134,7 +134,7 @@ body {
134 background-image: resolve("home/coupon/bg_right@2x.png"); 134 background-image: resolve("home/coupon/bg_right@2x.png");
135 background-size: 100% 100%; 135 background-size: 100% 100%;
136 float: right; 136 float: right;
137 - padding: 22px 0 22px 22px; 137 + padding: 22px;
138 font-size: 22px; 138 font-size: 22px;
139 color: #b0b0b0; 139 color: #b0b0b0;
140 position: relative; 140 position: relative;
@@ -157,9 +157,13 @@ body { @@ -157,9 +157,13 @@ body {
157 } 157 }
158 158
159 .info > .title { 159 .info > .title {
  160 + width: 450px;
160 font-size: 24px; 161 font-size: 24px;
161 color: #444; 162 color: #444;
162 margin-bottom: 38px; 163 margin-bottom: 38px;
  164 + overflow: hidden;
  165 + white-space: nowrap;
  166 + text-overflow: ellipsis;
163 } 167 }
164 168
165 .info > .time { 169 .info > .time {
@@ -172,10 +176,12 @@ body { @@ -172,10 +176,12 @@ body {
172 } 176 }
173 177
174 .check { 178 .check {
175 - width: 90px;  
176 - display: flex;  
177 - justify-content: center;  
178 - align-self: center; 179 + width: 40px;
  180 + height: 40px;
  181 + position: absolute;
  182 + top: 50%;
  183 + right: 30px;
  184 + transform: translateY(-50%);
179 } 185 }
180 186
181 .check > .iconfont { 187 .check > .iconfont {