yijianfankui.wxss
1.2 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
page {
background: #f4f4f4;
}
.yijianfan {
width: 690rpx;
height: 450rpx;
margin: 50rpx auto 0;
background: #fff;
padding: 30rpx;
box-sizing: border-box;
border-radius: 10rpx;
}
.yijianfan textarea {
width: 690rpx;
height: 450rpx;
padding: 30rpx;
box-sizing: border-box;
color: #b1b1b1;
font-size: 28rpx;
line-height: 1.5;
}
.entersugges {
color: #b1b1b1;
font-size: 28rpx;
line-height: 1.5;
}
.tijiao {
width: 690rpx;
height: 80rpx;
background: rgba(255, 206, 139, 1);
opacity: 1;
border-radius: 12rpx;
color: #fff;
font-size: 32rpx;
text-align: center;
line-height: 80rpx;
margin: 40rpx auto 0;
}
.queti {
background: #ff9400;
}
.register {
background: #fff;
}
/* 反馈成功 */
.fanimg {
width: 185rpx;
height: 185rpx;
font-size: 0;
margin: 108rpx auto 0;
}
.fancheng {
color: #333;
font-size: 36rpx;
margin-top: 47rpx;
text-align: center;
}
.content {
color: #666;
font-size: 28rpx;
margin-top: 30rpx;
}
.contentitem {
text-align: center;
}
.back {
width: 260rpx;
height: 80rpx;
background: rgba(255, 148, 0, 1);
opacity: 1;
border-radius: 10rpx;
font-size: 30rpx;
color:#fff;
text-align: center;
line-height: 80rpx;
margin:425rpx auto 0;
}