transit.less 2.45 KB
#transit{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
    .padding10{
        padding:10px;
    }
    .inline-form{
        line-height:40px;
        font-size:0px;
        input{
            box-sizing: border-box;
            width:100px;
            height:40px;
            line-height:40px;
            border:1px solid #ddd;
            background:#fff;
            padding-left:10px;
            font-size:14px;
            color:#333;
        }
        .divied{
            display:inline-block;
            width: 30px;
            text-align: center;
            color:#000;
            font-size:14px;
            vertical-align: bottom;
        }
        .m-btn{
            box-sizing: border-box;
            width: 60px;
            height:40px;
            font-size: 14px;
            text-align:center;
            line-height:40px;
            border-radius:0px;
            background:#23ac38;
            color:#fff;
            float:right;
            border: 0px solid #ddd;
        }
    }
    .column{
        margin-top:10px;
        padding:10px;
        border:1px solid #ddd;
        background: #fff;
        position: relative;

        .name{
            font-size:16px;
            color:#333;
            line-height:26px;
        }
        .links{
            height:34px;
            line-height:26px;
            color:#23ac38;
            font-size:14px;
        }
        hr{
            border:0px solid #ddd;
            border-top:1px solid #ddd;
        }
        .addr{
            height:35px;
            line-height:35px;
            font-size: 14px;
            color:#999;
            padding-right:80px;
        }
        .btn-contact{
            padding:0px;
            width:70px;
            height:30px;
            line-height:30px;
            font-size: 14px;
            border:1px solid #ddd;
            border-radius:0px;
            background:#fff;
            color:#666;
            text-align: center;
            position:absolute;
            bottom:10px;
            right:10px;
        }
    }
    .more{
        margin-top:40px;
        margin-bottom:20px;
        border-top:1px solid #ddd;
        text-align:center;
        position:relative;
    }
    .more .tip{
        display: inline-block;
        padding:0 15px;
        font-size:14px;
        color:#999;
        top:-11px;
        left:50%;
        margin-left:-70px;
        position:absolute;
        background:#f5f5f5;
    }
}