45 lines
890 B
Plaintext
45 lines
890 B
Plaintext
/* pages/login/login.wxss */
|
|
|
|
page {
|
|
/* background-image: url(http://www.powerrain.cn/qrcode/images/home.png); */
|
|
background-image: url(https://gss0.baidu.com/94o3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/2934349b033b5bb5092b9c0d3bd3d539b700bc41.jpg);
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.top {
|
|
margin:0 auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.top .background {
|
|
height:200rpx;
|
|
width:200rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 50%;
|
|
box-shadow: 0 0 30rpx #888888;
|
|
}
|
|
|
|
.top .background .userAvatar{
|
|
height: 200rpx;
|
|
width: 200rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.top .userNickName {
|
|
font-size: 40rpx;
|
|
color: #fff;
|
|
margin-top:30rpx;
|
|
letter-spacing:3px;
|
|
}
|
|
|
|
.top .welcome {
|
|
color:#fff;
|
|
font-size: 80rpx;
|
|
margin-top:250rpx;
|
|
letter-spacing: 3rpx;
|
|
} |