Authored by biao

优化限购码获取按钮样式

@@ -256,9 +256,11 @@ $basicBtnC:#eb0313; @@ -256,9 +256,11 @@ $basicBtnC:#eb0313;
256 } 256 }
257 257
258 .limit-sale { 258 .limit-sale {
  259 + height: 48px;
259 position: absolute; 260 position: absolute;
260 right: 84px; 261 right: 84px;
261 - top: 24px; 262 + top: 50%;
  263 + margin-top: -24px;
262 color: #d0021b; 264 color: #d0021b;
263 border: 2PX solid #d0021b; 265 border: 2PX solid #d0021b;
264 background-color: #fff; 266 background-color: #fff;
@@ -287,9 +287,11 @@ $basicBtnC:#eb0313; @@ -287,9 +287,11 @@ $basicBtnC:#eb0313;
287 } 287 }
288 288
289 .limit-sale { 289 .limit-sale {
  290 + height: pxToRem(48px);
290 position: absolute; 291 position: absolute;
291 right: pxToRem(84px); 292 right: pxToRem(84px);
292 - top: pxToRem(24px); 293 + top: 50%;
  294 + margin-top: pxToRem(-24px);
293 color: #d0021b; 295 color: #d0021b;
294 border: 2px solid #d0021b; 296 border: 2px solid #d0021b;
295 background-color: #fff; 297 background-color: #fff;