questionsurvey.wxss
1.4 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
/* pages/questionsurvey/questionsurvey.wxss */
@import '../../icon/icon.wxss';
.pagebox{
padding: 10rpx 73rpx 230rpx;
}
.questionitem{
display:flex;
align-items: center;
margin-top: 21rpx;
}
.questiontitle{
color:#333333;
font-size: 32rpx;
font-weight: bold
}
.unselect{
font-size: 35rpx;
color:#999999;
}
.select{
font-size: 35rpx;
color:#1F82F2
}
.icon-xuanze-danxuan{
font-size: 35rpx;
color:#1F82F2
}
.questioncontentitem{
margin-left: 20rpx;
}
.questioncontentitem{
color:#333333;
font-size: 30rpx;
}
.selectactive{
color:#1F82F2;
}
.quesbox{
margin-top: 41rpx;
}
.sub{
width:686rpx;
height:70rpx;
background:linear-gradient(90deg,rgba(14,77,140,1),rgba(31,92,153,1));
box-shadow:0rpx 4rpx 20rpx 0rpx rgba(14,77,140,0.4), 0rpx 2rpx 6rpx 0rpx rgba(52, 209, 131, 0.35);
border-radius:30rpx;
color:#fff;
font-size: 30rpx;
text-align: center;
line-height: 70rpx;
}
.jump{
width:686rpx;
height:70rpx;
background:rgba(255,255,255,0);
border:1rpx solid rgba(29, 90, 151, 1);
border-radius:30rpx;
text-align: center;
line-height: 70rpx;
color:#155392;
font-size: 30rpx;
margin-top: 30rpx;
margin-bottom: 42rpx;
}
.footbtn{
position: fixed;
left:0;
right:0;
margin: 0 auto;
bottom:0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background:#fff;
}