k94314517
2024-07-25 a75b18a4157ab486e0b51c438ac165ab3a08e3e0
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
.main_tab {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40rpx;
}
.main_tab .item {
  width: 76rpx;
  font-size: 32rpx;
  color: #555555;
  margin-right: 60rpx;
}
.main_tab .item .border {
  width: 60rpx;
  height: 10rpx;
  background: #fff;
}
.main_tab .active {
  font-weight: 600;
  font-size: 38rpx;
  color: #222222;
}
.main_tab .active .border {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.56) 0%, rgba(206, 144, 111, 0.88) 100%);
}
.home_tab {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}