博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
标签页
阅读量:5862 次
发布时间:2019-06-19

本文共 3635 字,大约阅读时间需要 12 分钟。

.pos-right .tab-wrap {    position: relative;    overflow: hidden;    padding-top: 32px;    background: transparent;    background-color: #fff;    list-style: none;    -webkit-transition: 0.3s box-shadow ease;    transition: 0.3s box-shadow ease;  }  .pos-right {    position: relative;    float: left;    width: 300px;    height: 100%;  }     .pos-right .tab {    display: none;  }     .pos-right .tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1) {    position: relative;    top: 0;    z-index: 100;    display: block;    text-shadow: 0 0 0;    opacity: 1;    height: 320px;  }     .pos-right .tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2) {    position: relative;    top: 0;    z-index: 100;    display: block;    text-shadow: 0 0 0;    opacity: 1;    height: 320px;  }     .pos-right .tab:checked:nth-of-type(1)~.label_line {    background-color:#6a81bb;;    width: 304px;  }   .pos-right .tab:checked:nth-of-type(2)~.label_line {    left: 27%;    z-index: 102;    width: 222px;    background-color: #56a1cd;  }   .pos-right .tab:checked + label {    z-index: 100 !important;    cursor: default;    color: #c5f70e;  }   .pos-right .tab:first-of-type:not(:last-of-type)+label {    left: 0;    z-index: 99;    padding-top: 3px;    font-weight: 700;  }  //lable2   .pos-right .tab:nth-of-type(2):not(:last-of-type)+label {    left: 27%;    z-index: 98;    width: 90px;    background-color:#56a1cd;    padding-top: 3px;    font-weight: 700;  }   .pos-right .tab:first-of-type:not(:last-of-type)+label {    left: 0;    z-index: 99;  }     .pos-right .tab:checked+label {    z-index: 100 !important;    cursor: default;  }     .pos-right .tab+label {    position: absolute;    top: 0;    display: block;    box-sizing: border-box;    width: 28%;    height: 29px;    border-radius: 8px 8px 0 0;    background-color: #f2f2f2;    background-color: #6a81bb;    box-shadow: 10px 0px 5px rgba(0, 0, 0, .2);    color:#ffffff;    font-weight: 500;    text-align: center;    text-align: center;    text-decoration: none;    font-size: 12px;    line-height: 25px;    cursor: pointer;    -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;    transition: 0.3s background-color ease, 0.3s box-shadow ease;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;  }     .pos-right .tab__content {    position: absolute;    left: 0;    z-index: -1;    display: none;    overflow-x: hidden;    overflow-y: auto;    width:288px;    height: calc(100% - 12px);    // border-bottom-left-radius: 5px;    // border-bottom-right-radius: 5px;    border: 6px solid #6a81bb;  //label1的样式    background-color: transparent;    background-color: #fff;    opacity: 0;    -webkit-transform: translateY(-3px);    transform: translateY(-3px);  }     .pos-right .label_line {    position: absolute;    top: 25px;    z-index: 101;    height: 10px;    border-top-right-radius: 10px;    width: 220px;  }    // .pos .pos-right .label_line2 {  //   background-color: red;  //   position: absolute;  //   top: 25px;  //   z-index: 100;  //   height: 5px;  //   width: 320px;  //   //background-color: #6a81bb;  //   border-top-right-radius: 10px;  //   border-bottom-right-radius: 5px;  // }

转载于:https://www.cnblogs.com/huanhuan55/p/9993440.html

你可能感兴趣的文章
我的友情链接
查看>>
我的友情链接
查看>>
如何通俗地解释什么是网桥?
查看>>
从git仓库中删除不同分支的.idea文件夹
查看>>
Velocity属性汇总
查看>>
APP产品经理的第90天
查看>>
4.7.3 将类放入包中
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
解决 Unable to load native-hadoop library for your p
查看>>
为什么DOM操作很慢
查看>>
Linux动态链接库的使用
查看>>
Struts+spring+Hibernate 制作一个简单的登录验证
查看>>
遍历接口参数,自动计算url并进行签名
查看>>
Git安装
查看>>
pandas和matplotlib和
查看>>
DELL 服务器在LINUX下查看阵列状态命令
查看>>
nginx开启core dump文件
查看>>
我的友情链接
查看>>
每天一个linux命令(5):rm 命令
查看>>