k94314517
2025-07-01 f7a3d41075e00498f7033475108c0bcd86cda733
wx/unpackage/dist/dev/mp-weixin/components/my-tabbar/my-tabbar.wxss
@@ -37,6 +37,74 @@
  display: flex;
  flex-direction: column;
}
.tabBar .tabBar_func.data-v-c2722278 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: border-box;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.tabBar .tabBar_func .tabBar_func_box.data-v-c2722278 {
  width: 100%;
  padding: 0 30rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tabBar .tabBar_func .tabBar_func_box .tabBar_func_close.data-v-c2722278 {
  width: 118rpx;
  height: 118rpx;
  margin-top: 62rpx;
}
.tabBar .tabBar_func .tabBar_func_box .func_list.data-v-c2722278 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tabBar .tabBar_func .tabBar_func_box .func_list .func_list_item.data-v-c2722278 {
  width: 48%;
  height: 160rpx;
  position: relative;
  margin-bottom: 20rpx;
  padding: 24rpx 28rpx;
  box-sizing: border-box;
}
.tabBar .tabBar_func .tabBar_func_box .func_list .func_list_item .func_list_item_info.data-v-c2722278 {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9999;
}
.tabBar .tabBar_func .tabBar_func_box .func_list .func_list_item .func_list_item_info text.data-v-c2722278:nth-child(1) {
  font-weight: 500;
  font-size: 32rpx;
  color: #222222;
}
.tabBar .tabBar_func .tabBar_func_box .func_list .func_list_item .func_list_item_info text.data-v-c2722278:nth-child(2) {
  font-weight: 400;
  font-size: 24rpx;
  color: #768188;
}
.tabBar .tabBar_func .tabBar_func_box .func_list .func_list_item image.data-v-c2722278 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tabBar .tabBar_zw.data-v-c2722278 {
  width: 100vw;
  height: env(safe-area-inset-bottom);
@@ -60,34 +128,15 @@
  align-items: center;
  position: relative;
}
.tabBar .tabBar_list .tabbar_item .tabbar_quan.data-v-c2722278 {
  width: 40px;
  height: 40px;
.tabBar .tabBar_list .tabbar_quan.data-v-c2722278 {
  width: 90rpx;
  height: 90rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #437CB3;
  border-radius: 20px;
  border: 3px solid rgba(67, 124, 179, 0.14);
}
.tabBar .tabBar_list .tabbar_item .tabbar_item_hot.data-v-c2722278 {
  position: absolute;
  left: 50%;
  top: 25rpx;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30rpx;
  height: 30rpx;
  line-height: 30rpx;
  text-align: center;
  background-color: red;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18rpx;
  z-index: 9;
}
.tabBar .tabBar_list .tabbar_item.active.data-v-c2722278 {
  border-left: 0px solid white;
  border-top: 0px solid white;
  background: transparent;
  color: #222222;
  border: 6rpx solid rgba(67, 124, 179, 0.14);
}
.tabBar .tabBar_list image.data-v-c2722278 {
  width: 48rpx;