below.wxss
854 字节
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
.container{
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: space-between; */
padding: 79rpx 0 0 0;
box-sizing: border-box;
}
.title{
font-size:36rpx;
font-family:PingFang-SC-Bold;
font-weight:bold;
color:rgba(51,51,51,1);
line-height:36rpx;
}
.text{
margin-top: 95rpx;
width:686rpx;
height:800rpx;
background:rgba(44,130,230,0);
border:1rpx solid rgba(106, 107, 120, 0.15);
border-radius:10rpx;
overflow-x: hidden;
overflow-y: scroll;
box-sizing: border-box;
padding: 26rpx 30rpx;
}
.bottom{
margin-top: 85rpx;
width:686rpx;
height:70rpx;
background:linear-gradient(30deg,rgba(44,130,230,1),rgba(72,157,255,1));
box-shadow:0px 14rpx 24rpx 0px rgba(7,106,220,0.4);
border-radius:35rpx;
color: #fff;
line-height: 70rpx;
text-align: center;
}