Authored by ccbikai

可能喜欢 横线位置

@@ -6,16 +6,6 @@ @@ -6,16 +6,6 @@
6 // border-bottom: 1px solid #ccc; 6 // border-bottom: 1px solid #ccc;
7 margin-top: 30rem / $pxConvertRem; 7 margin-top: 30rem / $pxConvertRem;
8 8
9 - &:before {  
10 - content: '';  
11 - position: absolute;  
12 - border-top: 1px solid #ccc;  
13 - left: 0;  
14 - top: 80rem / $pxConvertRem;  
15 - width: 640rem / $pxConvertRem;  
16 - height: 0;  
17 - }  
18 -  
19 .title { 9 .title {
20 height: 104rem / $pxConvertRem; 10 height: 104rem / $pxConvertRem;
21 font-size: 38rem / $pxConvertRem; 11 font-size: 38rem / $pxConvertRem;
@@ -36,6 +26,15 @@ @@ -36,6 +26,15 @@
36 height: 60rem / $pxConvertRem; 26 height: 60rem / $pxConvertRem;
37 padding: 10rem / $pxConvertRem 0; 27 padding: 10rem / $pxConvertRem 0;
38 background-color: #fff; 28 background-color: #fff;
  29 + &:before {
  30 + content: '';
  31 + position: absolute;
  32 + border-top: 1px solid #ccc;
  33 + left: 0;
  34 + top: 80rem / $pxConvertRem;
  35 + width: 640rem / $pxConvertRem;
  36 + height: 0;
  37 + }
39 } 38 }
40 39
41 .maybe-like-nav-item { 40 .maybe-like-nav-item {