@import '../utils/reset.less'; @import './component/foot.less'; @import './component/head.less'; @import './component/variable.less'; @import './component/banner.less'; @import './component/paganition.less'; #banner { .banner300(); background: #162F4A url('../../images/join/banner2.png') no-repeat center center; background-size: cover; } .table { margin: 64px auto 32px; width: 1238px; height: 520px; border: 1px solid #DBDBDB; font-family: AlibabaPuHuiTiM; font-size: 14px; color: #333333; letter-spacing: 0; text-align: left; table { width: 100%; tr { height: 52px; border-bottom: 1px solid #DBDBDB; td { padding-left: 48px; color: #666666; font-family: AlibabaPuHuiTiR; height: 20px; vertical-align: middle; a { color: #666; } .opt { cursor: pointer; height: 50px; line-height: 52px; display: flex; align-items: center; img { line-height: 50px; width: 20px; height: 20px; background-size: 20px; // margin-left: 8px; margin-right: 8px; } } } th { padding-left: 48px; background: #F5F5F5; font-weight: 500; } } } }