@font-face {
|
font-family: "iconfont"; /* Project id 3976018 */
|
src: url('~@/static/iconfont/iconfont.woff2') format('woff2'),
|
url('~@/static/iconfont/iconfont.woff') format('woff'),
|
url('~@/static/iconfont/iconfont.ttf') format('truetype');
|
}
|
|
.iconfont {
|
font-family: "iconfont" !important;
|
font-size: 55rpx;
|
font-style: normal;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
}
|
|
.icon-jiucan:before {
|
content: "\e606";
|
font-size: 88rpx;
|
color: #e5e5e5;
|
background-color: #06bfbf;
|
padding: 16rpx;
|
border-radius: 50px;
|
}
|
|
.icon-lishijilu:before {
|
content: "\e63f";
|
font-size: 88rpx;
|
color: #e5e5e5;
|
background-color: #c66cc2;
|
padding: 16rpx;
|
border-radius: 50px;
|
}
|
|
.icon-cangku:before {
|
content: "\e71f";
|
color: #aaff00;
|
|
}
|
|
.icon-chuku:before {
|
content: "\e67d";
|
font-size: 88rpx;
|
color: #e5e5e5;
|
padding: 30rpx;
|
background-color: #c66cc2;
|
padding: 16rpx;
|
border-radius: 50px;
|
}
|
|
.icon-ruku:before {
|
content: "\e680";
|
font-size: 88rpx;
|
color: #e5e5e5;
|
background-color: #d3c050;
|
padding: 16rpx;
|
border-radius: 50px;
|
}
|
|
.icon-jilu:before {
|
content: "\e810";
|
font-size: 88rpx;
|
color: #e5e5e5;
|
background-color: #32c643;
|
padding: 16rpx;
|
border-radius: 50px;
|
}
|