123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419 |
- .page-main-container {
- display: flex;
- }
- .page-main-container.page-main-1 {
- margin-top: 20px;
- }
- .page-main-container:not(:first-of-type) {
- margin-top: 20px;
- }
- .page-main-content {
- flex: 1;
- max-width: 74.2%;
- }
- .page-main-aside {
- margin-left: 20px;
- width: 288px;
- }
- .page-main-3 {
- margin-bottom: 20px;
- }
- .page-main-4 {
- margin-bottom: 120px;
- }
- .page-main{
- margin-top: 48px;
- margin-bottom: 140px;
- }
- .page-main-t72{
- margin-top: 72px;
- margin-bottom: 140px;
- }
- .section-card {
- width: 100%;
- overflow: hidden;
- }
- .section-card:not(:first-of-type) {
- margin-top: 32px;
- }
- .section-card .section-card-header {
- display: flex;
- align-items: flex-end;
- width: 100%;
- margin-bottom: 20px;
- }
- .section-card .section-card-title {
- font-size: 28px;
- line-height: 36px;
- }
- .section-card .section-card-line {
- flex: 1;
- margin-left: 8px;
- color: #e0e0e0;
- line-height: 30px;
- }
- .section-card .section-card-content {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- }
- .section-card.column-2 .cms-card {
- width: 434px;
- margin-bottom: 20px;
- }
- .section-card.column-2 .cms-card:not(.column-2):nth-of-type(2n) {
- margin-left: 22px;
- }
- .section-card.column-3 .cms-card {
- width: 386px;
- }
- .section-card.column-3 .cms-card:nth-of-type(3n), /* 3n表示3的倍数,即3,6,9... */
- .section-card.column-3 .cms-card:nth-of-type(3n-1) { /* 3n-1表示3的倍数减1,即2,5,8... */
- margin-left: 20px;
- }
- /* aside-card */
- .aside-card {
- overflow: hidden;
- border-radius: 8px;
- color: #1d1d1d;
- border: 1px solid #ECECEC;
- background-color: #fff;
- }
- .aside-card-header {
- padding: 12px 20px;
- color: #fff;
- font-weight: bold;
- background-color: #2ABED1;
- }
- .aside-card-title {
- font-size: 18px;
- line-height: 24px;
- }
- .aside-card-content {
- padding: 20px 12px;
- }
- /* 地区广告位 */
- .area-ad-container{
- width: 342px;
- height: 386px;
- border-radius: 8px;
- background-color: rgba(217, 217, 217, 0.3);
- }
- .action-ad-right .btn-action {
- display: flex;
- align-items: center;
- }
- .btn-action .btn {
- display: flex;
- justify-content: center;
- align-items: center;
- flex: 1;
- height: 40px;
- background: #F56500;
- color: #FFF;
- font-size: 16px;
- border-radius: 4px;
- }
- .btn-action .btn.color-main {
- background: #2ABED1;
- }
- .action-ad-right .action-words .words-title{
- padding: 12px 0 8px;
- font-size: 16px;
- line-height: 24px;
- font-weight: 700;
- color: #2ABED1;
- font-family: '黑体';
- text-align: center;
- }
- .action-ad-right .action-words .words-text{
- margin-bottom: 2px;
- padding: 0 14px;
- font-size: 13px;
- line-height: 20px;
- color: #1D1D1D;
- }
- .action-ad-right .action-words .words-text > span{
- color: #686868;
- text-align: left;
- }
- .action-ad-right .action-ad-img {
- margin-top: 18px;
- width: 288px;
- height: 336px;
- }
- /* 相关网站 */
- .related-site{
- margin-top: 32px;
- }
- /* 友情链接 */
- .friend-link{
- margin-top: 12px;
- }
- .link-header{
- display: flex;
- align-items: baseline;
- }
- .link-header > h2{
- color: #2ABED1;
- font-size: 28px;
- }
- .link-header > .slash{
- flex: 1;
- margin-left: 13px;
- display: inline-block;
- height: 22px;
- background: url(/jybx/images/slash.png) no-repeat center bottom;
- background-size: contain;
- }
- .link-container{
- padding: 20px 0;
- }
- .link-container.link-border{
- border-bottom: 1px solid #ececec;
- }
- .link-container,
- .link-container li{
- font-style: normal;
- }
- .link-desc{
- margin-top: 8px;
- color: #686868;
- font-size: 14px;
- line-height: 22px;
- text-align: justify;
- }
- .link-title{
- font-size: 14px;
- line-height: 22px;
- color: #1D1D1D;
- font-weight: bold;
- }
- .link-list{
- display: flex;
- flex-wrap: wrap;
- }
- .link-item{
- flex: 1;
- display: inline-block;
- margin: 8px 32px 0 0;
- color: #686868;
- font-size: 14px;
- line-height: 22px;
- }
- .link-item:hover{
- color: #2ABED1;
- text-decoration: underline;
- }
- .friend-link .link-item{
- width: 144px;
- }
- .friend-link .link-item:nth-child(7n){
- margin-right: 0;
- }
- .aside-module {
- margin-bottom: 20px;
- }
- .area-aside-item {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 14px;
- line-height: 28px;
- }
- .area-aside-item:not(:last-of-type) {
- margin-bottom: 20px;
- }
- .area-aside-item .area-aside-item-name {
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 2px 12px;
- border-radius: 8px;
- background: linear-gradient(180deg, rgba(42, 190, 209, 0.1) 0%, rgba(42, 190, 209, 0) 100%);
- }
- .area-aside-item-name a {
- color: #2ABED1;
- font-size: inherit;
- }
- .area-aside-item .area-aside-item-children {
- padding-left: 58px;
- display: flex;
- align-items: center;
- flex: 1;
- flex-wrap: wrap;
- }
- .area-aside-item .area-aside-item-child {
- margin: 0 6px;
- }
- .industry-aside-item-links {
- color: #686868;
- font-size: 12px;
- line-height: 22px;
- }
- .industry-aside-list ul li {
- margin-top: 10px;
- }
- .industry-aside-list ul {
- list-style: unset;
- font-size: 12px;
- line-height: 22px;
- padding-left: 20px;
- }
- .industry-aside-list {
- color: #1D1D1D;
- padding: 0 16px;
- }
- .industry-aside-item {
- padding: 10px 4px;
- border-bottom: 1px solid rgba(0, 0, 0, 0.05);
- }
- .industry-aside-item-name {
- font-size: 14px;
- font-weight: 700;
- line-height: 22px;
- }
- .industry-aside-item-name::after {
- content: '';
- display: inline-block;
- width: 4px;
- height: 14px;
- background-image: url(list/image/icon-right-arrow.png);
- background-repeat: no-repeat;
- background-size: 4px 6px;
- vertical-align: middle;
- background-position: 0px 3px;
- }
- /* 底部地区导航 */
- .area-group--bottom {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-bottom: 22px;
- }
- .area-item--bottom .area-aside-item .area-aside-item-name{
- max-height: 28px;
- }
- .area-item--bottom {
- width: 25%;
- align-self: flex-start;
- }
- .city-aside-list {
- display: flex;
- flex-wrap: wrap;
- font-size: 14px;
- line-height: 22px;
- }
- .city-aside-item {
- /* width: 48%; */
- width: auto;
- min-width: 42px;
- margin: 0 6px 20px;
- }
- /* .city-aside-item:nth-of-type(2n) {
- margin-left: 4px;
- }
- .city-aside-item:nth-of-type(n+3) {
- margin-top: 20px;
- } */
- .industry-aside-item-content {
- font-size: 12px;
- line-height: 22px;
- }
- .industry-aside-item-links a {
- margin-right: 6px;
- color: #686868;
- }
- /* 信息类型页面 */
- .page-main-stype{
- background: #F5F6F7;
- }
- .page-main-stype .header-nav{
- background: rgba(255, 255, 255, 0.8);
- }
- .page-main-stype .aside-login{
- background-color: #fff;
- }
- .page-main-stype .content-nav{
- display: flex;
- padding: 16px 17px 8px;
- background: #fff;
- border-radius: 8px;
- }
- .page-main-stype .content-nav-label{
- padding-top: 2px;
- font-size: 14px;
- line-height: 18px;
- color: #686868;
- }
- .page-main-stype .content-nav-value{
- flex: 1;
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- }
- .page-main-stype .content-nav-item{
- padding: 2px 6px;
- margin-left: 8px;
- margin-bottom: 8px;
- font-size: 14px;
- line-height: 18px;
- color: #1D1D1D;
- border-radius: 2px;
- background-color: transparent;
- cursor: pointer;
- }
- .page-main-stype .content-nav-item:hover,
- .page-main-stype .content-nav-item.active{
- background: #2ABED1;
- color: #fff;
- }
- .page-main-stype .breadcrumb-nav{
- padding: 20px 0;
- line-height: 22px;
- font-size: 14px;
- color: #999999;
- }
- .page-main-stype .breadcrumb-nav .label-tag{
- }
- .page-main-stype .breadcrumb-nav .current-tag{
- color: #1D1D1D;
- }
- .page-main-stype .page-bidding-container{
- padding: 20px;
- border-radius: 8px;
- background: #fff;
- }
|