shop_purchasing_agent.less 5.01 KB
.sp-banner{
    margin-bottom: 20px;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
#purchasing_agent_content{
    .section-panel{
        width:100%;
        box-sizing: border-box;
        background:#f9f9f9;
        border:1px solid #eee;
        padding: 40px 50px;
        .row{
            margin-left:-40px;
        }
        .item{
            width: 180px;
            height: 160px;
            background: #fff;
            border: 1px  solid #eee;
            text-align:center;
            position: relative;
            margin-left:37px;
            float: left;
        }
        .icon-icon-label{
            position: absolute;
            top:0px;
            left:0px;
        }
        .main-icon{
            margin-top: 20px;
        }
        h2{
            margin-top: 10px;
            font-size: 18px;
            color:#666;
            font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
        }
        .desc{
            margin-top: 15px;
            line-height: 100%;
            font-size: 13px;
            color:#999;
        }
        .btn-block{
            display: block;
            width:100%;
            height: 40px;
            line-height: 40px;
            border-radius: 3px;
            margin-top: 20px;
            background: #ff8f15;
            text-align: center;
            color:#fff;
            font-size: 16px;
            font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
        }
        .btn-block:hover{
            opacity: 0.8;
        }
    }
    .column{
        border:1px solid #eee;
        margin-top: 20px;
        .header{
            border-bottom:1px solid #eee;
            height: 45px;
            line-height:45px;
            font-size: 16px;
            color:#666;
            text-indent:20px;
            font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
        }
        .body{
            padding: 20px;
        }

        .no-border{
            width: 99.5%;
            line-height: 24px;
            li{
                padding-left: 15px;
                background: url(../images/2.3.0/dist/dotted.png) 0% center  no-repeat;
                a{
                    display:inline-block;
                    width: 100%;
                }
                span{
                    display:inline-block;
                    width: 33.33%;
                    float: left;
                }
                .span1{
                    width: 150px;
                }
                .span2{
                    width: 143px
                }
                .span3{
                    width: 60px;
                }
                .span4{
                    width: 60px;
                }
            }
        }
        .row{
            margin-left: -20px;
        }
        .ui-col-2{
            width: 47%;
            box-sizing: border-box;
            float: left;
            margin-left:20px;
        }
        .ui-col-2:first-child{
            border-right: 1px solid #eee;
        }
        label{
            background: #ff8f15;
            font-size: 12px;
            color:#fff;
        }
    }
}

.sp-texts {
    padding: 15px 0;
    margin-left: -1px;
    li {
        float: left;
        padding: 0 10px 0 30px;
        box-sizing: border-box;
        background: url(../images/2.3.0/dist/dotted.png) 22px center no-repeat;
        border-left: 1px solid #eee;
        >span, a {
            font-size: 14px;
            color: #666;
            display: block;
            line-height: 2.0;
            padding: 0 !important;
        }
        a:hover {
            color: #23ac38;
        }
        .wrap-box{
          font-size: 14px;
          color: #666;
          display: block;
          line-height: 2.0;
        }
        span {
            float: left;
            display: inline-block;
            padding: 0 5px;
            box-sizing: border-box;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            position: relative;
            box-sizing: border-box;
            span{
              max-width: 100%;
              position: relative;
              padding-right: 28px;
              padding-left: 0;
            }
        }
        .title {
            width: 35%;
        }
        .time {
            width: 30%;
        }
        .num {
            width: 35%;
        }
    }
    .ui-col-2:first-child {
      border: 0 !important;
    }
    .ui-col-2 {
      margin-left: 0 !important;
    }
}
.information {
    li {
        .title {
            width: 35%;
        }
        .addr {
            width: 35%;
        }
        .contact {
            width: 15%;
        }
        .num {
            width: 15%;
        }
    }
}
.tips {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    font-style: normal;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    background-color: #ff6600;
    padding: 1px;
    vertical-align: middle;
}