49 lines
947 B
SCSS
49 lines
947 B
SCSS
/* pages/setup/index.wxss */
|
|
.setup {
|
|
text-align: center;
|
|
.avatar {
|
|
width: 132rpx;
|
|
height: 132rpx;
|
|
border-radius: 50%;
|
|
display: block;
|
|
margin: 95rpx auto;
|
|
}
|
|
.setup_container {
|
|
width: 650rpx;
|
|
margin: 0 auto;
|
|
.phone {
|
|
margin-top: 40rpx;
|
|
padding-bottom: 40rpx;
|
|
border-bottom: 1rpx solid #E8E7E7;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
.left {
|
|
display: flex;
|
|
align-items: center;
|
|
image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 6rpx;
|
|
}
|
|
}
|
|
.right {
|
|
display: flex;
|
|
align-items: center;
|
|
image {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.logout {
|
|
width: 590rpx;
|
|
height: 92rpx;
|
|
line-height: 92rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #EE5B0D;
|
|
border-radius: 46rpx;
|
|
margin: 600rpx auto 0;
|
|
}
|
|
} |