.el-icon-my-path {
|
background: url(/img/icon/path.png) center no-repeat;
|
background-size: 14px 14px;
|
}
|
|
.el-icon-my-path:before {
|
content: "替";
|
font-size: 16px;
|
visibility: hidden;
|
}
|
|
.el-icon-my-search {
|
background: url(/img/icon/search.png) center no-repeat;
|
background-size: 14px 14px;
|
}
|
|
.el-icon-my-search:before {
|
content: "替";
|
font-size: 16px;
|
visibility: hidden;
|
}
|
|
.el-icon-my-route {
|
background: url(/img/icon/route.png) center no-repeat;
|
background-size: countSizeVh(14) countSizeVh(14);
|
}
|
|
.el-icon-my-route:before {
|
content: "替";
|
font-size: countSizeVh(16);
|
visibility: hidden;
|
}
|
|
.el-icon-user-back {
|
background: url(/img/icon/user-back.png) center no-repeat;
|
background-size: countSizeVh(16) countSizeVh(16);
|
}
|
|
.el-icon-user-back:before {
|
content: "替";
|
font-size: countSizeVh(16);
|
visibility: hidden;
|
}
|
|
.el-icon-user-quit {
|
background: url(/img/icon/user-quit.png) center no-repeat;
|
background-size: countSizeVh(16) countSizeVh(16);
|
}
|
|
.el-icon-user-quit:before {
|
content: "替";
|
font-size: countSizeVh(16);
|
visibility: hidden;
|
}
|
|
.el-icon-draw-qycx {
|
background: url(/img/draw/qycx.png) center no-repeat;
|
background-size: countSizeVh(16) countSizeVh(16);
|
}
|
|
.el-icon-draw-qycx:before {
|
content: "替";
|
font-size: countSizeVh(16);
|
visibility: hidden;
|
}
|
|
.el-icon-draw-line {
|
background: url(/img/draw/line.png) center no-repeat;
|
background-size: countSizeVh(16) countSizeVh(16);
|
}
|
|
.el-icon-draw-line:before {
|
content: "替";
|
font-size: countSizeVh(16);
|
visibility: hidden;
|
}
|