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

43 lines
547 B
Plaintext

/* welcome/login/login.wxss */
page {
background-color: #fff;
}
.allpage {
display: flex;
flex-direction: column;
align-items: center;
}
.SRCS {
height: 900rpx;
width: 100%;
}
.btn-area {
margin-top: 40rpx;
box-sizing: border-box;
width: 370rpx;
padding: 0 30rpx;
}
.btn2 {
display: flex;
flex-direction: row;
align-items: center;
}
.txt {
margin-top: 100rpx;
color: #7f8389;
font-size: 15rpx;
flex: 1;
}
.txt1 {
color: #7f8389;
font-size: 15rpx;
flex: 1;
}