完善个人页(测试NTRP水平未做)

This commit is contained in:
2025-09-14 11:46:29 +08:00
parent 01aad920ad
commit 6f0c0c30fa
8 changed files with 317 additions and 59 deletions

View File

@@ -145,12 +145,13 @@
padding: 10px 12px;
min-height: 44px;
box-sizing: border-box;
gap: 20px;
.item_left {
display: flex;
align-items: center;
gap: 8px;
flex: 1;
flex-shrink: 0;
.item_icon {
width: 16px;
@@ -172,6 +173,7 @@
gap: 8px;
flex: 1;
justify-content: flex-end;
overflow: hidden;
.item_input {
flex: 1;
@@ -184,6 +186,7 @@
border: none;
background: transparent;
outline: none;
min-width: 0;
&::placeholder {
color: rgba(0, 0, 0, 0.4);
@@ -196,6 +199,11 @@
font-size: 14px;
line-height: 1.71em;
color: #000000;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: right;
}
.bio_textarea {
@@ -222,6 +230,26 @@
height: 14px;
opacity: 0.2;
}
Button {
padding: 0;
font-family: 'PingFang SC';
font-weight: 600;
font-size: 14px;
line-height: 1.71em;
color: #000000;
border: none;
flex: 1;
text-align: right;
background-color: unset;
&.placeholer {
font-weight: 400;
color: rgba(60, 60, 67, 0.3);
}
&:after {
border: none;
}
}
}
.divider {