Commit 8b51d927 by biao

111111

parent f7fb5fd2
{
"usingComponents": {},
"navigationBarTitleText": "创建圈子"
}
\ No newline at end of file
/* pages/newQuanzi/newQuanzi.wxss */
.newQuanzi{
width: 85%;
margin: 0 auto;
}
.top_newQuanzi{
width: 100%;
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
}
.newQuanziname{
width: 100%;
height: 50px;
display: flex;
align-items: center;
font-size: 14px;
}
.newQuanziname>view{
flex: 1;
border: 1px solid #ccc;
height: 30px;
}
.newQuanziname>view .van-cell{
padding: 0;
height: 30px;
}
.newQuanziname>view input{
height: 30px;
box-sizing: border-box;
padding-left: 10px;
}
.shenghe{
width: 100%;
height: 40px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 12px;
color: #666;
}
.newQuanzijianli{
width: 150px;
height: 40px;
font-size: 14px;
line-height: 40px;
text-align: center;
border: 1px solid #ccc;
margin: 200px auto 0;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment