76 lines
1.6 KiB
SCSS
76 lines
1.6 KiB
SCSS
.modify-ickname-content {
|
|
margin: 0 auto;
|
|
width: 658px;
|
|
padding-bottom: 50px;
|
|
|
|
.modify-ickname-input {
|
|
width: 658px;
|
|
height: 182px;
|
|
background: #f3f3f3;
|
|
border: 2px solid #e6e6e6;
|
|
border-radius: 10px;
|
|
padding: 15px;
|
|
box-sizing: border-box;
|
|
font-size: 22px;
|
|
font-weight: 400;
|
|
color: #ababab;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.modify-ickname-input textarea {
|
|
width: 100%;
|
|
height: 80%;
|
|
font-size: 26px;
|
|
font-weight: 400;
|
|
color: #3c3c3c;
|
|
}
|
|
|
|
.modify-ickname-tips {
|
|
font-size: 22px;
|
|
font-weight: 400;
|
|
color: #ababab;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.modify-ickname-operation {
|
|
width: 658px;
|
|
height: 82px;
|
|
background: #ffffff;
|
|
border: 2px solid #cde5ff;
|
|
border-radius: 40px;
|
|
display: flex;
|
|
overflow: hidden;
|
|
margin-top: 105px;
|
|
display: flex;
|
|
}
|
|
|
|
.modify-ickname-operation button {
|
|
height: 100%;
|
|
width: 50%;
|
|
font-size: 32px;
|
|
font-weight: 400;
|
|
color: #007aff;
|
|
background-color: white;
|
|
border: none;
|
|
outline: none;
|
|
padding: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.modify-ickname-operation button::after,
|
|
.user-edit-logout::after {
|
|
border-radius: 0;
|
|
border: none;
|
|
}
|
|
|
|
.modify-ickname-operation .modify-ickname-operation-save {
|
|
background: #007aff;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.modify-ickname-operation button::after {
|
|
border-radius: 0;
|
|
}
|
|
} |