studyplus/manage/select/select.wxss
2018-10-03 13:05:05 +08:00

131 lines
1.8 KiB
Plaintext

/* manage/select/select.wxss */
/* 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;
}
.mini-btn {
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;
}
.kongbai1 {
margin-top: 50rpx;
}
.kongbai2 {
margin-top: 150rpx;
}
/* manage/rollcall/rollcall.wxss */
/* welcome/signin/signin.wxss */
page {
background-color: #fff;
}
.allpage {
display: flex;
flex-direction: column;
align-items: center;
}
.signin {
height: 462rpx;
width: 750rpx;
}
.btn-area1 {
margin-top: 40rpx;
box-sizing: border-box;
width: 370rpx;
padding: 0 30rpx;
}
.btn2 {
display: flex;
flex-direction: row;
align-items: center;
}