/* pc样式 */ @media screen and (min-width: 1024px){ .content-right-content{ padding-top:0.3rem; } .gk { padding: 0.4rem 0; } .gk h2{ margin-bottom: 0.2rem; text-align: center; font-size: 0.26rem; color: #333333; } .gk p{ font-size: 0.18rem; line-height: 0.3rem; color: #333333; } .sztd h2 { margin-top: 0.2rem; font-size: 0.26rem; } .sztd-title { height: 0.6rem; display: flex; justify-content: space-between; background-color: #d9e8fa; background-image: url(../images/two_xzgk_bg.png); background-position: right bottom; background-size: 3.2rem auto; background-repeat: no-repeat; } .sztd-title-left { padding: 0 0.2rem; min-width: 1.6rem; background-image: url(../images/two_szdw_titlebg.png); background-position: right center; background-size: auto 0.6rem; background-repeat: no-repeat; /* background-color: var(--zt_color--); */ display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.2rem; } .sztd-title-right { padding-right: 0.3rem; height: 100%; display: flex; align-items: center; justify-content: flex-end; } .sztd-list{ padding: 0.3rem 0; display: flex; flex-wrap: wrap; /* justify-content: space-between; */ } .sztd-list>li { padding-right: 0.7rem; margin-bottom: 0.4rem; width: 2rem; } .sztd-list>li:nth-child(5n) { padding-right: 0; } .sztd-list-img{ width: 2rem; height: 3rem; background-position: center; background-repeat: no-repeat; background-size: auto 3rem; } .sztd-list-text{ width: 100%; height: 0.6rem; font-size: 0.2rem; font-weight: 700; color: var(--zt_color--); display: flex; align-items: center; justify-content: center; border-bottom: 0.02rem solid var(--zt_color--); } } @media screen and (max-width: 1200px) { .sztd-list>li { padding-right: 0.3rem; margin-bottom: 0.4rem; width: 2rem; } } /* 移动端样式 */ @media screen and (max-width: 1024px) { .content-right-content{ padding-top:0.3rem; } .gk { padding: 0.4rem 0; } .gk h2{ margin-bottom: 0.2rem; text-align: center; font-size: 24px; color: #333333; } .gk p{ font-size: 16px; line-height: 30px; color: #333333; } .sztd h2 { margin-top: 10px; font-size: 22px; } .sztd-title { height: 0.6rem; display: flex; justify-content: space-between; background-color: #d9e8fa; background-image: url(../images/two_xzgk_bg.png); background-position: right bottom; background-size: 3.2rem auto; background-repeat: no-repeat; } .sztd-title-left { padding: 0 0.2rem; min-width: 1.6rem; background-image: url(../images/two_szdw_titlebg.png); background-position: right center; background-size: auto 0.6rem; background-repeat: no-repeat; /* background-color: var(--zt_color--); */ display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px } .sztd-title-right { padding-right: 0.3rem; height: 100%; display: flex; align-items: center; justify-content: flex-end; } .sztd-list{ padding: 0.3rem 0; display: flex; flex-wrap: wrap; justify-content: space-between; } .sztd-list>li { padding-right: 0; margin-bottom: 0.4rem; width: 2.5rem; } .sztd-list-img{ width: 2.5rem; height: 3rem; background-position: center; background-repeat: no-repeat; background-size: auto 3rem; } .sztd-list-text{ width: 100%; height: 0.6rem; font-size: 20px; font-weight: 700; color: var(--zt_color--); display: flex; align-items: center; justify-content: center; border-bottom: 0.02rem solid var(--zt_color--); } } @media screen and (max-width: 600px) { .sztd-title-left { font-size: 14px; } }