加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 1016 Bytes
一键复制 编辑 原始数据 按行查看 历史
duyisu 提交于 2017-10-16 15:57 . init
/**app.wxss**/
@import 'style/weui.wxss';
@import 'ionic.app.wxss';
@import 'extend.wxss';
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
page {
background-color: #f8f8f8;
font-size: 16px;
font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
font-family: '微软雅黑', Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
}
.page__hd {
padding: 40px;
}
.page__bd {
padding-bottom: 40px;
}
.page__bd_spacing {
padding-left: 15px;
padding-right: 15px;
}
.page__ft {
padding-bottom: 10px;
text-align: center;
}
.page__title {
text-align: left;
font-size: 20px;
font-weight: 400;
}
.page__desc {
margin-top: 5px;
color: #888;
text-align: left;
font-size: 14px;
}
/*自定义公共样式*/
.text_center {
text-align: center;
}
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化