startRecord.wxss
741 字节
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
/* pages/startRecord/startRecord.wxss */
.top_png{
width: 750rpx;
height: 640rpx;
background: #51DBA2;
display: flex;
align-items: center;
justify-content: center;
}
.top_png image{
width: 100%;
height: 100%;
}
.note{
display: flex;
align-items: center;
justify-content: center;
font-size: 74rpx;
margin-top: 60rpx;
}
.introduce{
margin-top: 17rpx;
}
.introduce_note{
font-size: 36rpx;
color: #999;
display: flex;
align-items: center;
justify-content: center;
line-height: 1.6;
}
.stratBtn{
width: 670rpx;
height: 94rpx;
background: #51DBA2;
border-radius: 10rpx;
margin-left: 40rpx;
margin-top: 60rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 36rpx;
color: #FFF;
}