祖安之光
2025-08-07 ad5c4cc086a40708e66040574ff1d465b66304b6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.tabBar_css {
  position: fixed;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
  width: calc(100vw - 20px);
  border-radius: 99px;
  overflow: hidden;
  box-shadow: 0 -6px 10px hsla(0, 0%, 58.8%, .1), 0 6px 10px hsla(0, 0%, 58.8%, .1)
}
 
.tabBar_css .u-tabbar__content {
  background-color: hsla(0, 0%, 100%, .4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid hsla(0, 0%, 100%, .8)
}
 
.tabBar_css .u-tabbar .u-border-top {
  border-color: transparent !important
}
 
.u-page__item__slot-icon {
  width: 20px;
  height: 20px
}
 
.u-tabbar-item__text {
  margin-top: 0 !important;
  line-height: 20px !important
}