index.wxss
898 字节
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
/**index.wxss**/
.position {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
position: fixed;
top: 0;
left: 0;
z-index: 10;
padding: 14rpx 20rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.position .left {
display: flex;
align-items: center;
}
.position .left .icon-location {
font-size: 44rpx;
color: #ffffff;
margin-right: 14rpx;
}
.position .left .icon-arrow-down {
font-size: 36rpx;
color: #ffffff;
margin-left: 18rpx;
}
.position text {
color: #ffffff;
font-size: 28rpx;
}
.position input {
width: 478rpx;
height: 52rpx;
border-radius: 10rpx;
color: #ffffff;
padding-left: 20rpx;
font-size: 28rpx;
background-color: rgba(255,255,255,0.3);
}
swiper {
width: 100%;
height: 360rpx;
/*margin-top: 20rpx;*/
}
.slide-image {
width: 100%;
height: 100%;
}