policyListDetail.wxss
1.1 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
/* pages/my/listDetail/listDetail.wxss */
page {
background: #f5f5fa;
}
.banner_box {
background: #fff;
padding: 0 32rpx;
margin-top: 16rpx;
}
.content_title {
font-size: 28rpx;
font-weight: bold;
color: #000;
padding: 21rpx 0;
display: flex;
align-items: center;
}
.line {
display: inline-block;
width: 6rpx;
height: 32rpx;
background: #0286ff;
margin-right: 10rpx;
border-bottom: 1rpx solid #ebebeb;
}
.title {
font-weight: bold;
}
.content_item {
background: #fff;
padding: 0 62rpx;
}
.item_list {
display: flex;
align-items: center;
border-bottom: 1rpx dashed #ebebeb;
padding: 23rpx 0;
font-size: 28rpx;
color: #000;
}
.item_list2 {
display: flex;
align-items: flex-start;
}
.list_info2 {
width: 69%;
}
.list_title {
width: 190rpx;
color: #000;
}
.list_input {
color: #000;
}
.list_input text {
margin-right: 40rpx;
}
.bottom_box {
padding: 0 32rpx;
/* margin-top: 16rpx;
background: #fff; */
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.bottom_box image {
width: 330rpx;
height: 330rpx;
margin: 30rpx 0;
}