Authored by 郭成尧

Merge branch 'feature/brand' of git.yoho.cn:fe/yohoblk-wap into feature/brand

2.66 KB | W: | H:

600 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -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;