location.wxss 1.3 KB
/* 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;
}