59 lines
856 B
Plaintext
59 lines
856 B
Plaintext
/**index.wxss**/
|
|
page{
|
|
background: #ffffff;
|
|
}
|
|
.userinfo {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.userinfo-avatar {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
margin: 20rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.userinfo-nickname {
|
|
color: #aaa;
|
|
}
|
|
|
|
.usermotto {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.loginBtn{
|
|
height: 100rpx;
|
|
border-radius: 50rpx;
|
|
line-height: 100rpx;
|
|
padding: 0;
|
|
font-weight: 500;
|
|
background-color: #79bb52;
|
|
margin-top: 50rpx;
|
|
}
|
|
.loginBtn_visit{
|
|
background-color: #007241;
|
|
color: #ffffff;
|
|
/* border: 1rpx solid #7bbd52; */
|
|
}
|
|
.logoImg{
|
|
display: block;
|
|
width: 60%;
|
|
z-index: -1;
|
|
margin: auto;
|
|
margin-top: 10vh;
|
|
}
|
|
.ceheckedIcon{
|
|
width:40rpx;
|
|
height: 40rpx;
|
|
border-radius: 16rpx;
|
|
margin-right: 20rpx;
|
|
border: 1rpx solid #cccccc;
|
|
}
|
|
.weui-footer{
|
|
color: #79bc54;
|
|
}
|
|
.xieyi{
|
|
color: #f5b5b5!important;
|
|
} |