登录
This commit is contained in:
@@ -14,15 +14,53 @@ uni-button:after {
|
||||
/** iconfont */
|
||||
@font-face {
|
||||
font-family: 'iconfont';
|
||||
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');
|
||||
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: 50rpx;
|
||||
color: #000;
|
||||
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';
|
||||
}
|
||||
@@ -38,7 +38,8 @@ _fj(x=space-between,y=center,r=row,n=nowrap)
|
||||
flex-wrap: n
|
||||
|
||||
// 背景图片地址和大小
|
||||
_bis(url,w,h=auto,x=center,y=center)
|
||||
_bis(c=transparent,url,w,h=auto,x=center,y=center)
|
||||
background-color: c
|
||||
background-position: x y
|
||||
background-size: w h
|
||||
background-image: url(url)
|
||||
|
||||
Reference in New Issue
Block a user