28 lines
744 B
CSS
28 lines
744 B
CSS
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';
|
|
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: 50rpx;
|
|
color: #000;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
} |