approve.wxss
1.7 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
93
94
95
96
97
98
99
100
101
102
103
104
105
/* pages/my/approve/approve.wxss */
.item_list {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 20rpx 32rpx;
border-bottom: 1rpx solid #f5f5fa;
position: relative;
background-color: #fff;
}
.list_title {
width: 140rpx;
font-size: 32rpx;
color: #333;
margin-right: 26rpx;
text-align: center;
}
.pl_style {
font-size: 32rpx;
color: #ccc;
}
.list_input {
width: 60%;
font-size: 30rpx;
}
.list_content {
font-size: 30rpx;
color: #000;
min-width: 75%;
}
.input_item {
border: 0;
outline: none;
}
.area_item {
width: 80%;
height: 120rpx;
}
.bottom_btn {
width: 352rpx;
height: 80rpx;
background: linear-gradient(319deg, rgba(22, 155, 213, 1) 0%, rgba(0, 211, 255, 1) 100%);
border-radius: 8rpx;
font-size: 32rpx;
color: #fff;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
margin: 100rpx auto 0 auto;
}
.add_btn{
border: 2rpx solid rgb(236, 201, 201);
width: 160rpx;
height: 160rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 90rpx;
line-height: 1;
position: relative;
color: rgb(236, 201, 201);
}
.search_view{
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #f5f5f5;
z-index: 15;
display: flex;
flex-flow: column;
box-sizing: border-box;
}
.search-top{
height: 80rpx;
width: 100%;
display: flex;
font-size: 26rpx;
padding: 20rpx;
background-color: #fff;
}
.input_item{
border: 1rpx solid #efefef;
flex: 1;
height: 100%;
border-radius: 10rpx;
padding-left: 10rpx;
}
.cancle_action{
width: 100rpx;
display: flex;
align-items: center;
color: #64A2E8;
justify-content: center;
}