yiming
2024-03-26 c5864be56488bee0c767d4b1cf157db4a0ec33c3
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
/* pages/aboutUs/index.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: 30rpx;
}
 
.aboutText {
  padding-bottom: 100rpx;
}
 
.aboutUsBox {
  /* position: relative; */
}
 
.titleBox {
  position: sticky;
  top: 0px;
  background-color: #fff;
}