Showing
1 changed file
with
3 additions
and
2 deletions
@@ -4159,6 +4159,7 @@ grayColor { | @@ -4159,6 +4159,7 @@ grayColor { | ||
4159 | vertical-align: middle; | 4159 | vertical-align: middle; |
4160 | cursor: pointer; | 4160 | cursor: pointer; |
4161 | margin-right: 12px; | 4161 | margin-right: 12px; |
4162 | + width: 120px; | ||
4162 | } | 4163 | } |
4163 | 4164 | ||
4164 | .index-top .index-top-health .icon-health { | 4165 | .index-top .index-top-health .icon-health { |
@@ -4187,7 +4188,6 @@ grayColor { | @@ -4187,7 +4188,6 @@ grayColor { | ||
4187 | 4188 | ||
4188 | .index-top .icon-banner-btn { | 4189 | .index-top .icon-banner-btn { |
4189 | display: inline-block; | 4190 | display: inline-block; |
4190 | - width: 26px; | ||
4191 | height: 26px; | 4191 | height: 26px; |
4192 | background-image: url(../img/icon-banner-btn.png); | 4192 | background-image: url(../img/icon-banner-btn.png); |
4193 | background-repeat: no-repeat; | 4193 | background-repeat: no-repeat; |
@@ -4196,6 +4196,7 @@ grayColor { | @@ -4196,6 +4196,7 @@ grayColor { | ||
4196 | padding: 15px; | 4196 | padding: 15px; |
4197 | vertical-align: middle; | 4197 | vertical-align: middle; |
4198 | cursor: pointer; | 4198 | cursor: pointer; |
4199 | + width: 120px; | ||
4199 | } | 4200 | } |
4200 | 4201 | ||
4201 | .index-top .icon-banner-btn.pause:after { | 4202 | .index-top .icon-banner-btn.pause:after { |
@@ -4229,7 +4230,6 @@ grayColor { | @@ -4229,7 +4230,6 @@ grayColor { | ||
4229 | 4230 | ||
4230 | .index-top .index-banner { | 4231 | .index-top .index-banner { |
4231 | display: inline-block; | 4232 | display: inline-block; |
4232 | - width: 88.3%; | ||
4233 | overflow: hidden; | 4233 | overflow: hidden; |
4234 | vertical-align: middle; | 4234 | vertical-align: middle; |
4235 | height: 90px; | 4235 | height: 90px; |
@@ -4238,6 +4238,7 @@ grayColor { | @@ -4238,6 +4238,7 @@ grayColor { | ||
4238 | -moz-box-sizing: border-box; | 4238 | -moz-box-sizing: border-box; |
4239 | box-sizing: border-box; | 4239 | box-sizing: border-box; |
4240 | padding: 0 50px; | 4240 | padding: 0 50px; |
4241 | + width: calc(100% - 250px); | ||
4241 | } | 4242 | } |
4242 | 4243 | ||
4243 | @media screen and (width: 1600px) { | 4244 | @media screen and (width: 1600px) { |
-
Please register or login to post a comment