码迷,mamicode.com
首页 > 其他好文 > 详细

写过的收缩按钮

时间:2019-11-01 16:32:59      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:code   ack   ret   tran   idt   absolute   line   car   index   

@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>

写过的收缩按钮

标签:code   ack   ret   tran   idt   absolute   line   car   index   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!