litian
2024-02-28 741c45e9902a99eefa1c032c963b77f7c251a3f2
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
/* pages/bookExhibitionList/index.wxss */
 
 
 
.outside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px;
}
 
.contentBox {
  width: 330rpx;
  height: 130rpx;
  /* border: 1px #000 solid; */
  margin: 10px 0;
 
}
 
image {
  width: 100%;
  height: 85%;
}
 
 
.textBox {
 
  width: 320rpx;
  font-size: 20rpx;
  /* display: flex;
  justify-content: center; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
 
}
 
 
.example-search {
  width: 300px;
  background-color: #fff;
  /* padding: 16rpx 32rpx; */
}
 
.iconBox {
  transform: rotate(90deg);
  /* margin: 10px;
  margin-right: 20px; */
  margin-left: 30rpx;
}
 
.swapRight {
  /* margin-right: 10px; */
 
}
 
.swapLeft {
  transform: rotate(180deg);
}
 
.sortBox {
  display: flex;
  border-bottom: 1px #ededed solid;
  align-items: center;
  height: 86rpx;
  width: 195rpx;
}
 
 
 
.titleBox {
  display: flex;
  margin: 10px;
  margin-left: 0;
}
 
.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;
}
 
.menuBox {
  display: flex;
 
}