update icons

This commit is contained in:
梁灏 2018-06-25 20:03:59 +08:00
parent 929fdf5cde
commit ca69e0945a
4 changed files with 6 additions and 6 deletions

View file

@ -190,7 +190,7 @@
&-arrow-double{ &-arrow-double{
margin-left: 10px; margin-left: 10px;
i:after{ i:after{
content: "\F3CF"; content: "\F115";
} }
} }
} }
@ -199,7 +199,7 @@
&-arrow-double{ &-arrow-double{
margin-right: 10px; margin-right: 10px;
i:after{ i:after{
content: "\F3D1"; content: "\F11F";
} }
} }
} }

View file

@ -79,13 +79,13 @@
&-item-jump-prev:hover { &-item-jump-prev:hover {
i:after { i:after {
content: "\F3CF"; content: "\F115";
} }
} }
&-item-jump-next:hover { &-item-jump-next:hover {
i:after { i:after {
content: "\F3D1"; content: "\F11F";
} }
} }

View file

@ -81,7 +81,7 @@
&-content:before { &-content:before {
color: #e9e9e9; color: #e9e9e9;
cursor: pointer; cursor: pointer;
content: "\F4B3"; content: "\F2BF";
transition: all @transition-time @ease-in-out; transition: all @transition-time @ease-in-out;
display: block; display: block;
} }

View file

@ -249,7 +249,7 @@
.ivu-icon(); .ivu-icon();
//float: right; //float: right;
font-size: 24px; font-size: 24px;
content: '\F3FF'; content: '\F171';
color: @selected-color; color: @selected-color;
position: absolute; position: absolute;
top: 2px; top: 2px;