getStudycontent.wxss
1.5 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
.answer_title {
font-size: 36rpx;
color: black;
}
.answer_author {
display: flex;
align-items: center;
margin: 24rpx 0;
}
.answer_author image {
width: 30rpx;
height: 30rpx;
background: #666666;
margin-right: 8rpx;
}
.answer_text {
padding: 24rpx 32rpx;
font-size: 28rpx;
color: #5D5D5D;
}
.answer {
width: 100%;
height: 122rpx;
position: fixed;
bottom: 0;
box-shadow: 0px -6px 15px 0px rgba(0, 67, 26, 0.06);
display: flex;
align-items: center;
}
.answer view{
margin: auto;
width: 622rpx;
height: 88rpx;
line-height: 88rpx;
color: #ffffff;
font-size: 32rpx;
text-align: center;
background: linear-gradient(130deg, #2ed26e 13%, #05983e 98%);
border-radius: 22px;
box-shadow: 0px 9px 19px 0px rgba(0, 116, 45, 0.42);
}
.answer button {
width: 622rpx;
height: 88rpx;
color: #ffffff;
border-radius: 22px;
/* background: linear-gradient(130deg, #2ed26e 13%, #05983e 98%); */
/* box-shadow: 0px 9px 19px 0px rgba(0, 116, 45, 0.42); */
}
/* 分享 */
.btn-item {
width: 100rpx;
height: 100rpx;
border: none !important;
line-height: 1 !important;
padding: 63rpx 0 0;
box-sizing: border-box;
border-radius: 50%;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgb(255, 255, 255) !important;
text-align: center;
margin: 40rpx 0 0;
background: red;
position: fixed;
bottom: 144rpx;
right: 32rpx;
}