Commit f3967649 by yanju

pages

parent d0df5f36
...@@ -183,10 +183,15 @@ ...@@ -183,10 +183,15 @@
@extend %cursorPointer; @extend %cursorPointer;
@extend %inlineBlockV; @extend %inlineBlockV;
transform: rotate(180deg); transform: rotate(180deg);
text-align: center;
&:hover{ &:hover{
background-color: #00AAE6; background-color: #00AAE6;
border-radius:0; border-radius:0;
color:#fff; color:#fff;
i{
color:#fff
}
} }
} }
...@@ -200,11 +205,14 @@ ...@@ -200,11 +205,14 @@
@extend %animate-transition; @extend %animate-transition;
@extend %cursorPointer; @extend %cursorPointer;
@extend %inlineBlockV; @extend %inlineBlockV;
text-align: center;
&:hover{ &:hover{
background-color: #00AAE6; background-color: #00AAE6;
border-radius:0; border-radius:0;
color:#fff; color:#fff;
i{
color:#fff
}
} }
} }
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
@extend %cursorPointer; @extend %cursorPointer;
box-sizing:border-box; box-sizing:border-box;
padding:21*$length 20*$length 24*$length; padding:21*$length 20*$length 24*$length;
width:938*$length; // width:938*$length;
border-bottom:1px dashed #EFEFEF; border-bottom:1px dashed #EFEFEF;
@extend %flex-row-spb; @extend %flex-row-spb;
align-items: flex-start; 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