yiming
2024-04-29 4496721cd3af3c68ed4d55218d3e83ea0664c57e
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
/* pages/resourceDetails/document/index.wxss */
.nacigationBar {
  background-color: #fff;
  display: flex;
  align-items: center;
}
 
.navbar-title {
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  color: #0F1214;
  font-size: 40rpx;
  font-weight: bold;
  margin-bottom: 5rpx;
}
 
.button-example {
  margin: 0 70rpx;
  background-color: #ff6c00;
  display: flex;
  justify-content: center;
}
 
.button-example .text {
  background-color: #ff6c00;
}
 
.t-button--default {
  background-color: #ff6c00 !important;
}
 
.t-button {
  --td-button-default-border-color: #ff6c00 !important;
}
 
.zipImageBox {
  display: flex;
  justify-content: center;
}
 
.divider {
  text-align: center;
  margin: 20px 0;
}
 
.titleNameBox {
  min-height: 77rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 9rpx 9rpx 2rpx rgba(0, 0, 0, 0.06);
  padding: 20rpx 50rpx;
  margin-bottom: 100rpx;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 29rpx;
  color: #333333;
}
 
.pictureBox {
  display: flex;
  justify-content: center;
  margin-top: 160rpx;
  width: 100%;
  height: 100%;
}
 
.pictureBox image {
  width: 100%;
  height: 100%;
}