companyidentity.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
46
47
48
49
50
51
52
53
page{
background: #FBF8FB
}
.itemname,.seltype {
font-size: 32rpx;
}
.seltype{
margin-right:10rpx;
}
.commonenter{
font-size: 32rpx;
margin-right:33rpx;
}
.commonenter input{
font-size: 32rpx;
}
.commontwo{
font-size: 32rpx
}
.useboxitem:last-child{
border-bottom:none
}
.examine{
width:500rpx;
position: absolute;
top:30%;
left:50%;
transform: translate(-50%,-50%);
}
.examineimg{
width:134rpx;
height:134rpx;
font-size: 0;
margin:0 auto;
}
.examinename{
color:#131415;
font-size: 42rpx;
font-weight: bold;
text-align: center;
margin-top:62rpx;
}
.waitname{
color:#5B5E64;
font-size: 28rpx;
margin-top:14rpx;
text-align: center
}