jiangping
2024-07-26 2faa6546a9f9ddb29f81cbc9770fc25b95703695
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.container {
  background-color: #fff;
}
.home_tabs {
  height: 80rpx;
  position: fixed;
  background-color: #fff;
}
.search_wrap {
  width: 670rpx;
  height: 72rpx;
  margin: 24rpx auto;
  background: #F7F7F7;
  border-radius: 8rpx;
  padding: 0 40rpx;
  display: flex;
  align-items: center;
  background-color: #F7F7F7;
}
.search_wrap image {
  width: 28rpx;
  margin-right: 16rpx;
}
.scroll_cate {
  display: flex;
  align-items: center;
  margin-left: 40rpx;
  height: 60rpx;
}
.scroll_cate .item {
  margin-right: 54rpx;
  color: #666666;
  flex-shrink: 0;
}
.scroll_cate .active {
  color: #222222;
  font-weight: 500;
  font-size: 30rpx;
}
.second_list .item {
  padding: 0 40rpx;
  display: flex;
  align-items: center;
  font-size: 24rpx;
  color: #333333;
  height: 60rpx;
  background: #F7F7F7;
  border-radius: 8rpx;
  margin-right: 24rpx;
}
.second_list .active {
  background-color: var(--themeColor);
  color: #fff;
  font-size: 24rpx;
  font-weight: 400;
}
.content {
  padding: 80rpx 40rpx 40rpx;
}
.content .item {
  margin-bottom: 60rpx;
}
.content .item .img {
  width: 100%;
}
.content .item .title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 30rpx;
  color: #111111;
  margin: 24rpx 0 12rpx;
}
.content .item .static {
  font-size: 24rpx;
  color: #999999;
}
.content .item .static .liulan {
  width: 26rpx;
  margin-right: 10rpx;
}