iconfont
This commit is contained in:
2
App.vue
2
App.vue
@@ -20,6 +20,6 @@
|
|||||||
<style>
|
<style>
|
||||||
/*每个页面公共css */
|
/*每个页面公共css */
|
||||||
@import '@/common/style/reset.css';
|
@import '@/common/style/reset.css';
|
||||||
@import '@/common/style/uni.css';
|
@import '@/common/style/iconfont.css';
|
||||||
@import '@/common/style/layout.css';
|
@import '@/common/style/layout.css';
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
53
common/style/iconfont.css
Normal file
53
common/style/iconfont.css
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
/** iconfont */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'iconfont';
|
||||||
|
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-style: normal;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
.delete_icon {
|
||||||
|
width: 40rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
font-size: 40rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
.delete_icon::after {
|
||||||
|
content: '\e632';
|
||||||
|
}
|
||||||
|
.eye_colse_icon {
|
||||||
|
width: 40rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
font-size: 40rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
.eye_colse_icon::after {
|
||||||
|
content: '\e7b2';
|
||||||
|
}
|
||||||
|
.eye_open_icon {
|
||||||
|
width: 40rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
font-size: 40rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
.eye_open_icon::after {
|
||||||
|
content: '\e7b2';
|
||||||
|
}
|
||||||
|
.scan_icon {
|
||||||
|
width: 80rpx;
|
||||||
|
height: 80rpx;
|
||||||
|
font-size: 70rpx;
|
||||||
|
line-height: 80rpx;
|
||||||
|
color: #D7592F;
|
||||||
|
}
|
||||||
|
.scan_icon::after {
|
||||||
|
content: '\e607';
|
||||||
|
}
|
||||||
@@ -11,59 +11,6 @@ uni-page-body {
|
|||||||
uni-button:after {
|
uni-button:after {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
/** iconfont */
|
|
||||||
@font-face {
|
|
||||||
font-family: 'iconfont';
|
|
||||||
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-style: normal;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
.delete_icon {
|
|
||||||
width: 40rpx;
|
|
||||||
height: 40rpx;
|
|
||||||
font-size: 40rpx;
|
|
||||||
line-height: 40rpx;
|
|
||||||
color: #bbb;
|
|
||||||
}
|
|
||||||
.delete_icon::after {
|
|
||||||
content: '\e632';
|
|
||||||
}
|
|
||||||
.eye_colse_icon {
|
|
||||||
width: 40rpx;
|
|
||||||
height: 40rpx;
|
|
||||||
font-size: 40rpx;
|
|
||||||
line-height: 40rpx;
|
|
||||||
color: #bbb;
|
|
||||||
}
|
|
||||||
.eye_colse_icon::after {
|
|
||||||
content: '\e7b2';
|
|
||||||
}
|
|
||||||
.eye_open_icon {
|
|
||||||
width: 40rpx;
|
|
||||||
height: 40rpx;
|
|
||||||
font-size: 40rpx;
|
|
||||||
line-height: 40rpx;
|
|
||||||
color: #bbb;
|
|
||||||
}
|
|
||||||
.eye_open_icon::after {
|
|
||||||
content: '\e7b2';
|
|
||||||
}
|
|
||||||
.scan_icon {
|
|
||||||
width: 80rpx;
|
|
||||||
height: 80rpx;
|
|
||||||
font-size: 70rpx;
|
|
||||||
line-height: 80rpx;
|
|
||||||
color: #D7592F;
|
|
||||||
}
|
|
||||||
.scan_icon::after {
|
|
||||||
content: '\e607';
|
|
||||||
}
|
|
||||||
|
|
||||||
.content{
|
.content{
|
||||||
/* display: flex; */
|
/* display: flex; */
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
@font-face {
|
|
||||||
font-family: uniicons;
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
src: url('~@/static/uni.ttf') format('truetype');
|
|
||||||
}
|
|
||||||
.iconfont{
|
|
||||||
font-family: uni;
|
|
||||||
text-decoration: none;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user