Merge branch 'feature/brand' of git.yoho.cn:fe/yohoblk-wap into feature/brand
Showing
2 changed files
with
13 additions
and
1 deletions
@@ -123,7 +123,19 @@ | @@ -123,7 +123,19 @@ | ||
123 | 123 | ||
124 | .sub-level { | 124 | .sub-level { |
125 | width: 100%; | 125 | width: 100%; |
126 | - background-color: #f8f8f8; | 126 | + background-color: #f6f6f6; |
127 | + | ||
128 | + &:before { | ||
129 | + content: ""; | ||
130 | + width: 0; | ||
131 | + height: 0; | ||
132 | + border-top: 20px solid transparent; | ||
133 | + border-bottom: 20px solid transparent; | ||
134 | + border-right: 20px solid #efefef; | ||
135 | + position: absolute; | ||
136 | + margin-top: 32px; | ||
137 | + margin-left: -16px; | ||
138 | + } | ||
127 | 139 | ||
128 | &.hide { | 140 | &.hide { |
129 | display: none; | 141 | display: none; |
-
Please register or login to post a comment