Commit f3967649 by yanju

pages

parent d0df5f36
......@@ -183,10 +183,15 @@
@extend %cursorPointer;
@extend %inlineBlockV;
transform: rotate(180deg);
text-align: center;
&:hover{
background-color: #00AAE6;
border-radius:0;
color:#fff;
i{
color:#fff
}
}
}
......@@ -200,11 +205,14 @@
@extend %animate-transition;
@extend %cursorPointer;
@extend %inlineBlockV;
text-align: center;
&:hover{
background-color: #00AAE6;
border-radius:0;
color:#fff;
i{
color:#fff
}
}
}
......
......@@ -87,7 +87,7 @@
@extend %cursorPointer;
box-sizing:border-box;
padding:21*$length 20*$length 24*$length;
width:938*$length;
// width:938*$length;
border-bottom:1px dashed #EFEFEF;
@extend %flex-row-spb;
align-items: flex-start;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment