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
| /* pages/bibliographyList/index.wxss */
| /* .custom-tabs {
| margin-bottom: 32rpx;
| }
|
| .custom-panel {
| height: 120px;
| } */
|
| .higherBox {
| width: 220rpx;
| /* height: 390rpx; */
| box-shadow: 10rpx 10rpx 10rpx 10rpx rgba(0, 0, 0, 0.08);
| margin: 30rpx 15rpx;
| }
|
| .outsideHigherBox {
| display: flex;
| flex-wrap: wrap;
| }
|
| .higherImageBox {
| width: 190rpx;
| height: 255rpx;
| margin: 15rpx;
| }
|
| .higherTextBox {
| font-weight: bold;
| font-size: 25rpx;
| color: #333333;
| padding: 15rpx;
| margin-bottom: 10rpx;
| }
|
| /* .downloadIcon {
| width: 430rpx;
| height: 430rpx;
| background-color: #000;
| position: relative;
| top: 0;
| left: 0;
| } */
|
| /* .download {
| background-color: #8bc34a;
| } */
|
|