Files
pad-hl-hcx-new/common/style/layout.css

66 lines
1.2 KiB
CSS
Raw Normal View History

2023-03-21 10:52:37 +08:00
page {
background-color: #f6f6f6 !important;
min-height: 100% !important;
height: 100% !important;
}
uni-page-body {
background-color: #f6f6f6 !important;
min-height: 100% !important;
height: 100% !important;
}
uni-button:after {
border: none;
}
/** iconfont */
@font-face {
font-family: 'iconfont';
2023-03-21 17:56:02 +08:00
src: url('@/static/iconfont/iconfont.woff2') format('woff2'),
url('@/static/iconfont/iconfont.woff') format('woff'),
url('@/static/iconfont/iconfont.ttf') format('truetype');
2023-03-21 10:52:37 +08:00
}
.iconfont {
font-family: "iconfont" !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2023-03-21 17:56:02 +08:00
}
.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';
2023-03-21 10:52:37 +08:00
}