style: 底部 tabBar 去掉虚线边框,改用阴影做层级
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
border-top: 3px dashed #A0C4FF;
|
||||
box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
z-index: 1000;
|
||||
@@ -17,7 +17,7 @@
|
||||
/* 自定义组件样式隔离:两套主题配色在组件内自包含,不依赖全局 app.wxss */
|
||||
.custom-tab-bar.theme-dark {
|
||||
background: #191919;
|
||||
border-top-color: #5b8cff;
|
||||
box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.tab-item {
|
||||
|
||||
Reference in New Issue
Block a user