apply.wxss
1.3 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/* pages/apply/apply.wxss */
@import '../selfhelp/selfhelp.wxss';
page{
background: #F0F0F0;
}
iconbox {
margin:0 16rpx 0 0;
}
.top{
background: #fff;
}
.explain{
height: 220rpx;
margin: 0 0 10rpx 0;
}
.exp_box{
justify-content: space-between;
}
.explain_txt{
color:#CCCCCC;
font-size:24rpx;
}
.bottom{
margin: 16rpx 0 0 0;
padding: 0 32rpx 30rpx 32rpx;
background: #fff;
}
.bottom_title{
padding:32rpx 0;
margin: 0;
border-bottom:1rpx solid #EBEBEB;
}
.imgbox{
height: 430rpx;
display: flex;
flex-wrap: wrap;
}
.img_item{
margin: 20rpx 10rpx 0 0;
position: relative;
width:137rpx;
height: 137rpx;
border-radius: 5rpx;
}
.img_item image{
width:100%;
height: 100%;
display: block;
}
.close_box{
position: absolute;
top:5rpx;
right: 5rpx;
width:34rpx;
height: 34rpx;
border-radius: 50%;
z-index:5;
background: #fff;
}
.add_item{
margin: 20rpx 10rpx 0 0;
width:137rpx;
height: 137rpx;
border-radius: 5rpx;
background-color: #E6E6E6;
display: flex;
align-items: center;
justify-content: center;
}
.add_item .iconfont{
color:#fff;
font-size: 85rpx;
}
.btn{
margin: 30rpx 0 0 0;
width:100%;
height: 88rpx;
border-radius: 44rpx;
background: #8DE063;
color:#fff;
font-size:34rpx;
display: flex;
align-items: center;
justify-content: center;
}
.btn:active{
opacity: 0.7;
}
.tel_box{
width:22rpx;
}