start.wxss
844 字节
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
/* pages/start/start.wxss */
.start_img{
height: 667rpx;
overflow: hidden;
width: 100%;
}
.start_img image{
width: 100%;
height: 100%;
}
.bottom_box{
}
.st_title{
display: flex;
justify-content: center;
align-items: center;
color:#333;
font-size:46rpx;
white-space: nowrap;
margin:65rpx 0 15rpx 0;
text-align: center;
}
.st_subtitle{
color:#999;
font-size:32rpx;
text-align: center;
width:70%;
margin: 0 auto;
}
.rate_box{
position: relative;
width:390rpx;
height: 22rpx;
margin: 170rpx auto 0 auto;
border:2rpx solid #3AA0EA ;
border-radius: 10rpx;
overflow: hidden;
}
.rate_item{
position: absolute;
left:0;
top:0;
height: 18rpx ;
width:100%;
background: #3AA0EA;
border-radius: 10rpx;
}
.bittom_txt{
margin: 10rpx 0 0 0;
color:#999;
font-size:26rpx;
text-align: center;
}