studyplus/welcome/signin/signin.wxss
2018-10-03 13:05:05 +08:00

104 lines
1.5 KiB
Plaintext

/* welcome/signin/signin.wxss */
page {
background-color: #fff;
}
.allpage {
display: flex;
flex-direction: column;
align-items: center;
}
.signin {
height: 462rpx;
width: 750rpx;
}
.item {
display: flex;
flex-direction: row;
align-items: center;
margin-top: 60rpx;
}
.section {
display: flex;
flex-direction: row;
align-items: center;
margin-top: 60rpx;
}
.picker {
border-bottom-color: #000;
border-bottom-style: solid;
border-bottom-width: thin;
margin-left: 100rpx;
width: 290rpx;
}
.input {
border-bottom-color: #000;
border-bottom-style: solid;
border-bottom-width: thin;
margin-left: 100rpx;
width: 410rpx;
}
.txt {
font-size: 120%;
}
.png {
height: 40rpx;
width: 40rpx;
margin-right: 20rpx;
}
.xuehao-png {
height: 30rpx;
width: 40rpx;
margin-right: 20rpx;
}
.minibtn {
margin-left: 20rpx;
}
.mima {
display: flex;
flex-direction: row;
align-items: center;
margin-top: 60rpx;
}
.mima-input {
border-bottom-color: #000;
border-bottom-style: solid;
border-bottom-width: thin;
margin-left: 30rpx;
width: 410rpx;
}
.btn-area {
margin-top: 40rpx;
box-sizing: border-box;
width: 80%;
padding: 0 30rpx;
}
.kongbai {
margin-top: 170rpx;
}
.foot {
font-size: 25rpx;
color: #10aeff;
text-align: center;
height: 50rpx;
line-height: 50rpx;
position: fixed;
bottom: 15px;
width: 100%;
}