transitstore.less 3.25 KB
#transitstore{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
    .m-content{
        padding-bottom:10px;
    }
    .bg-img {
        background: url(../../images/icon/icon.png)no-repeat;
        background-size: 150px
    }
    
    .top {
        background: url(../../images/dist/wuliu-bg.png)center center no-repeat;
        background-size: cover;
    }

    .m-page {
        padding-bottom: 0
    }

    .shop {
        position: relative;
        padding: 15px 15px 15px 90px;
        overflow: hidden;
        color:#fff;

        .store-label{
            position: absolute;
            left: 15px;
            top: 15px;
        }
        .from-label{
            display:inline-block;
            position:absolute;
            right:10px;
            top:15px;
        }
    }

    .shop .cover {
        float: left;
        margin-left: -75px;
        width: 60px;
        height: 60px;
        box-shadow: 0 0 3px #999;
        line-height:16px;
    }

    .shop h3 {
        font-size: 16px;
        color: #FFF;
        font-weight: 400;
        line-height: 20px;
    }

    .shop p {
        font-size: 14px;
        color: #FFF
    }

    .user-tools {
        height: 45px;
        line-height:45px;
        width: 100%;
        background: rgba(0,0,0,.2)
    }

    .user-tools li {
        width: 49.5%;
        float: left;
        text-align: center;
        color: #FFF
    }

    .user-tools li span{
        margin-left:5px;
        line-height:45px;
        color: #FFF
    }

    .column{
        margin-top:10px;
        padding:15px;
        border:1px solid #ddd;
        background: #fff;
        position: relative;

        .name{
            font-size:14px;
            color:#333;
            line-height:30px;
        }
        .all{
            font-size: 14px;
            color:#999;
            position: absolute;
            top:15px;
            right:15px;
            line-height:30px;
        }
        .links{
            line-height:26px;
            color:#23ac38;
            font-size:14px;

            .link-label{
                box-sizing: border-box;
                display:inline-block;
                height:30px;
                line-height:30px;
                margin-top:10px;
                border:1px solid #ddd;
                padding:0 10px;
                font-size:14px;
                text-align:center;
                color:#666;
            }
        }
        hr{
            border:0px solid #ddd;
            border-top:1px solid #ddd;
        }

        .cols{
            margin-top:10px;
            .col{
                width:33.333%;
                text-align:center;
                color:#333;
                float:left;
            }
            .col-second{
                color:#666;
            }
        }

        .column-value{
            font-size:14px;
            color:#666;
        }
    }
}

#transitstorelinks{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
    .m-table-view{
        .cell{
            text-align:left;
            height:50px;
            line-height:50px;
            padding:0 15px;
        }
        .cell a{
            font-size:15px;
            color:#333;
            text-align:left;
        }
    }
}