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
/* pages/bookExhibitionDetails/index.wxss */
.headBox {}
 
.titleBox {
  font-weight: 800;
  font-size: 45rpx;
  display: flex;
  justify-content: center;
  padding: 0 30rpx;
  /* text-indent: 6%; */
}
 
.informationBox {
  margin-top: 30rpx;
  display: flex;
  justify-content: space-around;
  padding: 0 50rpx;
  font-size: 25rpx;
  color: #545C63;
  font-weight: 400;
}
 
.partingBox {
  width: 750rpx;
  height: 40rpx;
  margin: 30rpx 0;
}
 
.bannerBox {
  width: 690rpx;
  height: 270rpx;
  margin: 0 30rpx;
}
 
.textContent {
  width: 690rpx;
  /* height: 315rpx; */
  padding: 0 30rpx;
  font-size: 25rpx;
  color: #545C63;
  font-weight: 400;
  line-height: 50rpx;
  margin: 20rpx 2rpx;
}
 
 
.booksBox {
  width: 330rpx;
  /* height: 430rpx; */
  /* background-color: #8bc34a; */
  margin: 20rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08);
  padding: 10rpx;
  box-sizing: border-box;
}
 
.booksImageBox {
  width: 240rpx;
  height: 300rpx;
  margin: 30rpx;
}
 
.outsideBooksImageBox {
  background: #F5F5F5;
  width: 100%;
  margin: 0 auto;
}
 
.booksTextBox {
  font-size: 25rpx;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  width: 280rpx;
  margin: 30rpx 25rpx;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
 
}
 
.outsideBooksBox {
  display: flex;
  flex-wrap: wrap;
}