location.wxss
1.3 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
/* pages/location/location.wxss */
.location_top{
position: fixed;
top:0;
left:0;
width:100%;
height: 86%;
background: rebeccapurple;
}
.location_top map{
width:100%;
height: 100%;
}
.location_bottom{
padding:30rpx 20rpx 20rpx 20rpx;
position: fixed;
height: 16%;
box-sizing: border-box;
width: 100%;
background: #010D21;
font-size:24rpx;
color:rgba(255, 255, 255, 0.8);
bottom:0;
left:0;
}
.location_bottomtitle .iconfont{
color:#2A79B6;
}
.location_itembox{
margin: 20rpx 0 60rpx 0;
display: flex;
align-items: center;
justify-content: space-around;
color:#fff;
font-size:28rpx;
}
.location_item{
display: flex;
align-items: center;
justify-content: center;
padding:20rpx 0;
height: 80rpx;
width:30%;
font-size:28rpx;
color:#ffffff;
box-sizing: border-box;
border-radius: 8rpx;
background: linear-gradient(45deg, #C31727 , #892D71,#1F81BE);
}
.button-hover{
color:#ffffff;
}
.location_item1{
background: linear-gradient(45deg, #F28C25 , #DB475E,#BF3377,#B42F7D);
}
.location_item2{
background: linear-gradient(45deg, #36BFB2 , #23B6DF,#367EBD,#3E66B0);
}
.location_item:active{
opacity: 0.7;
}
.location_item .iconfont{
margin: 0 20rpx 0 0;
color:#fff;
}
.location_item .iconfont.icon-gantanhao{
margin: 0 30rpx 0 0;
}
.location_bottomtitle{
margin: 0 0 0 14rpx;
}