css
litian
2024-07-09 e2b9cf5cb19ba0ae4bffd787d96f0d0cb8fb63bf
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/* pages/aboutUs/index.wxss */
 
@import "./index.skeleton.wxss";
 
.nacigationBar {
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 50rpx;
}
 
.navbar-title {
  /* white-space: nowrap;
 
  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 {
  height: calc(100vh - env(safe-area-inset-bottom) - 200rpx);
  overflow-y: auto;
  padding: 0 20rpx;
}
 
.titleBox {
  position: sticky;
  top: 0px;
  background-color: #fff;
}
 
 
 
.titleTextBox {
  margin: 0 auto;
}
 
 
/* 富文本初始化样式 */
/* .richTextBox {
  line-height: 1.4 !important;
  font-size: 14px !important;
} */
 
/* .richTextBox {
  margin: revert !important;
  padding: revert !important;
  border: revert !important;
  font: revert !important;
  vertical-align: revert !important;
  color: #000 !important;
} */
 
/* 
.richTextBox p {
  display: block !important;
  -webkit-margin-before: 1em !important;
  margin-block-start: 1em !important;
  -webkit-margin-after: 1em !important;
  margin-block-end: 1em !important;
  -webkit-margin-start: 0 !important;
  margin-inline-start: 0 !important;
  -webkit-margin-end: 0 !important;
  margin-inline-end: 0 !important;
} */
 
/* .richTextBox td {
  border-bottom: 1px dashed !important;
  border-right: 1px dashed !important;
  border-width: 1px !important;
} */
 
/* 
.richTextBox table {
  border-width: 2rpx !important;
} */
 
 
.aboutUs-rich-p {
  display: block !important;
  -webkit-margin-before: 1em !important;
  margin-block-start: 1em !important;
  -webkit-margin-after: 1em !important;
  margin-block-end: 1em !important;
  -webkit-margin-start: 0 !important;
  margin-inline-start: 0 !important;
  -webkit-margin-end: 0 !important;
  margin-inline-end: 0 !important;
}
 
.aboutUs-rich-td {
  border-bottom: 1px dashed !important;
  border-right: 1px dashed !important;
  border-width: 1px !important;
}
 
.aboutUs-rich-table {
  border-width: 2px !important;
}