funeral.scss
1.02 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
.bg {
width: 100%;
height: 100vh;
position: fixed;
z-index: 0;
image {
width: 100%;
height: 100vh;
}
}
.back {
width: 44px;
height: 44px;
line-height: 44px;
/* #ifdef MP-WEIXIN */
height: 88px;
line-height: 88px;
padding-top:0;
/* #endif */
padding-top:var(--status-bar-height);
left: 25rpx;
position: absolute;
z-index: 9999;
image {
width: 24rpx;
height: 24rpx;
}
}
.listBox{
position: relative;
z-index: 1;
}
.content {
width: 100%;
}
/* banner */
.banner{
height: 360rpx;
margin: 20rpx;
.screen-swiper{
height: 100%;
image{
height: 360rpx;
border-radius: 20rpx;
}
}
}
/* 菜单导航 */
.menu-nav{
margin:20rpx;
.nav{
display: flex;
justify-content: space-between;
text-align: center;
margin-bottom: 15rpx;
.list{
background-color: #fff;
width: 49%;
float:left;
border-radius: 20rpx;
height: 270rpx;
image{
width: 150rpx;
height: 150rpx;
margin-top: 35rpx;
}
.text{
font-size: 28rpx;
font-weight: bold;
}
}
}
}