Fix scale

This commit is contained in:
Yuwei Ba 2015-07-20 15:58:42 +08:00
parent 4967196f0d
commit 8c22dac4ae

View File

@ -74,10 +74,10 @@
} }
&-jump-prev { &-jump-prev {
transform: rotate(180deg);
&:hover { &:hover {
&:after { &:after {
content: "\e611\e611"; content: "\e611\e611";
transform: rotate(180deg);
} }
} }
} }
@ -97,7 +97,6 @@
font-family: Arial; font-family: Arial;
cursor: pointer; cursor: pointer;
color: #666; color: #666;
.iconfont-size-under-12px(10px);
border-radius: 6px; border-radius: 6px;
list-style: none; list-style: none;
min-width: 28px; min-width: 28px;
@ -106,19 +105,20 @@
float: left; float: left;
text-align: center; text-align: center;
transition: all 0.3s ease; transition: all 0.3s ease;
display: inline-block;
} }
&-prev, &-next { &-prev, &-next {
border: 1px solid #d9d9d9; border: 1px solid #d9d9d9;
a { a {
font-size: 16px;
color: #666; color: #666;
&:after { &:after {
.iconfont-size-under-12px(8px);
display: block; display: block;
height: 28px; height: 26px;
line-height: 28px; line-height: 26px;
font-size: 8px;
font-family: "anticon"; font-family: "anticon";
} }
@ -134,11 +134,11 @@
} }
&-prev { &-prev {
transform: rotate(180deg);
a { a {
&:after { &:after {
content: "\e611"; content: "\e611";
display: block; display: block;
transform: rotate(180deg);
} }
} }
} }