页面调整

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

@@ -699,7 +699,8 @@ export default defineComponent({
width: 100%;
height: 5rem;
margin-top: 1rem;
border: 0.1rem solid #dfdfdf;
border: .1rem solid #000;
background: transparent;
border-radius: 2.5rem;
padding-left: 2.1rem;
line-height: 5rem;
@@ -708,7 +709,7 @@ export default defineComponent({
outline: none;
transition: all 0.3s;
&:hover {
border: 0.1rem solid #000;
border: .1rem solid #000;
}
&::placeholder {
color: #a5b0c2;