Showing
3 changed files
with
33 additions
and
8 deletions
1 | .brand-page { | 1 | .brand-page { |
2 | + | ||
3 | + | ||
4 | + .newbrand-search { | ||
5 | + width: 93.75%; | ||
6 | + height: 30px; | ||
7 | + padding: 7px 3.125%; | ||
8 | + background-color: #f8f8f8; | ||
9 | + left: 0; | ||
10 | + z-index: 10; | ||
11 | + .search-box { | ||
12 | + position: relative; | ||
13 | + height: 30px; | ||
14 | + background-color: #FFF; | ||
15 | + border-radius: 15px; | ||
16 | + padding: 0 16px 0 26px; | ||
17 | + | ||
18 | + .search-input { | ||
19 | + width: 100%; | ||
20 | + height: 30px; | ||
21 | + border: 0; | ||
22 | + } | ||
23 | + | ||
24 | + .search-icon { | ||
25 | + position: absolute; | ||
26 | + font-size: 12px; | ||
27 | + top: 16px; | ||
28 | + left: 24px; | ||
29 | + } | ||
2 | 30 | ||
31 | + } | ||
32 | + | ||
33 | + } | ||
34 | + | ||
3 | .hot-brand { | 35 | .hot-brand { |
4 | margin: (30rem / $pxConvertRem) 0 0; | 36 | margin: (30rem / $pxConvertRem) 0 0; |
5 | 37 |
@@ -43,11 +43,7 @@ | @@ -43,11 +43,7 @@ | ||
43 | white-space: nowrap; | 43 | white-space: nowrap; |
44 | } | 44 | } |
45 | } | 45 | } |
46 | - | ||
47 | - .brand:nth-child(4n) { | ||
48 | - border-right: none; | ||
49 | - } | ||
50 | - | 46 | + |
51 | .more { | 47 | .more { |
52 | float: left; | 48 | float: left; |
53 | width: 317rem / $pxConvertRem; | 49 | width: 317rem / $pxConvertRem; |
@@ -17,9 +17,6 @@ | @@ -17,9 +17,6 @@ | ||
17 | display: -webkit-flex; | 17 | display: -webkit-flex; |
18 | width: 98rem / $pxConvertRem; | 18 | width: 98rem / $pxConvertRem; |
19 | height: 98rem / $pxConvertRem; | 19 | height: 98rem / $pxConvertRem; |
20 | - border-radius: 50%; | ||
21 | - border: 2rem / $pxConvertRem solid #e0e0e0; | ||
22 | - box-sizing: border-box; | ||
23 | overflow: hidden; | 20 | overflow: hidden; |
24 | align-items:center; | 21 | align-items:center; |
25 | justify-content: center; | 22 | justify-content: center; |
-
Please register or login to post a comment