/* pc样式 */ @media screen and (min-width: 1024px){ .content-right-content { padding: 30px 0; } .gccrc-title { box-sizing: border-box; display: flex; align-items: center; width: 100%; height: 50px; font-size: 18px; color: var(--zt_color--); font-weight: 700; padding-left: 30px; background-color: #ebf0f9; background-image: url(../icon/gccrc_title_icon.png); background-repeat: no-repeat; background-position: left center; background-size: auto 100%; } .gccrc-box { padding-bottom: 30px; } .gccrc-list { display: flex; flex-wrap: wrap; } .gccrc-list>li { margin-top: 20px; } .gccrc-list>li>a { padding: 0 25px; font-size: 18px; } } /* 移动端样式 */ @media screen and (max-width: 1024px) { .content-right-content { padding: 30px 0; } .gccrc-title { box-sizing: border-box; display: flex; align-items: center; width: 100%; height: 60px; font-size: 18px; color: var(--zt_color--); font-weight: 700; padding-left: 30px; background-color: #ebf0f9; background-image: url(../icon/gccrc_title_icon.png); background-repeat: no-repeat; background-position: left center; background-size: auto 100%; } .gccrc-box { padding-bottom: 60px; } .gccrc-list { display: flex; flex-wrap: wrap; } .gccrc-list>li { margin-top: 20px; } .gccrc-list>li>a { padding: 0 25px; font-size: 18px; } } @media screen and (max-width: 800px) { .content-right-content { padding: 20px 0; } .gccrc-title { height: 50px; font-size: 16px; } .gccrc-box { padding-bottom: 30px; } .gccrc-list>li { margin-top: 15px; } .gccrc-list>li>a { padding: 0 15px; font-size: 14px; } }