| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486 |
- @media screen and (min-width: 1401px) {
- //导航条
- .breadcrumb {
- width: 100%;
- height: 30PX;
- line-height: 30PX;
- margin-top: 20PX;
- margin-bottom: 10PX;
- .inner {
- width: 1400PX;
- margin: 0 auto;
- border: 1PX solid #ccc;
- color: #000;
- font-size: 16PX;
- .location {
- margin-right: 20PX;
- width: 100PX;
- height: 22PX;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 16PX;
- color: #000;
- line-height: 23PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- :deep(.el-breadcrumb__separator) {
- color: #000;
- font-weight: bold;
- margin: 0 9PX;
- }
- :deep(.el-breadcrumb) {
- display: inline-block;
- vertical-align: -4PX;
- }
- :deep(.el-breadcrumb__inner a),
- :deep(.el-breadcrumb__inner.is-link) {
- color: #000;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
- color: #000;
- }
- span {
- font-weight: 400;
- font-size: 16PX;
- color: #000;
- line-height: 23PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- // 资讯列表
- .newsDetail {
- width: 100%;
- margin-bottom: 10PX;
- .inner {
- width: 1400PX;
- overflow: hidden;
- margin: 0 auto;
- display: flex;
- justify-content: space-between;
- .innerLeft {
- width: 68%;
- margin-right: 26PX;
- .LeftTop {
- h1 {
- width: 100%;
- height: auto;
- overflow: hidden;
- padding: 20PX 0;
- text-align: center;
- font-size: 24PX;
- color: #333;
- font-weight: bold;
- box-sizing: border-box;
- }
- p {
- width: 100%;
- height: auto;
- overflow: hidden;
- text-align: center;
- border-bottom: 1PX dashed #ccc;
- line-height: 30PX;
- color: #666;
- font-size: 16PX;
- span {
- padding: 0 10PX;
- font-size: 14PX;
- color: #666;
- }
- }
- >img {
- width: 680PX;
- height: 382PX;
- padding: 50PX 0PX 60PX 55PX;
- }
- }
- .leftBottom {
- margin-top: 20PX;
- font-size: 15PX;
- line-height: 24PX;
- margin-bottom: 30PX;
- word-break: break-all;
- color: #333;
- ul>li img {
- width: 100%;
- height: 382PX;
- }
- img {
- width: 100%;
- height: 382PX;
- }
- p.tinymce-material {
- img {
- width: 100%;
- }
- }
- >h3,
- >p {
- text-indent: 2em;
- width: 100%;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 20PX;
- color: #333333;
- line-height: 38PX;
- padding-bottom: 30PX;
- img {
- width: 100%;
- }
- }
- >h3 {
- font-weight: 600PX;
- }
- >p {
- font-weight: 400;
- }
- }
- .disclaimer {
- width: 100%;
- overflow: hidden;
- border-top: 1PX solid #e6e6e6;
- padding: 30PX 0PX;
- color: #999999;
- font-size: 17PX;
- p {
- width: 100%;
- line-height: 30PX;
- }
- }
- .recommendRead {
- width: 100%;
- margin: 30PX 0PX;
- .recommendReadTitle {
- font-weight: bold;
- font-size: 22PX;
- color: #49A769;
- height: 42PX;
- line-height: 35PX;
- letter-spacing: 1PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- border-bottom: 1PX solid #D9D9D9;
- .read_title {
- display: inline-block;
- width: 94PX;
- height: 40PX;
- border-bottom: 3PX solid #49A769;
- }
- }
- .recommendReadList {
- min-height: 155PX;
- margin-top: 30PX;
- padding-bottom: 10PX;
- font-size: 20PX;
- border-bottom: 1PX solid #D9D9D9;
- .recommendReadListTitle {
- margin-top: 25PX;
- a {
- color: #333333;
- }
- }
- .recommendReadListTitle:nth-child(1)::after {
- content: "热";
- margin-left: 13PX;
- background: #FF8A37;
- color: #fff;
- font-size: 14PX;
- padding: 0PX 2PX;
- }
- .recommendReadListTitle:hover a {
- color: #49A769;
- }
- }
- }
- }
- .innerRight {
- width: 30%;
- }
- }
- }
- .leftBottom::v-deep p img,
- .leftBottom::v-deep img,
- .leftBottom::v-deep video {
- max-width: 700PX;
- }
- .leftBottom::v-deep h1,
- .leftBottom::v-deep h2,
- .leftBottom::v-deep h3,
- .leftBottom::v-deep h4,
- .leftBottom::v-deep h5,
- .leftBottom::v-deep h6 {
- font-size: 20PX;
- font-weight: 500;
- }
- //投票
- .index_3_box_vote {
- .voteTitle {
- font-size: 20PX;
- height: 40PX;
- line-height: 40PX;
- color: #333333;
- padding-left: 20PX;
- width: 100%;
- border-bottom: 1PX solid #E7E7E7;
- border-top: 1PX solid #139602;
- box-sizing: border-box;
- }
- width:100%;
- box-sizing:border-box;
- border:solid 1PX #FBFBFB;
- background: #FBFBFB;
- .inquire {
- height: 394PX;
- margin-top: 20PX;
- border-radius: 6PX 6PX 6PX 6PX;
- padding: 4PX 40PX 4PX 6PX;
- box-sizing: border-box;
- p {
- font-weight: bold;
- height: 69PX;
- font-family: PingFang SC, PingFang SC;
- font-size: 20PX;
- color: #333333;
- line-height: 21PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- padding: 12PX 20PX 0 32PX;
- }
- .radioBox {
- height: 250PX;
- padding-left: 30PX;
- overflow-y: auto;
- box-sizing: border-box;
- padding-bottom: 20PX;
- }
- .radio {
- /deep/.el-radio {
- --el-radio-input-border-color-hover: #27881a;
- }
- /deep/.el-radio-group {
- align-items: center;
- display: inline-flex;
- flex-wrap: wrap;
- font-size: 0;
- //padding-left: 35PX;
- }
- /deep/.el-radio.el-radio--large {
- width: 100%;
- height: 29PX;
- margin-bottom: 15PX;
- }
- /deep/.el-radio.el-radio--large .el-radio__label {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 16PX;
- color: #333333;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 300PX;
- }
- /deep/.el-radio.el-radio--large .el-radio__inner {
- height: 16PX;
- width: 16PX;
- }
- /deep/.el-radio__input.is-checked+.el-radio__label {
- color: #27881a;
- }
- /deep/.el-radio__input.is-checked .el-radio__inner {
- background: #33b023;
- border-color: #27881a;
- }
- }
- .checkInputBox {
- /deep/.el-checkbox {
- --el-radio-input-border-color-hover: #27881a;
- }
- /deep/.el-checkbox-group {
- align-items: center;
- display: inline-flex;
- flex-wrap: wrap;
- font-size: 0;
- //padding-left: 35PX;
- }
- /deep/.el-checkbox.el-checkbox--large {
- width: 330PX;
- height: 29PX;
- margin-bottom: 15PX;
- }
- /deep/.el-checkbox.el-checkbox--large .el-checkbox__label {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 16PX;
- color: #333333;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 300PX;
- }
- /deep/.el-checkbox.el-checkbox--large .el-checkbox__inner {
- height: 16PX;
- width: 16PX;
- }
- /deep/.el-checkbox__input.is-checked+.el-checkbox__label {
- color: #27881a;
- }
- /deep/.el-checkbox__input.is-checked .el-checkbox__inner {
- background: #33b023;
- border-color: #27881a;
- }
- }
- .btn {
- padding-left: 30PX;
- button {
- width: 78PX;
- height: 37PX;
- line-height: 37PX;
- border-radius: 6PX;
- border: none;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 16PX;
- color: #999999;
- }
- .voting {
- background-color: #49A769;
- color: #fff;
- margin-right: 44PX;
- cursor: pointer;
- }
- .look {
- cursor: pointer;
- }
- }
- }
- .inquireData {
- .inquireDataItem {
- width: 100%;
- height: 38PX;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background: #F3F3F3;
- border: 1PX solid #D2D2D2;
- margin-bottom: 10PX;
- border-radius: 6PX;
- padding: 0 15PX;
- box-sizing: border-box;
- color: #999999;
- .inquireDataItemTitle {
- width: 290PX;
- height: 38PX;
- font-size: 16PX;
- line-height: 38PX;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .inquireDataItemNum {
- font-size: 16PX;
- }
- }
- .active {
- color: #49A769;
- background: #dff7e8;
- border: 1PX solid #49A769;
- }
- }
- }
- //放大图片
- .preview-modal {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.8);
- display: flex;
- justify-content: center;
- align-items: center;
- z-index: 1000;
- }
- .preview-modal img {
- max-width: 100%;
- max-height: 100%;
- cursor: pointer;
- /* 关闭按钮样式 */
- }
- }
- @media screen and (min-width: 801px) and (max-width: 1400px) {
- //导航条
- .breadcrumb {
- width: 100%;
- height: 30PX;
- line-height: 30PX;
- margin-top: 20PX;
- margin-bottom: 10PX;
- .inner {
- width: 100%;
- margin: 0 auto;
- border: 1PX solid #ccc;
- color: #000;
- font-size: 16PX;
- padding: 0 15PX;
- box-sizing: border-box;
- .location {
- margin-right: 20PX;
- width: 100PX;
- height: 22PX;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 16PX;
- color: #000;
- line-height: 23PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- :deep(.el-breadcrumb__separator) {
- color: #000;
- font-weight: bold;
- margin: 0 9PX;
- }
- :deep(.el-breadcrumb) {
- display: inline-block;
- vertical-align: -4PX;
- }
- :deep(.el-breadcrumb__inner a),
- :deep(.el-breadcrumb__inner.is-link) {
- color: #000;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
- color: #000;
- }
- span {
- font-weight: 400;
- font-size: 16PX;
- color: #000;
- line-height: 23PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- // 资讯列表
- .newsDetail {
- width: 100%;
- margin-bottom: 10px;
- .inner {
- width: 100%;
- margin: 0 auto;
- overflow: hidden;
- display: flex;
- justify-content: space-between;
- .innerLeft {
- width: 68%;
- padding: 0 15PX;
- box-sizing: border-box;
- .LeftTop {
- h1 {
- width: 100%;
- height: auto;
- overflow: hidden;
- padding: 20PX 0;
- text-align: center;
- font-size: 24PX;
- color: #333;
- font-weight: bold;
- }
- p {
- width: 100%;
- height: auto;
- overflow: hidden;
- text-align: center;
- border-bottom: 1PX dashed #ccc;
- line-height: 30PX;
- color: #666;
- font-size: 14PX;
- span {
- padding: 0 10PX;
- font-size: 14PX;
- color: #666;
- }
- }
- >img {
- width: 680PX;
- height: 382PX;
- padding: 50PX 0PX 60PX 55PX;
- }
- }
- .leftBottom {
- margin-top: 20px;
- font-size: 15px;
- line-height: 24px;
- margin-bottom: 30px;
- word-break: break-all;
- color: #333;
- ul>li img {
- width: 100%;
- height: 382px;
- }
- img {
- width: 100%;
- height: 382px;
- }
- p.tinymce-material {
- img {
- width: 100%;
- }
- }
- >h3,
- >p {
- text-indent: 2em;
- width: 100%;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 20px;
- color: #333333;
- line-height: 38px;
- padding-bottom: 30px;
- img {
- width: 100%;
- }
- }
- >h3 {
- font-weight: 600px;
- }
- >p {
- font-weight: 400;
- }
- }
- // 免责声明
- .disclaimer {
- width: 100%;
- overflow: hidden;
- border-top: 1PX solid #e6e6e6;
- padding: 30PX 0PX;
- color: #999999;
- font-size: 17PX;
- p {
- width: 100%;
- line-height: 30PX;
- }
- }
- .recommendRead {
- width: 100%;
- margin: 30PX 0PX;
- .recommendReadTitle {
- font-weight: bold;
- font-size: 22PX;
- color: #49A769;
- height: 42PX;
- line-height: 35PX;
- letter-spacing: 1PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- border-bottom: 1PX solid #D9D9D9;
- .read_title {
- display: inline-block;
- width: 94PX;
- height: 40PX;
- border-bottom: 3PX solid #49A769;
- }
- }
- .recommendReadList {
- min-height: 155PX;
- margin-top: 30PX;
- padding-bottom: 10PX;
- font-size: 20PX;
- border-bottom: 1PX solid #D9D9D9;
- .recommendReadListTitle {
- margin-top: 25PX;
- a {
- color: #333333;
- }
- }
- .recommendReadListTitle:nth-child(1)::after {
- content: "热";
- margin-left: 13PX;
- background: #FF8A37;
- color: #fff;
- font-size: 14PX;
- padding: 0px 2PX;
- }
- .recommendReadListTitle:hover a {
- color: #49A769;
- }
- }
- }
- }
- .innerRight {
- width: 30%;
- }
- }
- }
- .leftBottom::v-deep p img,
- .leftBottom::v-deep img,
- .leftBottom::v-deep video {
- max-width: 700px;
- }
- .leftBottom::v-deep h1,
- .leftBottom::v-deep h2,
- .leftBottom::v-deep h3,
- .leftBottom::v-deep h4,
- .leftBottom::v-deep h5,
- .leftBottom::v-deep h6 {
- font-size: 20px;
- font-weight: 500;
- }
- //投票
- .index_3_box_vote {
- .voteTitle {
- font-size: 20px;
- height: 40px;
- line-height: 40px;
- color: #333333;
- padding-left: 20px;
- width: 100%;
- border-bottom: 1px solid #E7E7E7;
- border-top: 1px solid #139602;
- box-sizing: border-box;
- }
- width:100%;
- box-sizing:border-box;
- border:solid 1px #FBFBFB;
- background: #FBFBFB;
- .inquire {
- height: 394px;
- margin-top: 20px;
- border-radius: 6px 6px 6px 6px;
- padding: 4px 40px 4px 6px;
- box-sizing: border-box;
- p {
- font-weight: bold;
- height: 69px;
- font-family: PingFang SC, PingFang SC;
- font-size: 20px;
- color: #333333;
- line-height: 21px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- padding: 12px 20px 0 32px;
- }
- .radioBox {
- height: 250px;
- padding-left: 30px;
- overflow-y: auto;
- box-sizing: border-box;
- padding-bottom: 20px;
- }
- .radio {
- /deep/.el-radio {
- --el-radio-input-border-color-hover: #27881a;
- }
- /deep/.el-radio-group {
- align-items: center;
- display: inline-flex;
- flex-wrap: wrap;
- font-size: 0;
- //padding-left: 35px;
- }
- /deep/.el-radio.el-radio--large {
- width: 100%;
- height: 29px;
- margin-bottom: 15px;
- }
- /deep/.el-radio.el-radio--large .el-radio__label {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 16px;
- color: #333333;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 300px;
- }
- /deep/.el-radio.el-radio--large .el-radio__inner {
- height: 16px;
- width: 16px;
- }
- /deep/.el-radio__input.is-checked+.el-radio__label {
- color: #27881a;
- }
- /deep/.el-radio__input.is-checked .el-radio__inner {
- background: #33b023;
- border-color: #27881a;
- }
- }
- .checkInputBox {
- /deep/.el-checkbox {
- --el-radio-input-border-color-hover: #27881a;
- }
- /deep/.el-checkbox-group {
- align-items: center;
- display: inline-flex;
- flex-wrap: wrap;
- font-size: 0;
- //padding-left: 35px;
- }
- /deep/.el-checkbox.el-checkbox--large {
- width: 330px;
- height: 29px;
- margin-bottom: 15px;
- }
- /deep/.el-checkbox.el-checkbox--large .el-checkbox__label {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 16px;
- color: #333333;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 300px;
- }
- /deep/.el-checkbox.el-checkbox--large .el-checkbox__inner {
- height: 16px;
- width: 16px;
- }
- /deep/.el-checkbox__input.is-checked+.el-checkbox__label {
- color: #27881a;
- }
- /deep/.el-checkbox__input.is-checked .el-checkbox__inner {
- background: #33b023;
- border-color: #27881a;
- }
- }
- .btn {
- padding-left: 30px;
- button {
- width: 78px;
- height: 37px;
- line-height: 37px;
- border-radius: 6px;
- border: none;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 16px;
- color: #999999;
- }
- .voting {
- background-color: #49A769;
- color: #fff;
- margin-right: 44px;
- cursor: pointer;
- }
- .look {
- cursor: pointer;
- }
- }
- }
- .inquireData {
- .inquireDataItem {
- width: 100%;
- height: 38px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background: #F3F3F3;
- border: 1px solid #D2D2D2;
- margin-bottom: 10px;
- border-radius: 6px;
- padding: 0 15px;
- box-sizing: border-box;
- color: #999999;
- .inquireDataItemTitle {
- width: 290px;
- height: 38px;
- font-size: 16px;
- line-height: 38px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .inquireDataItemNum {
- font-size: 16px;
- }
- }
- .active {
- color: #49A769;
- background: #dff7e8;
- border: 1px solid #49A769;
- }
- }
- }
- //放大图片
- .preview-modal {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.8);
- display: flex;
- justify-content: center;
- align-items: center;
- z-index: 1000;
- }
- .preview-modal img {
- max-width: 100%;
- max-height: 100%;
- cursor: pointer;
- /* 关闭按钮样式 */
- }
- }
- @media screen and (max-width: 800px) {
- //导航条
- .breadcrumb {
- width: 100%;
- height: 60px;
- line-height: 60px;
- margin-top: 40px;
- margin-bottom: 20px;
- .inner {
- width: 100%;
- border: 2px solid #ccc;
- color: #000;
- font-size: 32px;
- .location {
- margin-right: 40px;
- width: 200px;
- height: 44px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 32px;
- color: #000;
- line-height: 46px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- :deep(.el-breadcrumb__separator) {
- color: #000;
- font-weight: bold;
- margin: 0 18px;
- }
- :deep(.el-breadcrumb) {
- display: inline-block;
- vertical-align: -10px;
- }
- :deep(.el-breadcrumb__inner a),
- :deep(.el-breadcrumb__inner.is-link) {
- color: #000;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
- color: #000;
- }
- .phone_breadcrumb_text {
- display: none;
- }
- span {
- font-weight: 400;
- font-size: 32px;
- color: #000;
- line-height: 46px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- // 资讯列表
- .newsDetail {
- width: 100%;
- margin-bottom: 20px;
- .inner {
- width: 100%;
- padding: 0 20px;
- box-sizing: border-box;
- overflow: hidden;
- .innerLeft {
- width: 100%;
- .LeftTop {
- h1 {
- width: 100%;
- height: auto;
- overflow: hidden;
- padding: 40px 0;
- text-align: center;
- font-size: 48px;
- color: #333;
- font-weight: bold;
- }
- p {
- width: 100%;
- height: auto;
- overflow: hidden;
- text-align: center;
- border-bottom: 2px dashed #ccc;
- line-height: 60px;
- color: #666;
- font-size: 28px;
- span {
- padding: 0 20px;
- font-size: 28px;
- color: #666;
- }
- }
- >img {
- width: 680px;
- height: 382px;
- padding: 50px 0px 60px 55px;
- }
- }
- .leftBottom {
- margin-top: 40px;
- font-size: 30px;
- line-height: 48px;
- margin-bottom: 60px;
- word-break: break-all;
- color: #333;
- ul>li img {
- width: 100%;
- height: 382px;
- }
- img {
- width: 100%;
- height: 382px;
- }
- p.tinymce-material {
- img {
- width: 100%;
- }
- }
- >h3,
- >p {
- text-indent: 2em;
- width: 100%;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 40px;
- color: #333333;
- line-height: 76px;
- padding-bottom: 60px;
- img {
- width: 100%;
- }
- }
- >h3 {
- font-weight: 600;
- }
- >p {
- font-weight: 400;
- }
- }
- .disclaimer {
- width: 100%;
- overflow: hidden;
- border-top: 1px solid #e6e6e6;
- padding: 30px 0px;
- color: #999999;
- font-size: 34px;
- p {
- width: 100%;
- line-height: 60px;
- }
- }
- .recommendRead {
- width: 100%;
- margin: 30px 0px;
- .recommendReadTitle {
- font-weight: bold;
- font-size: 44px;
- color: #49A769;
- height: 80px;
- line-height: 70px;
- letter-spacing: 1px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- border-bottom: 1px solid #D9D9D9;
- .read_title {
- display: inline-block;
- width: 94px;
- height: 40px;
- border-bottom: 3px solid #49A769;
- }
- }
- .recommendReadList {
- min-height: 155px;
- margin-top: 30px;
- padding-bottom: 10px;
- font-size: 20px;
- border-bottom: 1px solid #D9D9D9;
- .recommendReadListTitle {
- margin-top: 25px;
- a {
- color: #333333;
- }
- }
- .recommendReadListTitle:nth-child(1)::after {
- content: "热";
- margin-left: 13px;
- background: #FF8A37;
- color: #fff;
- font-size: 14px;
- padding: 0px 2px;
- }
- .recommendReadListTitle:hover a {
- color: #49A769;
- }
- }
- }
- }
- .innerRight {
- width: 100%;
- }
- }
- }
- .leftBottom::v-deep p img,
- .leftBottom::v-deep img,
- .leftBottom::v-deep video {
- max-width: 700px;
- }
- .leftBottom::v-deep h1,
- .leftBottom::v-deep h2,
- .leftBottom::v-deep h3,
- .leftBottom::v-deep h4,
- .leftBottom::v-deep h5,
- .leftBottom::v-deep h6 {
- font-size: 20px;
- font-weight: 500;
- }
- //投票
- .index_3_box_vote {
- .voteTitle {
- font-size: 20px;
- height: 40px;
- line-height: 40px;
- color: #333333;
- padding-left: 20px;
- width: 100%;
- border-bottom: 1px solid #E7E7E7;
- border-top: 1px solid #139602;
- box-sizing: border-box;
- }
- width:100%;
- box-sizing:border-box;
- border:solid 1px #FBFBFB;
- background: #FBFBFB;
- .inquire {
- height: 394px;
- margin-top: 20px;
- border-radius: 6px 6px 6px 6px;
- padding: 4px 40px 4px 6px;
- box-sizing: border-box;
- p {
- font-weight: bold;
- height: 69px;
- font-family: PingFang SC, PingFang SC;
- font-size: 20px;
- color: #333333;
- line-height: 21px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- padding: 12px 20px 0 32px;
- }
- .radioBox {
- height: 250px;
- padding-left: 30px;
- overflow-y: auto;
- box-sizing: border-box;
- padding-bottom: 20px;
- }
- .radio {
- /deep/.el-radio {
- --el-radio-input-border-color-hover: #27881a;
- }
- /deep/.el-radio-group {
- align-items: center;
- display: inline-flex;
- flex-wrap: wrap;
- font-size: 0;
- //padding-left: 35px;
- }
- /deep/.el-radio.el-radio--large {
- width: 100%;
- height: 29px;
- margin-bottom: 15px;
- }
- /deep/.el-radio.el-radio--large .el-radio__label {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 16px;
- color: #333333;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 300px;
- }
- /deep/.el-radio.el-radio--large .el-radio__inner {
- height: 16px;
- width: 16px;
- }
- /deep/.el-radio__input.is-checked+.el-radio__label {
- color: #27881a;
- }
- /deep/.el-radio__input.is-checked .el-radio__inner {
- background: #33b023;
- border-color: #27881a;
- }
- }
- .checkInputBox {
- /deep/.el-checkbox {
- --el-radio-input-border-color-hover: #27881a;
- }
- /deep/.el-checkbox-group {
- align-items: center;
- display: inline-flex;
- flex-wrap: wrap;
- font-size: 0;
- //padding-left: 35px;
- }
- /deep/.el-checkbox.el-checkbox--large {
- width: 330px;
- height: 29px;
- margin-bottom: 15px;
- }
- /deep/.el-checkbox.el-checkbox--large .el-checkbox__label {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 16px;
- color: #333333;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 300px;
- }
- /deep/.el-checkbox.el-checkbox--large .el-checkbox__inner {
- height: 16px;
- width: 16px;
- }
- /deep/.el-checkbox__input.is-checked+.el-checkbox__label {
- color: #27881a;
- }
- /deep/.el-checkbox__input.is-checked .el-checkbox__inner {
- background: #33b023;
- border-color: #27881a;
- }
- }
- .btn {
- padding-left: 30px;
- button {
- width: 78px;
- height: 37px;
- line-height: 37px;
- border-radius: 6px;
- border: none;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 16px;
- color: #999999;
- }
- .voting {
- background-color: #49A769;
- color: #fff;
- margin-right: 44px;
- cursor: pointer;
- }
- .look {
- cursor: pointer;
- }
- }
- }
- .inquireData {
- .inquireDataItem {
- width: 100%;
- height: 38px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background: #F3F3F3;
- border: 1px solid #D2D2D2;
- margin-bottom: 10px;
- border-radius: 6px;
- padding: 0 15px;
- box-sizing: border-box;
- color: #999999;
- .inquireDataItemTitle {
- width: 290px;
- height: 38px;
- font-size: 16px;
- line-height: 38px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .inquireDataItemNum {
- font-size: 16px;
- }
- }
- .active {
- color: #49A769;
- background: #dff7e8;
- border: 1px solid #49A769;
- }
- }
- }
- //放大图片
- .preview-modal {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.8);
- display: flex;
- justify-content: center;
- align-items: center;
- z-index: 1000;
- }
- .preview-modal img {
- max-width: 100%;
- max-height: 100%;
- cursor: pointer;
- /* 关闭按钮样式 */
- }
- }
- // @media screen and (min-width:801px) {
- // .breadcrumb {
- // margin-top: 20px;
- // }
- // }
- // @media screen and (max-width:800px) {
- // .newsDetail .inner .innerLeft .leftBottom *,
- // .newsDetail .inner .innerLeft .leftBottom {
- // line-height: 24px !important;
- // font-size: 16px !important;
- // background: rgba(0, 0, 0, 0) !important;
- // }
- // }
|