myguanjia.wxss
709 字节
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
page {
width: 100%;
height: 100%;
overflow-y: hidden;
}
.guanback {
width: 100%;
height: 100%;
position: relative;
}
image {
width: 100%;
height: 100%;
}
.phoneimg {
width: 204rpx;
height: 204rpx;
font-size: 0;
margin-top:50rpx;
}
.guanjiabox {
width: 450rpx;
height: 700rpx;
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.hotline{
width:440rpx;
height:72rpx;
background: #fff;
line-height: 72rpx;
text-align: center;
color:#27336C;
font-size: 32rpx;
margin-top:106rpx;
font-weight: bold;
}
.boda{
color:#FFFFFF;
font-size: 28rpx;
margin-top:30rpx;
}