unknown
2024-02-27 7edbade4d2b1c74360d0cf40cdaa2eb0de379132
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
page {
  box-sizing: border-box;
  padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx);
}
 
.home-page-header {
  position: relative;
}
 
.home-page-header .search {
  position: absolute;
  top: 20rpx;
  left: 0;
  width: 100%;
  z-index: 99;
}
 
.home-page-header .t-search__input-container {
  border-radius: 15rpx !important;
  margin: 0 24rpx;
  height: 64rpx !important;
}
 
.home-page-header .t-search__input {
  font-size: 28rpx !important;
  color: rgb(116, 116, 116) !important;
}
 
.home-page-header .swiper-wrap .t-swiper-host {
  border-radius: 0;
}
 
.home-page-header .t-image__swiper {
  width: 100%;
  height: 300rpx;
}
 
.home-page-container {
  display: block;
  padding: 0 24rpx;
}
 
.tabCardPublic {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20rpx 5rpx;
  box-sizing: border-box;
}
 
.tabCardPublic .icon {
  width: 246rpx;
  height: 72rpx;
}
 
.tabCardPublic .icon .t-image {
  width: 100%;
  height: 100%
}
 
.tabCardPublic .more {
  font-size: 24rpx;
  color: #999;
}