登录
This commit is contained in:
@@ -12,20 +12,41 @@ uni-page-body {
|
||||
/** iconfont */
|
||||
@font-face {
|
||||
font-family: 'iconfont';
|
||||
src: url('@/static/iconfont/iconfont.woff2?t=1628753103983') format('woff2'),
|
||||
url('@/static/iconfont/iconfont.woff?t=1628753103983') format('woff'),
|
||||
url('@/static/iconfont/iconfont.ttf?t=1628753103983') format('truetype');
|
||||
src: url('@/static/iconfont/iconfont.woff2?t=1665454521636') format('woff2'),
|
||||
url('@/static/iconfont/iconfont.woff?t=1665454521636') format('woff'),
|
||||
url('@/static/iconfont/iconfont.ttf?t=1665454521636') format('truetype');
|
||||
}
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16rem;
|
||||
font-size: 50rpx;
|
||||
color: #000;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.open_icon::before {
|
||||
content: '\ec0c'
|
||||
.icon_eye_close {
|
||||
color: #bbb;
|
||||
}
|
||||
.icon_eye_active {
|
||||
color: #ff6a00;
|
||||
}
|
||||
.icon_unchecked {
|
||||
color: #fff;
|
||||
width: 32rpx;
|
||||
height: 32rpx;
|
||||
background-color: #fff;
|
||||
font-size: 24rpx;
|
||||
border: 1rpx solid #bbb;
|
||||
}
|
||||
.icon_checked {
|
||||
color: #ff6a00;
|
||||
border: 1rpx solid #ff6a00;
|
||||
}
|
||||
|
||||
|
||||
/* .open_icon::before {
|
||||
content: '\ec0c'
|
||||
} */
|
||||
|
||||
/** 内容 */
|
||||
.content {
|
||||
|
||||
Reference in New Issue
Block a user