12.12 页面风格改版,增加事件详情相关概念网页跳转,增加绑定手机号功能
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user