12.12 页面风格改版,增加事件详情相关概念网页跳转,增加绑定手机号功能

This commit is contained in:
尚政杰
2025-12-12 19:35:08 +08:00
parent 44842120da
commit 13c783a0ad
256 changed files with 4046 additions and 2986 deletions

View File

@@ -1,6 +1,6 @@
/* components/custom-tab-bar/index.wxss */
.tab-bar {
background-color: white;
background-color: black;
position: fixed;
bottom: 0;
left: 0;
@@ -9,7 +9,7 @@
display: flex;
padding-bottom: env(safe-area-inset-bottom);
box-sizing: content-box;
box-shadow: 0 -1px 5rpx 0 #eee;
/* box-shadow: 0 -1px 5rpx 0 #eee; */
z-index: 99;
}
.tab-bar-item
@@ -22,8 +22,8 @@
}
.tab-bar-item .image {
margin: 16rpx 0 8rpx 0;
width: 40rpx;
height: 40rpx;
width: auto;
height: 41rpx;
}
.bulge
{