yuminge-app/yun-min-program-plugin-master/packageG/mycomponent/maps/maps.wxss

60 lines
906 B
Plaintext

/* packageE/maps/maps.wxss */
@import "/mycss/stylesheet.wxss";
@import "/mycss/iconfont.wxss";
.ten {
position: absolute;
right: 20rpx;
bottom: 50rpx;
z-index: 500;
width: 70rpx;
background-color: white;
border-radius: 6rpx;
border: 2rpx solid #ccc;
box-shadow: 2rpx 2rpx 20rpx 0 #ccc;
}
.ten .ten_l {
margin: auto;
font-size: 52rpx;
line-height: 86rpx;
text-align: center;
color: #666;
height: 100%;
}
.bottom-box {
background-color: #5f5f5f;
color: white;
display: flex;
padding: 5px 10px;
}
.left-location {
flex: 1;
display: flex;
flex-direction: column;
}
.right-icon {
flex: 0 0 70px;
display: flex;
align-self: center;
margin-left: 10rpx;
}
.right-icon .icon-bg {
width: 64rpx;
height: 64rpx;
/* padding: 6rpx; */
/* background-color: #0090ff; */
border-radius: 50%;
text-align: center;
}
.iconfont {
line-height: 60rpx;
}