true_approve.wxss
1.5 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
/* pages/true_approve/true_approve.wxss */
page{
background: #1B388C;
font-size:24rpx;
color:rgba(255,255,255,0.8);
}
.true_itembox{
margin: 80rpx 0 0 0;
}
.true_item{
display: flex;
margin: 0 4rpx ;
align-items: center;
padding:27rpx 30rpx 27rpx 70rpx;
border-bottom:1px solid rgba(255,255,255,0.6);
}
.true_tip{
width:38%;
}
.true_main{
width:60%;
}
.input_p{
font-size:24rpx;
color:rgba(255,255,255,0.8);
}
.code_item{
justify-content: space-between;
}
.code_item .true_main{
width:40%;
}
.code_txt {
display:flex;
align-items:center;
justify-content:center;
width:178rpx;
height: 48rpx;
box-sizing: border-box;
padding:2rpx 10rpx;
border:1rpx solid rgba(255,255,255,0.6);
border-radius:10rpx;
}
.true_titlebox{
margin: 0 0 0 70rpx;
color:rgba(255,255,255,0.8);
font-size:24rpx;
}
.true_titlebox view{
margin: 24rpx 0 0 0;
}
.catebox{
display: flex;
justify-content: center;
align-items: center;
background: #010D22;
margin: 20rpx 19rpx 0 19rpx;
height: 300rpx;
border-radius: 15rpx;
}
.cateimg{
width:312rpx;
height: 200rpx;
border-radius: 20rpx;
}
.cateimg image{
display: block;
width:100%;
height: 100%;
}
.id_img{
width:166rpx;
height: 200rpx;
border-radius: 0;
}
.true_txtbox{
color:rgba(255,255,255,0.6);
font-size: 24rpx;
margin: 0 70rpx 0 0;
}
.truetxt_main{
margin: 24rpx 70rpx 40rpx 70rpx;
}
.truetxt_main view{
margin: 0;
}
.client_btn{
background: linear-gradient(to right, #EF832C ,#D03A6B, #892D71);
margin: 0 27rpx 70rpx 27rpx;
}