You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
766 B
51 lines
766 B
/* pages/weChatAuth/index.wxss */
|
|
.container {
|
|
position: relative;
|
|
padding: 0 20px;
|
|
display: flex;
|
|
height: 100vh;
|
|
justify-items: center;
|
|
align-items: center;
|
|
}
|
|
.auth_cancel {
|
|
position: absolute;
|
|
padding: 10px;
|
|
width: 30px;
|
|
height: 30px;
|
|
top: 0;
|
|
right: 20px;
|
|
}
|
|
.page_bd {
|
|
height: 65vh;
|
|
width: 100%;
|
|
}
|
|
.image_view{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.img{
|
|
width: 180px;
|
|
height: 120px;
|
|
}
|
|
.title{
|
|
font-size: 20px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.description{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.h1{
|
|
padding: 20px 0 10px;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.authBtn{
|
|
background-color: rgb(32,192,100);
|
|
top: 40px;
|
|
}
|
|
|