index.scss
1.21 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
@import url('@/styles/theme.scss');
.scrollView{
background-color: #F3F5F9 !important;
height: 100vh;
}
.homePage{
background-color: #F3F5F9 !important;
position: relative;
// padding-bottom: 30rpx;
min-height: 100vh;
image{
width: 100%;
height: 400rpx;
}
.feature-top{
height: 80rpx;
margin: 0 28rpx;
background: #FFFFFF;
border-radius: 24rpx;
display: flex;
padding: 48rpx;
align-items: center;
justify-content: space-between;
position: relative;
bottom: 48rpx;
.feature-top-line{
position: absolute;
left: 50%;
height: 114rpx;
background-color:#F4F4F4 ;
width: 2rpx;
}
}
.jikuaidi,.saomaji,.piliangji,.saomaji{
display: flex;
image{
width: 80rpx;
height: 80rpx;
margin-right: 15rpx;
}
.des-title{
font-size: 30rpx;
font-weight: bold;
color: #151515;
}
.des-dec{
font-size: 22rpx;
color: #878787;
}
}
.feature-bottom{
display: flex;
padding: 20rpx 32rpx;
align-items: center;
justify-content: space-between;
position: relative;
bottom: 49rpx;
.piliangji,.saomaji{
height:128rpx ;
width: 334rpx;
background: #FFFFFF;
border-radius: 24rpx;
display: flex;
align-items: center;
justify-content: center;
}
}
}