2 Star 1 Fork 0

DogWang / SimpIntro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
DogWang 提交于 2017-01-19 17:36 . 1.添加添加教育模块
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 0 0;
box-sizing: border-box;
}
.index{
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
flex: 1;
min-height: 100%;
font-size: 32rpx;
}
.page {
min-height: 100%;
flex: 1;
font-size: 32rpx;
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
overflow: hidden;
}
.page-header {
display: flex;
font-size: 32rpx;
color: #aaa;
margin-top: 50rpx;
flex-direction: column;
align-items: center;
}
.page__hd{
height: 50px;
padding: 50rpx 50rpx 0rpx 50rpx;
text-align: center;
}
.page__title{
display: inline-block;
padding: 20rpx 40rpx;
font-size: 25rpx;
color: #AAAAAA;
border-bottom: 1px solid #CCCCCC;
}
.inputView{
height:30px;
line-height:30px;
background-color: white;
text-align: center;
}
.modal{
flex-direction: column;
}
.modal_title{
display: flex;
justify-content: center;
margin-top: 0px;
flex-flow: row;
}
.modal_Contant{
display: flex;
justify-content: center;
flex-direction: column;
margin-top: 10px;
}
.inputView_Add{
margin-top: 20px;
line-height:30px;
background-color: white;
text-align: center;
}
.inputView_Picker{
text-align:center;
margin-left: 30%;
margin-right: 30%;
height: 20px;
background-color: #FFFFFF;
}
微信
1
https://gitee.com/dogbro/SimpIntro.git
git@gitee.com:dogbro/SimpIntro.git
dogbro
SimpIntro
SimpIntro
master

搜索帮助