页面优化

This commit is contained in:
kron
2025-06-05 22:21:40 +08:00
parent 38019f1100
commit 79ef6d978d
8 changed files with 80 additions and 82 deletions

View File

@@ -33,15 +33,14 @@ defineProps({
display: flex;
align-items: center;
padding: 0 15px;
width: 100%;
width: clac(100% - 30px);
}
.container > image {
width: 20%;
}
.container > view {
position: relative;
width: 75%;
padding-right: 25px;
width: 80%;
min-height: 55px;
display: flex;
flex-direction: column;
@@ -49,7 +48,7 @@ defineProps({
.container > view > image {
position: absolute;
left: -7%;
width: 98%;
width: 108%;
}
.container > view {
color: #fff;