Files
screen-shangdianke-uni/common/style/layout.styl
2024-08-23 13:22:50 +08:00

51 lines
1.3 KiB
Stylus

@import './mixin.styl';
page {
background-color: #f2f5fa !important;
background: center / 100% 100% url('./static/image/bg.jpg') no-repeat;
min-height: 100% !important;
height: 100% !important;
}
uni-page-body {
min-height: 100% !important;
height: 100% !important;
}
uni-button:after {
border: none;
}
@font-face {
font-family: "YouSheBiaoTiHei";
src: url('./common/style/font/YouSheBiaoTiHei.ttf') format('truetype');
}
@font-face {
font-family: "SourceHanSansCN-Bold";
src: url('./common/style/font/SourceHanSansCN-Bold.otf') format('truetype');
}
@font-face {
font-family: "SourceHanSansCN-Regular";
src: url('./common/style/font/SourceHanSansCN-Regular.otf') format('truetype');
}
@font-face {
font-family: "SourceHanSansCN-Medium";
src: url('./common/style/font/SourceHanSansCN-Medium.otf') format('truetype');
}
@font-face {
font-family: "iconfont";
src: url('./common/style/iconfont/iconfont.woff2') format('woff2'),
url('./common/style/iconfont/iconfont.woff') format('woff'),
url('./common/style/iconfont/iconfont.ttf') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/** */
.container {
width: 100%;
height: 100%;
overflow: hidden;
}