about.wxss
579 字节
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
/* pages/about/about.wxss */
.topimg{
height:376rpx;
width:100%;
box-sizing: border-box;
overflow: hidden;
}
.topimg image{
width:100%;
height: 100%;
}
.content{
/* padding:32rpx 32rpx 0 32rpx; */
text-align: center;
}
.title{
color:#000;
font-size:30rpx;
margin:0 0 32rpx 0;
}
.main{
text-align: left;
font-size:26rpx;
color:rgba(0,0,0,1);
line-height:44rpx;
}
.wxParse-p{
/* display:flex; */
/* flex-direction: column;
justify-content: center; */
}
.wxParse-p image{
display:block;
width:750rpx!important;
box-sizing: border-box
}