44 lines
548 B
Plaintext
44 lines
548 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;
|
|
}
|