适配小程序代码结构

This commit is contained in:
zhonghua1
2026-01-20 08:46:36 +08:00
parent 3b169467ac
commit 9c00db8ff5
615 changed files with 62726 additions and 8 deletions

View File

@@ -0,0 +1,48 @@
.page.data-v-f38d25df {
min-height: 100vh;
background-color: #F5F5F5;
}
.content.data-v-f38d25df {
padding-top: 44px;
padding: 44px 16px 20px;
}
.nav-list.data-v-f38d25df {
background: #FFFFFF;
border-radius: 12px;
overflow: hidden;
}
.nav-item.data-v-f38d25df {
border-bottom: 1px solid #F0F0F0;
}
.nav-item.data-v-f38d25df:last-child {
border-bottom: none;
}
.nav-item-content.data-v-f38d25df {
display: flex;
align-items: center;
padding: 20px 16px;
transition: background-color 0.2s;
}
.nav-item:active .nav-item-content.data-v-f38d25df {
background-color: #F5F5F5;
}
.nav-item-icon.data-v-f38d25df {
margin-right: 12px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #F5F5F5;
border-radius: 8px;
}
.nav-item-title.data-v-f38d25df {
flex: 1;
font-size: 16px;
color: #333333;
font-weight: 500;
}
.nav-item-arrow.data-v-f38d25df {
margin-left: 12px;
}