封装看板跳转页面
This commit is contained in:
@@ -13,39 +13,39 @@ 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;
|
||||
}
|
||||
// @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;
|
||||
}
|
||||
// /** 内容 */
|
||||
// .container {
|
||||
// width: 100%;
|
||||
// height: 100%;
|
||||
// overflow: hidden;
|
||||
// }
|
||||
Reference in New Issue
Block a user