VUE移动端定位按钮-可直接使用

记录下,供自己直接使用,呼呼呼呼

  <div class="floatMap">
    <router-link to="/looking" class="header"></router-link>
  </div>

样式
.floatMap .header {
position: fixed;
bottom: 3rem;
right: 1rem;
font-size: 0.75rem;
color: #ffffff;
width: 2.5rem;
height: 2.5rem;
background: url(“http://hnnmy.oss-cn-shanghai.aliyuncs.com/file/demand/static/2019-05-17/de6c71a6-6a3c-4b9e-a3c5-7718333a501b.png”)
no-repeat;
background-size: contain;
}

猜你喜欢

转载自blog.csdn.net/weixin_45108907/article/details/90516882
今日推荐