selfhelp.wxss
1.6 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
/* pages/selfhelp/selfhelp.wxss */
swiper {
height: 300rpx;
}
.self_content{
margin: 20rpx 0 43rpx 0;
}
.item_img{
height: 300rpx;
margin: 0 32rpx;
border-radius: 5rpx;
overflow: hidden;
}
.item_img image{
display: block;
width:100%;
height: 100%;
}
.titlebox{
margin: 34rpx 32rpx 0 32rpx;
display: flex;
align-items: center;
}
.title_txt{
width:80rpx;
margin: 0 24rpx 0 0;
color:#7BD64D;
font-size:32rpx;
font-weight: bold;
}
.title_mian{
width:580rpx;
color:#5C5C5C;
font-size:24rpx;
}
.cell_box{
padding:30rpx 32rpx 36rpx 32rpx;
border-bottom: 2rpx solid #EBEBEB;
}
.cell_box:last-child{
border:none;
}
.cell{
display: flex;
align-items: center;
margin: 0 0 26rpx 0;
}
.cell_left{
display: flex;
width:180rpx;
align-items: center;
color:#292929;
font-size:28rpx;
}
.cell_rigth{
display: flex;
align-items: center;
width:510rpx;
background: #E6E6E6;
height: 60rpx;
border-radius: 5rpx;
color:#1F1F1F;
font-size: 28rpx;
padding:0 12rpx;
}
.cell_rigth input{
display: flex;
align-items: center;
padding:0 12rpx;
font-size:28rpx;
width:100%;
height: 100%;
}
.input_p{
color:#1F1F1F;
font-size: 28rpx;
}
.iconbox{
width:27rpx;
height: 28rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 10rpx 0 0;
}
.iconbox image{
width:100%;
height: 100%;
display: block;
}
.explain{
background: #E6E6E6;
border-radius: 5rpx;
padding:26rpx 20rpx;
color:#000;
font-size:28rpx;
line-height: 50rpx;
}
.explain textarea{
width:100%;
height: 100%;
color:#000;
font-size:26rpx;
}
.text_p{
color:#000000;
font-size:28rpx;
}