style.css 6.26 KB
/*灯塔样式开始*/
.xn-pharos{
    float: right;
}
.xn-pharos .header-right{
    float: right;
    width: auto;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.xn-pharos .header-right .header-li{
    float: left;
    position: relative;
    padding: 0 10px;
}
.xn-pharos .header-right .header-li:after{
    display: inline-block;
    content: "";
    width: 0;
    height: 14px;
    border-right: 2px solid #999;
    position: absolute;
    right: 0;
    top: 6px;
}
.xn-pharos .header-right .header-none:after{
    border-right: none;
}
.xn-pharos .header-right .header-li:last-child{
    padding-right: 0px;
}
.xn-pharos .header-right .header-li:last-child:after{
    border-right: none;
}

.xn-pharos .header-right .header-li .light-item{
    float: left;
    display: inline-block;
    height: 25px;
    position: relative;
    padding: 0 10px;
}

.xn-pharos .header-right .header-li:last-child .light-item:last-child{
    padding-right: 0px;
}

.xn-pharos .header-right .header-li .light-item .light-txt,.xn-pharos .header-right .header-li .light-item .deep-txt{
    text-decoration: none;
    cursor: pointer;
    color: #666;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}

.xn-pharos .header-right .header-li .light-item .light-txt:hover,.xn-pharos .header-right .header-li .light-item .deep-txt:hover{
    color: #3399ff;
}

.xn-pharos .header-right .header-li .light-item .deep-txt{
    color: #999;
}
.xn-pharos .header-right .header-li .light-item .orange-txt{
    color: #fe9b02;
}
.xn-pharos .header-right .header-li .number{
    display: inline-block;
    margin-left: 5px;
    padding: 1px 4px;
    min-width: 14px;
    height: 14px;
    line-height: 11px;
    background-color: #ea281a;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.xn-pharos .header-list{
    position: absolute;
    padding-top: 5px;
    top: 18px;
    height: auto;
    z-index:9999;
}
.xn-pharos .phone-app{
    left:-37px;
    width: 150px;
}
.xn-pharos .pc-app{
    left:-37px;
    width: 230px;
}
.xn-pharos .app-list{
    left:-62px;
    width: 200px;
}
.xn-pharos .message-list{
    left:-91px;
    width: 230px;
}

.xn-pharos .task-list{
    left:-145px;
    width: 340px;
}

.xn-pharos .info-list{
    left:-36px;
    width: 150px;
}

.xn-pharos .header-list .hide-tri{
    position: relative;
    border: 6px solid #fff;
    width: 0;
    height: 0;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -6px;
    z-index: 9999;
}
.xn-pharos .pc-app .hide-tri{
    left: 30%;
}
.xn-pharos .header-list .header-info-ul{
    background: #fff;
    margin-top: -6px;
    box-shadow: 0 1px 2px #e5e5e5;
    border-radius: 5px;
    padding: 10px 15px 0;
}

.xn-pharos .header-list .header-info-pc-app{
    width: 230px;
    height: 117px;
    overflow: hidden;
    padding: 0;
}
.xn-pharos .header-list .header-info-pc-app .pc-app-item{
   position: relative;
    width:115px;
    height: 117px;
    padding:24px 18px;
    box-sizing: border-box;
    float: left;
}
.xn-pharos .header-list .header-info-pc-app .pc-app-item:first-child:after{
   content: "";
   position: absolute;
   right: 0;
   top: 50%;
    margin-top: -33px;
    height: 66px;
    width: 1px;
    background: #eee;
}
.xn-pharos .header-list .header-info-pc-app .pc-app-link{
    width: 79px;
    height: 69px;
    display: block;
    overflow: hidden;
}
.xn-pharos .header-list .header-info-pc-app .pc-app-icon{
    width: 79px;
    height: 30px;
    display: block;
    overflow: hidden;
    margin-bottom:14px ;
}
.xn-pharos .header-list .header-info-pc-app .pc-app-mac{
    background: url("./images/mac.png") center 50% no-repeat;
}
.xn-pharos .header-list .header-info-pc-app .pc-app-win{
    background: url("./images/win.png") center 50% no-repeat;
}
.xn-pharos .header-list .header-info-pc-app .pc-app-name{
   width:78px;
    height: 24px;
    box-sizing: border-box;
    margin: auto;
    border-radius: 12px;
    border: 1px solid #1890FF;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    color: #1890FF;
    transition:all 0.3s;
}

.xn-pharos .header-list .header-info-pc-app .pc-app-link:hover .pc-app-name{
    color: #fff;
    /*background:#1890FF;*/
    box-shadow: 0 0 0 12px #1890FF inset;
}

.xn-pharos .phone-app .header-info-ul{
    padding: 15px;
}

.xn-pharos .header-list .header-info-ul .header-info-li{
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: nowrap;
}
.xn-pharos .header-list .header-info-ul .header-info-li>a{
    width: 100%;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.xn-pharos .header-list .header-info-ul .header-info-li>a .app-img{
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
}
.xn-pharos .header-list .header-info-ul .header-info-li>a .icon{
    float: left;
    width: 16px;
    height: 25px;
    overflow: hidden;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}
.xn-pharos .header-list a{
    text-decoration: none;
}
.xn-pharos .header-list .header-info-ul .header-info-li>a:hover{
    color: #39f;
}

.xn-pharos .header-list .header-info-ul .header-no-info{
    height: 70px;
    padding: 14px 0 24px;
    text-align: center;
}

.xn-pharos .header-list .header-info-ul .header-no-info>span.img{
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding-left:42px;
    background: url("./images/head.png") left top no-repeat;
}

.xn-pharos .message-list .header-info-ul .header-no-info>span.img{
    background: url("./images/head.png") left -50px no-repeat;
}

.xn-pharos .task-list .header-info-ul .header-no-info>span.img{
    background: url("./images/head.png") left -100px no-repeat;
}

.xn-pharos .header-list .header-info-ul .info-bottom{
    border-top: 1px solid #dcdcdc;
    height: 41px;
    padding: 7px 0;
    line-height: 25px;
    margin-bottom: 0;
}

.xn-pharos .app-list .info-bottom .icon{
    color: #39f;
}


/*.xn-pharos .header-list .all-line-none{*/
/*margin-top: 150px;*/
/*}*/
/*灯塔样式结束*/