首页 > 其他 > 详细

写过的收缩按钮

时间:2019-11-01 16:57:17      阅读:79      评论:0      收藏:0      [点我收藏+]

@1

  .switchBtn {
      position: absolute;
      top: 45%;
      right: -17px;
      width: 16px;
      height: 60px;
      border: 1px solid #ccc;
      border-left: none;
      line-height: 60px;
      background: #fff;
      opacity: 0.6;
      z-index: 1000;
      cursor: pointer;
      transition: all 1s;
    }

`<div class="switchBtn" @click="close"> <i class="el-icon-caret-right"></i> </div>

写过的收缩按钮

原文:https://www.cnblogs.com/wwj007/p/11777302.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!