policyManage.wxss
2.0 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
/* pages/indexs/policy_manage/policy_manage.wxss */
page {
padding: 0 0 100rpx 0;
background-color: #f7f7f7;
}
.user_name {
font-size: 32rpx;
font-weight: bold;
color: #000;
}
.item_title_box{
display: flex;
align-items: center;
justify-content: space-between;
padding: 15rpx 30rpx;
}
.item {
margin: 16rpx 0 0 0;
display: flex;
align-items: center;
justify-content: space-between;
padding: 25rpx;
width: 100%;
background-color: #fff;
box-sizing: border-box;
color: #000;
font-size: 32rpx;
}
.bottom_box {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 120rpx;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
}
.bottom_btn {
width: 335rpx;
height: 80rpx;
background: rgba(255, 255, 255, 1);
border: 1rpx solid rgba(2, 134, 255, 1);
border-radius: 40rpx;
font-size: 28rpx;
color: #0286FF;
display: flex;
align-items: center;
justify-content: center;
}
.bottom_btn_active{
background: #0286FF;
color: #fff;
margin-left: 16rpx;
}
.item_cell {
padding: 16rpx 26rpx;
border-radius: 36rpx;
border: 1rpx solid #0286ff;
display: flex;
align-items: center;
color: #0286ff;
font-size: 28rpx;
}
.item_cell1 {
padding: 16rpx 10rpx;
border-radius: 5rpx;
display: flex;
align-items: center;
color: #999;
font-size: 28rpx;
}
.item_cell .iconfont {
font-size: 24rpx;
}
.icon-shanchu {
font-size: 25rpx;
margin-right: 5rpx;
}
.icon-bianji1 {
font-size: 25rpx;
margin-right: 5rpx;
}
.icon-tianjia{
margin-right: 20rpx;
}
.state_box {
border-radius: 5rpx;
display: flex;
align-items: center;
justify-content: center;
}
.item_box {
margin: 16rpx 0 0 0;
background-color: #fff;
}
.item_top {
margin: 0;
border-bottom: 1rpx solid #ebebeb;
}
.item_box .item_top:last-child {
border: none;
}
.list_box {
font-size: 30rpx;
width: 69%;
}
.list_box view {
width: 100%;
}
.list_num {
font-size: 28rpx;
color: #0286ff;
text-decoration: underline;
}
.list_info {
margin-top: 20rpx;
}