42 lines
586 B
SCSS
42 lines
586 B
SCSS
/* pages/login/login.wxss */
|
|
page{
|
|
height: 100%;
|
|
}
|
|
.container{
|
|
align-items: center;
|
|
}
|
|
.title{
|
|
font-weight: bolder;
|
|
font-size: 40rpx;
|
|
}
|
|
.more-info{
|
|
color: gray;
|
|
font-size: 24rpx;
|
|
margin-top: 1rem;
|
|
}
|
|
.buy-btn{
|
|
margin-top:1rem;
|
|
background-color: #000;
|
|
color: white;
|
|
border-radius: 50rpx;
|
|
font-weight: 200;
|
|
font-size: 24rpx;
|
|
}
|
|
.title-part{
|
|
text-align: center;
|
|
}
|
|
.avatar-wrapper{
|
|
width: 80rpx !important;
|
|
height: 80rpx;
|
|
padding: 0px;
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.avatar{
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
.weui-input{
|
|
|
|
} |