页面调整

This commit is contained in:
X1627315083
2025-07-19 14:04:48 +08:00
parent 22ee9c6cf1
commit 4b694236ee
161 changed files with 2934 additions and 3979 deletions

View File

@@ -405,6 +405,9 @@ export default defineComponent({
text-align: center;
margin-right: 2rem;
padding: 12px 0;
> a{
border-radius: 1rem;
}
}
.account_page_content_right{
flex: 1;
@@ -486,7 +489,7 @@ export default defineComponent({
font-size: 1.4rem;
}
.search_icon_block{
background: #39215b;
background: #000;
color: #fff;
padding: .5rem 2rem;
font-size: 1.8rem;
@@ -525,7 +528,7 @@ export default defineComponent({
right: 0;
}
.account_generalMessage_item_link{
color: #39215b;
color: #000;
cursor: pointer;
font-weight: 600;
}

View File

@@ -372,7 +372,7 @@ export default defineComponent({
}
.content_right_record_item_text{
border-radius: 2rem 0rem 2rem 2rem;
background: #39215b;
background: #000;
color: #fff;
}
}