home.scss
2.1 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.bg {
width: 100%;
height: 100vh;
position: fixed;
z-index: 0;
image {
width: 100%;
height: 100vh;
}
}
.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;
align-items: center;
text-align: center;
flex-wrap: wrap;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 20rpx;
.list{
display: flex;
flex-direction: column;
justify-content: center;
width: 24%;
float:left;
height: 250rpx;
image{
// width: 80rpx;
height: 80rpx;
// margin-top: 100rpx;
}
.text{
font-size: 28rpx;
margin-top: 35rpx;
}
}
}
}
.xw{
background-color: rgba(255, 255, 255, 0.6);
margin:20rpx;
z-index: 10000000;
padding: 20rpx;
border-radius: 20rpx;
.title{
height: 50rpx;
display: flex;
justify-content: space-between;
align-items: center;
span{
color: #ababab;
font-size: 15rpx;
}
.box1{
display: flex;
align-items: center;
image{
height: 50rpx;
width: 20rpx;
margin-right: 20rpx;
}
span{
font-weight: 600;
font-size: 30rpx;
color: black;
}
}
}
.content{
padding: 20rpx;
.box_item{
background-color: #fff;
display: flex;
padding: 20rpx;
border-radius: 20rpx;
height: 200rpx;
.box_left{
display: flex;
flex-direction: column;
justify-content: space-between;
width: 60%;
.f1{
font-size: 35rpx;
font-weight: 600;
display: block;
margin-bottom: 20rpx;
}
.f2{
color: #ababab;
}
}
.box_right{
width: 40%;
.images{
background-color: #ababab;
height: 160rpx;
border-radius: 20rpx;
background-image: url("http://antis14.sherkxuan.cn/assets/images/a1.png");
background-size: 100% 100%;
}
}
}
}
}