Commit 1225b4d7 by yanju

动态卡片鼠标点击样式

parent a2f5720c
...@@ -371,6 +371,11 @@ ...@@ -371,6 +371,11 @@
justify-content: flex-start; justify-content: flex-start;
.name{ .name{
@include fontStyle(14,19,500,#222,left); @include fontStyle(14,19,500,#222,left);
@extend %animate-transition;
@extend %cursorPointer;
&:hover{
color:#001;
}
} }
.nickname{ .nickname{
@include fontStyle(14,19,500,#888,left); @include fontStyle(14,19,500,#888,left);
......
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