contactUs.wxss
694 字节
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
.container{
width: 750rpx;
display: flex;
flex-flow: column;
}
.top{
width: 750rpx;
height: 422rpx;
display: flex;
}
.top image{
width: 100%;
height: 100%;
}
.bottom{
display: flex;
flex-flow: column;
box-sizing: border-box;
padding: 50rpx 30rpx 50rpx 32rpx;
}
.bottom_title{
font-size:34rpx;
font-family:汉真广标;
font-weight:400;
color:rgba(110,172,61,1);
opacity:1;
}
.bottom_text{
margin-top: 22rpx;
font-size:24rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(102,102,102,1);
opacity:1;
}
.bottom_tel{
margin-top: 18rpx;
font-size:28rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(51,51,51,1);
opacity:1;
}