shop_index.less 2.76 KB
.sp-slider {
    height: 260px;
    width: 1200px;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
    ul{
        height: 100%;
    }
    li {
        float: left;
        width: 1200px;
        height: 100%;
        img {
            float: left;
            height: 100%;
            width: 100%;
        }
    }
}


.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;
}

.sp-feature {
    overflow: hidden;
    position: relative;
    .sp-goods {
        margin-left: -18px;
        height: 222px;
        overflow: hidden;
        .sp-goods-item{
          width: 406px;
          padding: 0 0 18px 18px
        }
        .info {
            margin-left: 180px;
            height: 126px;
        }
        img {
            float: left;
        }
        .btn {
            margin-left: 180px;
            line-height: 34px;
            text-align: center;
            font-size: 14px;
            color: #FFF;
            background-color: #ff6600;
        }
        .badge {
            left: -1px;
            top: -1px;
            position: absolute;
        }
    }
}



.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%;
        }
    }
}

.information {
    li {
        .title {
            width: 35%;
        }
        .addr {
            width: 35%;
        }
        .contact {
            width: 15%;
        }
        .num {
            width: 15%;
        }
    }
}