litian
2024-03-05 42cc31916c043f681c271efeb73394260e7d77aa
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/* pages/bookExhibitionList/index.wxss */
 
 
 
.outside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px;
 
 
}
 
.contentBox {
  width: 330rpx;
  /* height: 231rpx; */
  /* border: 1px #000 solid; */
  margin: 10px 0;
  background-color: #fff;
 
}
 
image {
  width: 327rpx;
  height: 128rpx;
}
 
 
.textBox {
  width: 280rpx;
  /* height: 75rpx; */
  font-size: 25rpx;
 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* text-align: center; */
  margin: 20rpx;
 
}
 
 
.example-search {
  /* width: 300px; */
  background-color: #fff;
  /* padding: 16rpx 32rpx; */
}
 
.iconBox {
  transform: rotate(90deg);
  margin-left: 10rpx;
}
 
.swapRight {
  height: 20rpx;
}
 
.swapLeft {
  transform: rotate(180deg);
}
 
.sortBox {
  color: #999999;
  display: flex;
  /* border-bottom: 1px #ededed solid; */
  align-items: center;
  height: 86rpx;
  width: 195rpx;
  margin-top: 8rpx;
  font-size: 30rpx;
}
 
 
 
.titleBox {
  display: flex;
  margin: 10px;
  margin-left: 0;
  padding-top: 30rpx;
}
 
.frameBox {
  width: 13rpx;
  height: 54rpx;
  background: #FF6C00;
  border-radius: 0rpx 9rpx 9rpx 0rpx;
 
}
 
.titleTextBox {
  font-size: 20px;
  font-weight: bolder;
  margin-left: 10px;
  font-family: JDLangZhengTi, JDLangZhengTi;
}
 
.classification {
  width: 550rpx;
  /* margin-bottom: 50rpx; */
 
}
 
.menuBox {
  display: flex;
  height: 75rpx;
 
}
 
.assembleContent {
  background-color: #F2F3F8;
}