yiming
2024-04-12 2aab00f91bd4cda4715f1a141f4d26a3667a91b6
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/aboutUs/index.wxss */
 
@import "./index.skeleton.wxss";
 
.nacigationBar {
  background-color: #fff;
  display: flex;
  align-items: center;
}
 
.navbar-title {
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  color: #0F1214;
  margin-bottom: 5rpx;
  font-weight: bold;
  font-size: 36rpx;
  color: #0F1214;
}
 
image {
  width: 100%;
  height: 100%;
}
 
.imageBox {
  width: 690rpx;
  height: 300rpx;
  margin-bottom: 35rpx;
}
 
.aboutUs {
  margin: 15rpx;
}
 
.aboutText {
  padding-bottom: 100rpx;
}
 
 
 
.titleBox {
  position: sticky;
  top: 0px;
  background-color: #fff;
}
 
 
.richTextBox {
  line-height: 1.4;
  font-size: 14px;
}
 
.richTextBox {
  margin: revert;
  padding: revert;
  border: revert;
  font: revert;
  vertical-align: revert;
  color: #000;
}
 
.richTextBox p {
  display: block;
  text-align: center;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
 
.richTextBox td {
  border-bottom: 1px dashed;
  border-right: 1px dashed;
  border-width: 1px !important;
}
 
.richTextBox table {
  border-width: 2px !important;
}