bug
闫增涛
2024-09-09 7eea32a9a7a034e951468bea279688e8db5c1c98
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
/* pages/aboutUs/index.wxss */
 
@import "./index.skeleton.wxss";
 
 
.aboutUsBox {
  width: 100%;
  height: 100%;
}
 
.aboutUs {
  box-sizing: border-box;
  height: 100%;
}
 
.nacigationBar {
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 50rpx;
}
 
image {
  width: 100%;
  height: 100%;
}
 
.imageBox {
  width: 690rpx;
  height: 300rpx;
  margin-bottom: 35rpx;
}
 
.aboutUs {
  margin: 15rpx;
}
 
.aboutText {
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  padding: 0 20rpx;
  padding-bottom: 100rpx;
}
 
.titleBox {
  position: sticky;
  top: 0px;
  background-color: #fff;
}
 
 
 
.titleTextBox {
  margin: 0 auto;
}
 
 
.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;
}
 
 
 
 
.table {
  border-collapse: collapse;
  /* 边框合并 */
}
 
.td {
  text-align: center;
  border: 1px dashed #ccc;
}