This commit is contained in:
2025-08-05 15:25:23 +08:00
parent 0515e9d48c
commit 043f477609
1263 changed files with 202002 additions and 159652 deletions
@@ -1,3 +1,4 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
@@ -22,7 +23,7 @@
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
.custom-tab-bar.data-v-8fac706f {
.custom-tab-bar.data-v-5fb561fa {
position: fixed;
display: flex;
justify-content: space-around;
@@ -34,21 +35,21 @@
bottom: 0;
width: 100%;
}
.tab-item.data-v-8fac706f {
.tab-item.data-v-5fb561fa {
display: flex;
flex-direction: column;
align-items: center;
}
.tab-icon.data-v-8fac706f {
.tab-icon.data-v-5fb561fa {
width: 24px;
/* 图标大小 */
height: 24px;
/* 图标大小 */
}
.tab-text.data-v-8fac706f {
.tab-text.data-v-5fb561fa {
font-size: 12px;
/* 文字大小 */
}
.tab-text-sel.data-v-8fac706f {
color: #FF7C41;
}
.tab-text-sel.data-v-5fb561fa {
color: #7934F6;
}