Merge remote-tracking branch 'origin/develop'
Showing
5 changed files
with
5 additions
and
6 deletions
@@ -72,7 +72,7 @@ | @@ -72,7 +72,7 @@ | ||
72 | width: pxToRem(472px); | 72 | width: pxToRem(472px); |
73 | height: pxToRem(88px); | 73 | height: pxToRem(88px); |
74 | line-height: pxToRem(88px); | 74 | line-height: pxToRem(88px); |
75 | - margin: pxToRem(125px) auto 0 auto; | 75 | + margin: pxToRem(80px) auto 0 auto; |
76 | background: #444; | 76 | background: #444; |
77 | text-align: center; | 77 | text-align: center; |
78 | color: #fff; | 78 | color: #fff; |
@@ -114,7 +114,7 @@ | @@ -114,7 +114,7 @@ | ||
114 | &.no-login { | 114 | &.no-login { |
115 | padding: 0; | 115 | padding: 0; |
116 | height: pxToRem(88px); | 116 | height: pxToRem(88px); |
117 | - .link-item { | 117 | + .link-item p { |
118 | font-size: pxToRem(32px); | 118 | font-size: pxToRem(32px); |
119 | line-height: pxToRem(88px); | 119 | line-height: pxToRem(88px); |
120 | } | 120 | } |
@@ -23,6 +23,7 @@ | @@ -23,6 +23,7 @@ | ||
23 | overflow: hidden; | 23 | overflow: hidden; |
24 | } | 24 | } |
25 | .user-name { | 25 | .user-name { |
26 | + float: left; | ||
26 | max-width: 240rem / $pxConvertRem; | 27 | max-width: 240rem / $pxConvertRem; |
27 | text-overflow:ellipsis; | 28 | text-overflow:ellipsis; |
28 | white-space:nowrap; | 29 | white-space:nowrap; |
@@ -177,7 +177,7 @@ class NewsaleController extends AbstractAction | @@ -177,7 +177,7 @@ class NewsaleController extends AbstractAction | ||
177 | $color = $this->get('color', null); | 177 | $color = $this->get('color', null); |
178 | $size = $this->get('size', null); | 178 | $size = $this->get('size', null); |
179 | $price = $this->get('price', null); | 179 | $price = $this->get('price', null); |
180 | - $p_d = '0.1,0.3'; | 180 | + $p_d = $this->get('discount', null); |
181 | $dayLimit = $this->get('dayLimit', null); | 181 | $dayLimit = $this->get('dayLimit', null); |
182 | $limit = $this->get('limit', 60); | 182 | $limit = $this->get('limit', 60); |
183 | $page = $this->get('page', 1); | 183 | $page = $this->get('page', 1); |
-
Please register or login to post a comment