83 lines
1.5 KiB
Plaintext
83 lines
1.5 KiB
Plaintext
/* pages/setAvatarNickname/setAvatarNickname.wxss */
|
|
.container {
|
|
min-height: 100vh;
|
|
background-color: rgb(245, 245, 245);
|
|
padding: 24rpx 22.5rpx 0;
|
|
}
|
|
|
|
.box {
|
|
width: 705rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 30rpx;
|
|
border: 1rpx solid #f2f2f2;
|
|
}
|
|
|
|
.box .item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 132rpx;
|
|
padding: 0 24rpx;
|
|
font-size: 24rpx;
|
|
color: #555555;
|
|
}
|
|
|
|
.box .item:not(:last-of-type) {
|
|
border-bottom: 1rpx solid #ebebeb;
|
|
}
|
|
|
|
.box .item .right {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.box .item .right .nickname {
|
|
text-align: right;
|
|
height: 132rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.box .head {
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.avatar-wrapper {
|
|
padding: 0;
|
|
width: 100% !important;
|
|
border-radius: 8px;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
margin: 0;
|
|
}
|
|
|
|
.avatar-wrapper::after {
|
|
border: none;
|
|
}
|
|
|
|
.save {
|
|
width: 705rpx;
|
|
height: 97.5rpx;
|
|
border-radius: 60rpx;
|
|
background-color: rgba(207, 247, 255, 1);
|
|
border: 1rpx solid #badee6;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #000;
|
|
font-weight: 650;
|
|
font-size: 30rpx;
|
|
margin-top: 60rpx;
|
|
|
|
font-weight: 650;
|
|
font-size: 32rpx;
|
|
color: #026277;
|
|
line-height: 45rpx;
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
} |