liujian1_wd

图文详情页面

Too many changes to show.

To preserve performance only 8 of 8+ files are displayed.

import { ImageAndTextPageComponent } from 'wdComponent'
import { Logger } from 'wdKit'
const TAG = 'ImageAndTextDetailPage';
@Entry
@Component
struct ImageAndTextDetailPage {
build() {
Column() {
ImageAndTextPageComponent()
}
}
pageTransition(){
// 定义页面进入时的效果,从右边侧滑入
PageTransitionEnter({ type: RouteType.None, duration: 300 })
.slide(SlideEffect.Right)
// 定义页面退出时的效果,向右边侧滑出
PageTransitionExit({ type: RouteType.None, duration: 300 })
.slide(SlideEffect.Right)
}
aboutToAppear() {
Logger.info(TAG, 'aboutToAppear');
}
aboutToDisappear() {
Logger.info(TAG, 'aboutToDisappear');
}
onPageShow() {
Logger.info(TAG, 'onPageShow');
}
onPageHide() {
Logger.info(TAG, 'onPageHide');
}
onBackPress() {
Logger.info(TAG, 'onBackPress');
}
}
\ No newline at end of file
... ...
... ... @@ -2,6 +2,7 @@
"src": [
"pages/MainPage",
"pages/web/DefaultWebPage",
"pages/ENewspaper"
"pages/ENewspaper",
"pages/ImageAndTextDetailPage"
]
}
\ No newline at end of file
... ...
.prism-player .prism-big-play-btn{background:url(./img/bigplay.png) no-repeat;background-size:contain;width:64px;height:64px}.prism-player .prism-big-play-btn .outter{border:7px solid rgba(255,255,255,.51);width:64px;height:64px;border-radius:100%;position:absolute;box-sizing:border-box;top:0;left:0}.prism-player .prism-big-play-btn:hover{cursor:pointer}.prism-player .prism-play-btn{width:24px;height:24px;background:url(./img/smallplay.png) no-repeat;background-size:contain}.prism-player .prism-play-btn:hover{cursor:pointer}.prism-player .prism-live-display{font-size:12px;color:#ebecec;line-height:44px;text-align:center;margin:0}.prism-player .live-shift-display:hover{cursor:pointer;font-size:14px}.prism-player .prism-play-btn.playing{background:url(./img/smallpause.png) no-repeat;background-size:contain}.prism-player .prism-play-btn.playing:hover{cursor:pointer}.prism-player .prism-fullscreen-btn{width:24px;height:24px;background:url(./img/fullscreen.png) no-repeat;background-size:contain}.prism-player .prism-fullscreen-btn:hover{cursor:pointer}.prism-player .prism-fullscreen-btn.fullscreen{background:url(./img/smallscreen.png) no-repeat;background-size:contain}.prism-player .prism-fullscreen-btn.fullscreen:hover{animation:hoverAnimationScale 1s 1;-moz-animation:hoverAnimationScale 1s 1;-webkit-animation:hoverAnimationScale 1s 1;-o-animation:hoverAnimationScale 1s 1;cursor:pointer}.prism-player .prism-volume{position:relative}.prism-player .prism-volume .volume-icon{width:28px;height:28px;background:url(./img/volume.png);background-size:contain}.prism-player .prism-volume .volume-icon .long-horizontal{width:3px;background:#ebecec;height:18px;position:absolute;right:5px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.prism-player .prism-volume .volume-icon .short-horizontal{width:3px;background:#ebecec;height:8px;position:absolute;right:10px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.prism-player .prism-volume .volume-icon:hover{-ms-transform-origin:0 50%;transform-origin:0 50%;background-size:contain;cursor:pointer}.prism-player .prism-volume .mute .long-horizontal{-ms-transform:rotate(-45deg);transform:rotate(-45deg);height:12px;top:10px;left:22px}.prism-player .prism-volume .mute .short-horizontal{-ms-transform:rotate(45deg);transform:rotate(45deg);height:12px;top:10px;left:22px}.prism-player .prism-volume-control{position:absolute;bottom:44px;display:none;background:rgba(60,60,60,.95);box-shadow:0 0 6px 0 rgba(0,0,0,.1);width:32px;height:130px;z-index:10000}.prism-player .prism-volume-control .volume-control-icon{width:32px;height:32px;background:url(./img/unmutevolume.png) no-repeat;background-size:contain}.prism-player .prism-volume-control .volume-control-icon:hover{cursor:pointer;background:url(./img/volumehover.png) no-repeat;background-size:contain}.prism-player .prism-volume-control .volume-control-icon.mute{background:url(./img/volumemute.png) no-repeat;background-size:contain}.prism-player .prism-volume-control .volume-control-icon.mute:hover{background:url(./img/volumemutehover.png) no-repeat;background-size:contain;cursor:pointer}.prism-player .prism-volume-control:hover{cursor:pointer}.prism-player .prism-volume-control .volume-control-icon{position:absolute;bottom:6px;left:8px;width:26px;height:26px}.prism-player .prism-volume-control .volume-range{position:absolute;left:14px;bottom:10px;border-radius:1px;background:#6c6262;box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,.06);width:4px;height:100px}.prism-player .prism-volume-control .volume-value{width:100%;height:0%;background:#30adf2;position:absolute;border-radius:1px;bottom:0}.prism-player .prism-volume-control .volume-cursor{position:absolute;bottom:0;background:#fff;width:15px;height:15px;border-radius:15px;left:-6px}.prism-player .prism-volume-control .volume-cursor:hover{background:#00c1de}.prism-player .prism-animation{width:64px;height:64px;border-radius:64px;opacity:0;position:absolute;left:50%;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.prism-player .prism-play-animation{background:url(./img/playanimation.png) no-repeat;background-size:contain}.prism-player .prism-pause-animation{background:url(./img/pauseanimation.png) no-repeat;background-size:contain}.prism-player .play-apply-animation{animation:prismplayanimation 1s 1;-moz-animation:prismplayanimation 1s 1;-webkit-animation:prismplayanimation 1s 1;-o-animation:prismplayanimation 1s 1;animation-fill-mode:both}@keyframes prismplayanimation{0%{width:32px;height:32px;border-radius:32px;opacity:0}50%{width:32px;height:32px;border-radius:32px;opacity:1}99%{width:76px;height:76px;border-radius:76px;opacity:0}100%{width:0;height:0}}@keyframes spinoffPulse{0%{transform:rotate(0);-webkit-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@keyframes hoverAnimationRotate{0%{transform:rotate(0);-webkit-transform:rotate(0);-moz-transform:rotate(0)}50%{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg)}100%{transform:rotate(0);-webkit-transform:rotate(0);-moz-transform:rotate(0)}}@keyframes hoverAnimationScale{0%{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1)}50%{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2)}100%{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1)}}@keyframes hoverAnimationScaleX{0%{transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1)}50%{transform:scaleX(1.2);-webkit-transform:scaleX(1.2);-moz-transform:scaleX(1.2)}100%{transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1)}}@keyframes hoverVolumeAnimation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.volume-hover-animation{animation:hoverVolumeAnimation .3s 1;-moz-animation:hoverVolumeAnimation .3s 1;-webkit-animation:hoverVolumeAnimation .3s 1;-o-animation:hoverVolumeAnimation .3s 1}@keyframes hoverPlayButtonAnimation{0%{width:63px;height:63px;border:7px solid #fff}60%{width:90px;height:90px;border:7px solid rgba(255,255,255,.51)}100%{width:97px;height:97px;border:14px solid rgba(255,255,255,0)}}@keyframes warn{0%{transform:scale(1);opacity:0}25%{transform:scale(1);opacity:.1}50%{transform:scale(1.1);opacity:.3}75%{transform:scale(1.5);opacity:.5}100%{transform:scale(2);opacity:0}}.big-playbtn-hover-animation{animation:warn 1s ease-out;-moz-animation:warn 1s ease-out;-webkit-animation:warn 1s ease-out;-o-animation:warn 1s ease-out}.big-playbtn-hover-animation1{animation:hoverPlayButtonAnimation 1s 1;-moz-animation:hoverPlayButtonAnimation 1s 1;-webkit-animation:hoverPlayButtonAnimation 1s 1;-o-animation:hoverPlayButtonAnimation 1s 1}.prism-player{background-color:#000;position:relative}.prism-player a{text-decoration:none}.prism-player video{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform-origin:center;-moz-transform-origin:center;-webkit-transform-origin:center;-o-transform-origin:center}.prism-player .x5-full-screen{object-fit:fill;object-position:50% 50%}.prism-player .x5-top-left{object-fit:contain;object-position:0 0}.prism-player .prism-cover{width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;position:absolute;top:0;left:0;z-index:11}.prism-player .prism-text-overlay{width:100%;height:100%;position:absolute;top:0;left:0;z-index:9;pointer-events:none}.prism-player .prism-ErrorMessage{width:100%;height:100%;background-color:#000;background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;z-index:99;top:0;left:0;overflow:hidden;display:none}.prism-player .prism-ErrorMessage .prism-error-content{margin-top:20px;padding:0 5px}.prism-player .prism-ErrorMessage .prism-error-content p{text-align:center;font-size:12px;color:#fff}.prism-player .prism-ErrorMessage .prism-error-operation{margin-top:10px;margin-bottom:10px;padding-bottom:5px;border-bottom:1.5px;border-bottom-color:rgba(255,255,255,.15);border-bottom-style:dotted;text-align:center}.prism-player .prism-ErrorMessage .prism-error-operation a{width:80px;height:32px;line-height:32px;vertical-align:top;display:inline-block;margin-left:10px}.prism-player .prism-ErrorMessage .prism-error-operation a.prism-button-refresh{color:#21c5e0;border:solid 1px #21c5e0}.prism-player .prism-ErrorMessage .prism-error-operation a.prism-button-refresh:hover{color:#05d3f5;border-color:#05d3f5;cursor:pointer}.prism-player .prism-ErrorMessage .prism-error-operation a.prism-button-refresh:active{color:#026a7b;border-color:#026a7b}.prism-player .prism-ErrorMessage .prism-error-operation .prism-button-orange:visited{color:#05d3f5}.prism-player .prism-ErrorMessage .prism-detect-info{color:#fff;font-size:10px}.prism-player .prism-ErrorMessage .prism-detect-info p{padding:0 5px;word-break:break-all;margin:0 0 4px}.prism-player .prism-ErrorMessage .prism-detect-info span.info-label{display:inline-block;font-weight:700}.prism-player .prism-ErrorMessage .prism-detect-info span.info-content{color:gray}.prism-player .prism-big-play-btn{display:none;z-index:1000}.prism-player .prism-license-watermark{z-index:100;position:absolute;width:300px;height:120px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;right:20px;top:20px;border:1px solid rgba(216,216,216,.12);box-shadow:0 0 12px 0 rgba(130,130,130,.2);border-radius:2px;backdrop-filter:blur(4px);background-color:rgba(255,255,255,.12)}.prism-player .prism-license-watermark .no-authorization{font-weight:500;font-size:24px;color:rgba(255,255,255,.9);text-shadow:1px 1px 2px rgba(0,0,0,.5);margin:0 50px}.prism-player .prism-license-watermark .apply-button{margin-top:12px;padding:5px 20px;background-color:#00bcd4;border:1px solid #26c5da;font-weight:400;font-size:14px;color:#fff;line-height:20px;cursor:pointer}.prism-player .prism-controlbar{width:100%;height:44px;position:relative;z-index:10;font-size:14px}.prism-player .prism-controlbar .prism-controlbar-bg{background:rgba(75,75,75,.15);width:100%;height:40px;position:absolute;bottom:0;left:0;z-index:-1}.prism-player .prism-time-display{height:40px;line-height:40px;color:#a4aab3;font-size:12px}.prism-player .prism-time-display .current-time{color:#fff}.prism-player .prism-live-time-display{height:44px;line-height:44px;color:#a4aab3;font-size:12px}.prism-player .prism-live-time-display span{display:inline}.prism-player .prism-live-time-display .live-text{margin-left:5px;font-size:12px;color:#ebecec}.prism-player .prism-live-time-display .current-time{color:#fff}.prism-player .prism-fullscreen-btn:hover{animation:hoverAnimationScale 1s 1;-moz-animation:hoverAnimationScale 1s 1;-webkit-animation:hoverAnimationScale 1s 1;-o-animation:hoverAnimationScale 1s 1}.prism-player .prism-liveshift-progress,.prism-player .prism-progress{bottom:40px!important;width:100%;height:4px;background:rgba(195,197,198,.5);box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,.06);position:relative;cursor:pointer}.prism-player .prism-liveshift-progress .prism-progress-time,.prism-player .prism-progress .prism-progress-time{position:absolute;top:-25px;background:rgba(0,0,0,.8);box-shadow:0 0 5px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.1);color:#fff;font-size:14px;border-radius:7.5px;padding:0 6px 0 6px;text-align:center;white-space:nowrap}.prism-player .prism-liveshift-progress .prism-progress-loaded,.prism-player .prism-progress .prism-progress-loaded{position:absolute;top:0;left:0;width:0;height:100%;background:#c3c5c6}.prism-player .prism-liveshift-progress .prism-progress-played,.prism-player .prism-progress .prism-progress-played{position:absolute;top:0;left:0;width:0;height:100%;background-color:#00c1de}.prism-player .prism-liveshift-progress .prism-progress-cursor,.prism-player .prism-progress .prism-progress-cursor{position:absolute;border-radius:8px;top:-5px;width:16px;height:16px;overflow:hidden;box-sizing:content-box;background:url(./img/dragcursorhover.png) center;display:none}.prism-player .prism-liveshift-progress .prism-progress-cursor img,.prism-player .prism-progress .prism-progress-cursor img{width:14px;height:14px;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.prism-player .prism-liveshift-progress .cursor-hover,.prism-player .prism-progress .cursor-hover{border-radius:9px;width:18px;height:18px;top:-5px!important}.prism-player .prism-liveshift-progress .cursor-hover img,.prism-player .prism-progress .cursor-hover img{width:16px;height:16px}.prism-player .prism-liveshift-progress .prism-progress-marker,.prism-player .prism-progress .prism-progress-marker{width:100%;height:100%;position:absolute}.prism-player .prism-liveshift-progress .prism-progress-marker .prism-marker-dot,.prism-player .prism-progress .prism-progress-marker .prism-marker-dot{position:absolute;background:#d9edf7;width:5px;height:100%;border-radius:20%}.prism-player .prism-progress-hover{cursor:pointer;height:6px;transition:height .1s}.prism-player .prism-progress-hover .prism-marker-dot{width:10px;height:80%;top:8%;border-radius:30%}.prism-player .prism-progress-hover .prism-progress-cursor{top:-4px}.prism-player .prism-liveshift-progress{background:0 0}.prism-player .prism-liveshift-progress .prism-enable-liveshift{cursor:pointer;position:absolute;background:#fff;height:4px}.prism-player .prism-liveshift-progress .prism-enable-liveshift:hover{height:6px;transition:height .1s}.prism-player .prism-liveshift-progress .prism-liveshift-seperator{height:15px;position:absolute;right:0;top:-8px;color:#fff;margin-right:5px;margin-left:5px;right:-65px}.prism-player .prism-marker-text{padding:5px;background:rgba(0,0,0,.8);position:absolute;max-width:180px;max-height:100px;bottom:50px;color:#fff;border-radius:3px;z-index:9999;display:none;overflow:auto}.prism-player .prism-marker-text p{text-align:center;word-break:break-all;margin:0;font-size:12px}.prism-player .prism-loading{width:55px;height:55px;z-index:10}.prism-player .prism-loading .circle-androidFirefox{background-color:rgba(0,0,0,0);border:5px solid;border-color:rgba(0,193,222,.2) rgba(0,193,222,.5) rgba(0,193,222,.7) rgba(0,193,222,.1);opacity:.9;border-radius:50px;width:45px;height:45px;margin:0 auto}.prism-player .prism-loading .circle{background-color:rgba(0,0,0,0);border:5px solid;border-color:rgba(0,193,222,.2) rgba(0,193,222,.5) rgba(0,193,222,.7) rgba(0,193,222,.1);opacity:.9;border-radius:50px;width:45px;height:45px;margin:0 auto;-moz-animation:spinoffPulse .9s infinite linear;-webkit-animation:spinoffPulse .9s infinite linear}.prism-player .prism-hide{display:none}.prism-player .prism-snapshot-btn{width:32px;height:32px;background:url(./img/snapshot.png) no-repeat;background-size:contain}.prism-player .prism-snapshot-btn:hover{animation:hoverAnimationScale 1s 1;-moz-animation:hoverAnimationScale 1s 1;-webkit-animation:hoverAnimationScale 1s 1;-o-animation:hoverAnimationScale 1s 1;cursor:pointer}.prism-player .prism-snapshot-btn:active{displa:block}.prism-player .prism-info-display{width:100%;color:#fff;font-size:18px;text-align:center;top:50%;position:absolute;z-index:900;height:44px;line-height:28px;font-size:16px;padding:10px 12px 10px 12px}.prism-player .prism-info-display span{color:#00c1de}.prism-player .prism-info-left-bottom{width:auto!important;top:auto!important;bottom:70px;left:20px!important;text-align:left}.prism-player .prism-info-top-center{width:auto!important;top:20px!important;left:50%!important;text-align:left!important;-ms-transform:translateX(-50%)!important;transform:translateX(-50%)!important;color:red!important}.prism-player .prism-info-black{color:#000!important}.prism-player .prism-auto-stream-selector{position:absolute;bottom:50%;width:100%;margin:auto;color:#efeff4;display:none}.prism-player .prism-auto-stream-selector p.tip-text{text-align:center}.prism-player .prism-auto-stream-selector .operators{width:100px;margin:auto}.prism-player .prism-button-cancel{font-size:16px;border:1px #ffffffa8 solid;padding:2px 5px 2px 5px;color:#ffffffa8;margin-left:5px;background:#503f3f3d}.prism-player .prism-button-ok{font-size:16px;border:1px #fff solid;padding:2px 5px 2px 5px;color:#fff;background:#503f3f63}.prism-player .prism-button-cancel:hover,.prism-player .prism-button-ok:hover{color:#f5f5f5}.prism-player .prism-cc-btn{height:24px;width:24px;background:url(./img/cc.png) center no-repeat;background-size:contain}.prism-player .prism-cc-btn:hover{cursor:pointer;animation:hoverAnimationScale 1s 1;-moz-animation:hoverAnimationScale 1s 1;-webkit-animation:hoverAnimationScale 1s 1;-o-animation:hoverAnimationScale 1s 1}.prism-player .prism-setting-btn{height:24px;width:24px;background:url(./img/setting.png) center no-repeat;background-size:contain}.prism-player .prism-setting-btn:hover{cursor:pointer;animation:hoverAnimationRotate 1s 1;-moz-animation:hoverAnimationRotate 1s 1;-webkit-animation:hoverAnimationRotate 1s 1;-o-animation:hoverAnimationRotate 1s 1}.prism-player .prism-setting-list{background:rgba(60,60,60,.95);width:220px;position:absolute;right:14px;bottom:45px;display:none;z-index:10000;text-align:left}.prism-player .prism-setting-list .prism-setting-item{font-size:14px;color:#ebecec;height:30px}.prism-player .prism-setting-list .prism-setting-item .setting-content{width:100%}.prism-player .prism-setting-list .prism-setting-item .setting-content:hover{background:rgba(216,216,216,.1);cursor:pointer}.prism-player .prism-setting-list .prism-setting-item .setting-content span{line-height:30px}.prism-player .prism-setting-list .prism-setting-item .setting-content .setting-title{margin-left:15px}.prism-player .prism-setting-list .prism-setting-item .setting-content .current-setting{float:right;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prism-player .prism-setting-list .prism-setting-item .array{display:inline-block;border-right:2px solid;border-bottom:2px solid;border-color:#fff;width:8px;height:8px;-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-right:10px;margin-top:10px;margin-left:10px;float:right}.prism-player .prism-setting-selector{right:40px;position:absolute;bottom:45px;width:150px;background:rgba(60,60,60,.95);font-size:14px;color:#ebecec;display:none;z-index:10000;text-align:left}.prism-player .prism-setting-selector .header{background:#242424;width:150px;height:30px}.prism-player .prism-setting-selector .header:hover{cursor:pointer}.prism-player .prism-setting-selector .header .left-array{display:inline-block;border-left:2px solid;border-bottom:2px solid;border-color:#fff;width:8px;height:8px;-ms-transform:rotate(45deg);transform:rotate(45deg);margin-right:6px;margin-top:12px;margin-left:16px;float:left}.prism-player .prism-setting-selector .header span{line-height:30px}.prism-player .prism-setting-selector ul.selector-list::-webkit-scrollbar{width:10px;background-color:#424242}.prism-player .prism-setting-selector ul.selector-list::-webkit-scrollbar-track{background-color:#424242}.prism-player .prism-setting-selector ul.selector-list::-webkit-scrollbar-thumb{background-color:#8e8e8e;border:1px solid #424242;border-radius:5px}.prism-player .prism-setting-selector ul{list-style-type:none;padding-left:0;max-height:150px;overflow-y:auto;padding-left:13px;margin-top:5px}.prism-player .prism-setting-selector ul li{height:28px;padding-left:10px}.prism-player .prism-setting-selector ul li.current{color:#30adf2;padding-left:0}.prism-player .prism-setting-selector ul li.current:before{content:"";display:inline-block;line-height:0;border:5px solid transparent;border-left-color:#30adf2;border-right-width:0;margin-top:5px;padding-right:5px}.prism-player .prism-setting-selector ul li:hover{background:rgba(216,216,216,.1);cursor:pointer}.prism-player .prism-setting-selector ul span{line-height:28px;max-width:110px;display:inline-block;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prism-player .prism-thumbnail{border:1px solid rgba(0,0,0,.8);width:174px;height:98px;position:absolute;bottom:50px;display:none;z-index:10}.prism-player .prism-thumbnail .none{border:none}.prism-player .prism-thumbnail span{font-size:12px;color:#fff;line-height:20px;background:rgba(0,0,0,.8);text-align:center;text-shadow:1px 1px 4px #373d41;padding-left:5px;padding-right:5px;display:inline-block;position:absolute;bottom:0;left:33%}.prism-player .prism-tooltip{background:#3c3c3c;box-shadow:0 0 5px 0 rgba(0,0,0,.1);height:28px;margin:0;padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0;position:absolute;bottom:50px;color:#fff;line-height:28px;font-size:10px;white-space:nowrap;display:none;z-index:10}.prism-player .disabled{pointer-events:none;color:gray}:-webkit-full-screen{width:100%!important;height:100%!important}:-moz-full-screen{width:100%!important;height:100%!important}:-ms-full-screen{width:100%!important;height:100%!important}:-ms-fullscreen{width:100%!important;height:100%!important}:-webkit-full-screen{width:100%!important;height:100%!important}:fullscreen{width:100%!important;height:100%!important}body.prism-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.prism-fullscreen{position:fixed;overflow:hidden;z-index:99999;left:0!important;top:0!important;bottom:0!important;right:0!important;width:100%!important;height:100%!important;position:absolute!important}.prism-button{cursor:pointer;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,.3);border-radius:.5em;box-shadow:0 1px 2px rgba(0,0,0,.2)}.prism-button-orange{color:#a56117;border:solid 1px #a56117}.prism-button-retry{color:#f2dede;border:solid 1px #f2dede}.prism-button-orange:hover{color:#d67400;border-color:#d67400}.prism-button-orange:active{color:#d67400;border-color:#d67400}.prism-button-orange:visited{color:#d67400}.prism-button-retry:hover{color:#fcf8e3;border-color:#fcf8e3}.prism-button-retry:active{color:#fcf8e3;border-color:#fcf8e3}.prism-button-retry:visited{color:#fcf8e3}.prism-center{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.prism-width90{width:90%}.prism-stream-selector{font-size:16px;position:relative;line-height:32px}.prism-stream-selector .current-stream-selector{text-align:center;width:70px;display:none;color:#efeff4}.prism-stream-selector .current-stream-selector:hover{cursor:pointer;color:#00c1de}.prism-stream-selector .stream-selector-tip{color:#fff;text-align:center;padding:2px 5px 2px 5px;display:none;position:absolute;bottom:61.5px;white-space:nowrap;left:43%;font-size:18px}.prism-stream-selector .stream-selector-list{position:absolute;bottom:32px;background:rgba(0,0,0,.5);color:#efeff4;padding:5px 5px 0 5px;width:70px;margin:0;display:none}.prism-stream-selector .stream-selector-list li{list-style-type:none;text-align:center;white-space:nowrap;padding:0 2px 0 2px;line-height:24px}.prism-stream-selector .stream-selector-list li:last-child{margin-bottom:10px}.prism-stream-selector .stream-selector-list li.current{color:#00c1de}.prism-stream-selector .stream-selector-list li span.current{color:#00c1de}.prism-stream-selector .stream-selector-list li:hover{cursor:pointer;color:#00c1de}.prism-speed-selector{font-size:16px;position:relative;line-height:32px}.prism-speed-selector .current-speed-selector{color:#efeff4;text-align:center;width:60px}.prism-speed-selector .current-speed-selector:hover{cursor:pointer;color:#00c1de}.prism-speed-selector .speed-selector-list{position:absolute;bottom:32px;background:rgba(0,0,0,.5);color:#efeff4;padding:5px 5px 0 5px;display:none;margin:0}.prism-speed-selector .speed-selector-list li{list-style-type:none;text-align:center;white-space:nowrap;padding:0 2px 0 2px;line-height:24px}.prism-speed-selector .speed-selector-list li:last-child{margin-bottom:10px}.prism-speed-selector .speed-selector-list li.current{color:#00c1de}.prism-speed-selector .speed-selector-list li span.current{color:#00c1de}.prism-speed-selector .speed-selector-list li:hover{cursor:pointer;color:#00c1de}.prism-ai-container{position:absolute;overflow:hidden}.prism-ai-container .prism-ai-marking{font-size:12px;position:absolute}.prism-ai-container .prism-ai-marking[vh=large]{font-size:18px}.prism-ai-container .prism-ai-marking[vh=middle]{font-size:16px}.prism-ai-container .prism-ai-marking .prism-ai-rect-region{position:relative;display:inline-block}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .prism-ai-title{height:0;-ms-transform:translateY(-40px);transform:translateY(-40px)}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .prism-ai-title p{background:#ff1d00;text-align:center;width:100%;color:#fff;word-break:keep-all;margin:10px 0 0 0}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .prism-ai-title .top-left-anchor{width:5px;height:5px;border-top-color:red;border-top-style:solid;border-left-color:red;border-left-style:solid;border-width:1px;-ms-transform:translate(-5px,10px);transform:translate(-5px,10px)}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .prism-ai-title .top-right-anchor{width:5px;height:5px;border-top-color:red;border-top-style:solid;border-right-color:red;border-right-style:solid;border-width:1px;-ms-transform:translate(5px,5px);transform:translate(5px,5px);float:right}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .prism-ai-rect{border-style:solid;border-color:#ff1d00;border-width:1px;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;color:rgba(255,29,0,.3);background:rgba(255,29,0,.1)}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .prism-ai-rect .prism-ai-slash-container{overflow:hidden;width:100%;height:100%;position:absolute}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .prism-ai-rect .prism-ai-slash{content:"";display:block;box-sizing:border-box;border-top-width:1px;border-top-style:solid;height:10px;margin-top:15px;border-bottom-width:1px;border-bottom-style:solid;transform:rotateZ(-45deg) scaleX(2);-ms-transform-origin:bottom center;transform-origin:bottom center}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .prism-ai-rect .prism-ai-top-slash{margin-top:-10px!important}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .anchor-plug{position:absolute}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .top-left{top:-7px;left:-2px}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .top-right{top:-7px;right:-2px}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .bottom-left{bottom:-8px;left:-2px}.prism-ai-container .prism-ai-marking .prism-ai-rect-region .bottom-right{bottom:-8px;right:-2px}.prism-ai-container .prism-ai-marking .prism-ai-labels{color:#fff;float:right;background:rgba(0,0,0,.4);padding-top:5px;padding-bottom:5px}.prism-ai-container .prism-ai-marking .prism-ai-labels p{text-align:left;padding-left:5px;padding-right:5px;margin:0}.prism-ai-container .prism-ai-marking .prism-ai-labels a{padding-left:5px;padding-right:5px}.prism-ai-container .prism-ai-marking .prism-ai-labels p[vh=large]{padding-left:25px;padding-right:25px}.prism-ai-container .prism-ai-marking .prism-ai-labels p[vh=middle]{padding-left:15px;padding-right:15px}video::-webkit-media-text-track-container{overflow:visible!important}video::cue{line-height:1.7}.loading-center{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
... ...
/****reset****/
body,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
label,
select,
textarea,
p,
u,
i,
em,
ul,
ol,
li,
dl,
dd,
dt,
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
border: 0;
outline: 0;
}
li {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
a,
input,
select,
textarea,
area,
button {
outline: none;
font-family: inherit;
font-size: inherit;
border: none;
background: none;
color: inherit;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
textarea {
overflow: auto;
resize: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
cursor: pointer;
-webkit-appearance: none;
}
html,
body {
overflow-x: hidden;
width: 100%;
height: 100%;
background: #ffffff;
}
* {
-webkit-overflow-scrolling: touch;
}
html {
-webkit-tap-highlight-color: transparent;
}
body {
text-align: left;
}
body #app {
height: 100%;
}
body #app::-webkit-scrollbar {
display: none;
}
body #app::-webkit-scrollbar-thumb {
display: none;
}
body #app::-webkit-scrollbar-track {
display: none;
}
.fl {
float: left;
}
.fr {
float: right;
}
.clearfix {
zoom: 1;
}
.clearfix::before,
.clearfix::after {
display: table;
content: " ";
}
.clearfix::after {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}
.ant-skeleton {
display: table;
width: 100%;
}
.ant-skeleton + .ant-skeleton {
margin-top: 0.64rem;
}
.ant-skeleton.active {
display: none;
}
.ant-skeleton-content {
display: table-cell;
width: 100%;
margin-bottom: 0.64rem;
vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
width: 100%;
height: 0.53333rem;
margin-top: 0.26667rem;
background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 0.64rem;
}
.ant-skeleton-content .ant-skeleton-paragraph {
padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
width: 23.3%;
height: 0.32rem;
list-style: none;
background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
margin-top: 0.26667rem;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-image,
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
@keyframes ant-skeleton-loading {
0% {
background-position: 100% 50%;
}
100% {
background-position: 0 50%;
}
}
@keyframes spinner-anime {
100% {
transform: rotate(360deg);
}
}
.toast-loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
z-index: 9999999999;
}
.toast-loading.active {
display: none;
}
.toast-loading.none {
display: none;
}
.toast-loading .loading-cont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 15px 15px;
border-radius: 7px;
background-clip: padding-box;
color: #fff;
background-color: rgba(58, 58, 58, 0.9);
font-size: 15px;
line-height: 20px;
}
.toast-loading .loading-cont .svg {
margin: 0;
width: 32px;
height: 32px;
display: inline-block;
width: 20px;
height: 20px;
background-image: url("../image/loading.svg");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat;
animation: spinner-anime 1s linear infinite;
}
.toast-loading .loading-cont .svg-text {
display: inline-block;
position: relative;
top: 4px;
}
.skeleton-loading {
display: block;
padding: 0.32rem 0.48rem 0;
height: 17.57333333rem;
overflow: hidden;
}
.skeleton-loading.active {
position: fixed;
left: 0;
top: 0;
width: 100%;
opacity: 0;
visibility: hidden;
z-index: -1;
}
.skeleton-loading.none {
display: none;
}
.error-block {
display: none;
box-sizing: border-box;
text-align: center;
padding-top: 3.76rem;
}
.error-block.active {
display: block;
}
.error-block .error-block-image {
text-align: center;
}
.error-block .error-block-image img {
width: 4.26666667rem;
height: 2.98666667rem;
}
.error-block .error-block-retry-btn {
width: 2.13333333rem;
height: 0.74666667rem;
border-radius: 0.08rem;
border: 0.02666667rem solid #EDEDED;
margin: 0 auto;
margin-top: 0.42666667rem;
font-size: 0.32rem;
font-weight: bold;
line-height: 0.74666667rem;
text-align: center;
color: #666666;
}
.error-block .error-block-description-title {
text-align: center;
margin: 0 auto;
font-size: 14px;
color: rgba(51, 51, 51, 0.5);
}
.ellipsis1 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
word-wrap: break-word;
}
#app.fixed {
position: fixed;
left: 0;
top: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
width: 100%;
}
.gx-mobile.fixed {
position: fixed;
left: 0;
top: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
width: 100%;
height: 17.57333333rem;
}
.gx-mobile.active {
animation-name: fadeIn;
animation-duration: 0.2s;
}
.refresh-content {
height: 100%;
}
.refresh-content .van-pull-refresh {
height: 100%;
}
html {
transition: color 300ms, background-color 300ms;
}
body .van-image__error,
body .van-image__loading {
display: block;
}
body .prism-fullscreen {
z-index: 999999 !important;
}
body .prism-player .prism-animation,
body .prism-player .prism-detect-info,
body .prism-player .prism-button,
body .prism-player .prism-setting-quality,
body .prism-player .prism-setting-audio,
body .prism-player .prism-setting-cc,
body .prism-player .prism-cc-btn,
body .prism-player .prism-volume,
body .prism-player .prism-tooltip,
body .prism-player .prism-setting-btn,
body .prism-player .prism-button-retry,
body .prism-player .dplayer-thumb,
body .prism-player .prism-progress-played,
body .prism-player .prism-progress-cursor,
body .prism-player .prism-progress-hover,
body .prism-player .prism-big-play-btn,
body .prism-player .prism-controlbar,
body .prism-player .prism-info-display,
body .prism-player .prism-text-overlay,
body .prism-player .prism-error-operation,
body .prism-player .prism-ErrorMessage,
body .prism-player .prism-cover,
body .prism-player .prism-loading {
display: none !important;
}
#__vconsole {
z-index: 10000000;
}
#__vconsole .vc-switch {
z-index: 10000000;
}
#__vconsole .vc-panel {
min-height: unset !important;
height: 500px !important;
}
#app {
overflow-y: hidden;
overflow-x: hidden;
}
#app .van-loading {
text-align: center;
}
html[dark-mode] body {
background-color: #161827;
}
html[dark-mode] body .gx-mobile .vote {
background-color: #1D1F2F;
}
html[dark-mode] body .gx-mobile .suggested .suggested-title {
color: #d9d9d9ff;
}
html[dark-mode] body .gx-mobile .suggested .suggested-item_title {
color: #d9d9d9ff !important;
}
html[dark-mode] body .gx-mobile .suggested .subtitle {
color: #d9d9d9ff !important;
}
html[dark-mode] body .gx-mobile .suggested .left span {
color: #ffffff5c !important;
}
html[dark-mode] body .gx-mobile .title {
color: #d9d9d9ff;
}
html[dark-mode] body .gx-mobile .ptxt {
color: #ffffffab;
}
html[dark-mode] body .gx-mobile .btsIem {
background-color: #161828;
}
html[dark-mode] body .gx-mobile .stx {
color: #ffffffab !important;
}
html[dark-mode] body .gx-mobile .jd .s1 {
background: linear-gradient(270deg, #e5111eff 0%, #ffb5b9ff 100%);
}
html[dark-mode] body .gx-mobile .jd .s2 {
background-color: #393A47 !important;
}
html[dark-mode] body .gx-mobile .open {
background: linear-gradient(179.9deg, #1d1f2e00 0%, #1d1f2eff 48%, #1d1f2eff 99%);
}
html[dark-mode] body .gx-mobile .open img {
width: 0.42667rem;
height: 0.42667rem;
}
html[dark-mode] body .gx-mobile .time {
color: rgba(255, 255, 255, 0.4);
}
html[dark-mode] body .gx-mobile #newsContent {
background-color: #12131e !important;
color: #ccc;
}
html[dark-mode] body .gx-mobile #newsContent h1,
html[dark-mode] body .gx-mobile #newsContent h2,
html[dark-mode] body .gx-mobile #newsContent div,
html[dark-mode] body .gx-mobile #newsContent h3,
html[dark-mode] body .gx-mobile #newsContent p,
html[dark-mode] body .gx-mobile #newsContent h4,
html[dark-mode] body .gx-mobile #newsContent h5,
html[dark-mode] body .gx-mobile #newsContent h6,
html[dark-mode] body .gx-mobile #newsContent ul,
html[dark-mode] body .gx-mobile #newsContent li,
html[dark-mode] body .gx-mobile #newsContent ol {
background-color: #12131e !important;
color: #ccc !important;
}
html[dark-mode] body .gx-mobile #newsContent .preview-video div,
html[dark-mode] body .gx-mobile #newsContent .preview-video p {
background-color: rgba(255, 255, 255, 0) !important;
}
html[dark-mode] body .footer {
background-color: #12131e;
border-top: #252630;
}
.anticon-spin {
animation: loadingCircle 1s infinite linear;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes loadingCircle {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loadingCircle {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loadingCircle {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/*# sourceMappingURL=global.css.map */
\ No newline at end of file
... ...
{"version":3,"sources":["global.less"],"names":[],"mappings":"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","file":"global.css"}
\ No newline at end of file
... ...
/****reset****/
body, div, table, tr, td, th, h1, h2, h3, h4, h5, h6, form, input, button, label, select, textarea, p, u, i, em, ul, ol, li, dl, dd, dt, img, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
border: 0;
outline: 0;
}
li {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
a, input, select, textarea, area, button {
outline: none;
font-family: inherit;
font-size: inherit;
border: none;
background: none;
color: inherit;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
textarea {
overflow: auto;
resize: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
cursor: pointer;
-webkit-appearance: none;
}
html, body {
overflow-x: hidden;
width: 100%;
height: 100%;
background: #ffffff;
}
* {
-webkit-overflow-scrolling: touch;
}
html {
-webkit-tap-highlight-color: transparent;
}
body {
text-align: left;
#app {
height: 100%;
&::-webkit-scrollbar {
display: none;
}
&::-webkit-scrollbar-thumb {
display: none;
}
&::-webkit-scrollbar-track {
display: none;
}
}
}
.fl {
float: left;
}
.fr {
float: right;
}
.clearfix {
zoom: 1;
&::before,
&::after {
display: table;
content: " ";
}
&::after {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}
}
.ant-skeleton {
display: table;
width: 100%;
}
.ant-skeleton + .ant-skeleton {
margin-top: 0.64rem;
}
.ant-skeleton.active {
display: none;
}
.ant-skeleton-content {
display: table-cell;
width: 100%;
margin-bottom: 0.64rem;
vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
width: 100%;
height: 0.53333rem;
margin-top: 0.26667rem;
background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
margin-top: 0.64rem;
}
.ant-skeleton-content .ant-skeleton-paragraph {
padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
width: 23.3%;
height: 0.32rem;
list-style: none;
background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
margin-top: 0.26667rem;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
width: 61%;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar, .ant-skeleton.ant-skeleton-active .ant-skeleton-button, .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li, .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title, .ant-skeleton.ant-skeleton-active .ant-skeleton-image, .ant-skeleton.ant-skeleton-active .ant-skeleton-input {
background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
background-size: 400% 100%;
animation: ant-skeleton-loading 1.4s ease infinite;
}
@keyframes ant-skeleton-loading {
0% {
background-position: 100% 50%;
}
100% {
background-position: 0 50%;
}
}
@keyframes spinner-anime {
100% {
transform: rotate(360deg);
}
}
.toast-loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
z-index: 9999999999;
&.active {
display: none;
}
&.none {
display: none;
}
.loading-cont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 15px 15px;
border-radius: 7px;
background-clip: padding-box;
color: #fff;
background-color: rgba(58, 58, 58, 0.9);
font-size: 15px;
line-height: 20px;
.svg {
margin: 0;
width: 32px;
height: 32px;
display: inline-block;
width: 20px;
height: 20px;
background-image: url("../image/loading.svg");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat;
animation: spinner-anime 1s linear infinite;
}
.svg-text {
display: inline-block;
position: relative;
top: 4px;
}
}
}
.skeleton-loading {
display: block;
padding: (12 / 37.5rem) (18 / 37.5rem) 0;
height: (659 / 37.5rem);
overflow: hidden;
&.active {
position: fixed;
left: 0;
top: 0;
width: 100%;
opacity: 0;
visibility: hidden;
z-index: -1;
}
&.none {
display: none;
}
}
.error-block {
display: none;
box-sizing: border-box;
text-align: center;
padding-top: (141 / 37.5rem);
&.active {
display: block;
}
.error-block-image {
text-align: center;
img {
width: (160 / 37.5rem);
height: (112 / 37.5rem);
}
}
.error-block-retry-btn {
width: (80 / 37.5rem);
height: (28 / 37.5rem);
border-radius: (3 / 37.5rem);
border: (1 / 37.5rem) solid #EDEDED;
margin: 0 auto;
margin-top: (16 / 37.5rem);
font-size: (12 / 37.5rem);
font-weight: bold;
line-height: (28 / 37.5rem);
text-align: center;
color: #666666;
}
.error-block-description {
}
.error-block-description-title {
text-align: center;
margin: 0 auto;
font-size: 14px;
color: rgba(51, 51, 51, 0.5);
}
.error-block-description-subtitle {
}
}
.ellipsis1 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
word-wrap: break-word;
}
#app {
&.fixed {
position: fixed;
left: 0;
top: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
width: 100%;
}
}
.gx-mobile {
&.fixed {
position: fixed;
left: 0;
top: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
width: 100%;
height: (659 / 37.5rem);
}
&.active {
animation-name: fadeIn;
animation-duration: .2s;
}
}
.refresh-content {
height: 100%;
.van-pull-refresh {
height: 100%;
}
}
html {
transition: color 300ms, background-color 300ms;
}
body {
.van-image__error, .van-image__loading {
display: block;
}
.prism-fullscreen {
z-index: 999999 !important;
}
.prism-player {
.prism-animation, .prism-detect-info, .prism-button, .prism-setting-quality, .prism-setting-audio, .prism-setting-cc, .prism-cc-btn, .prism-volume, .prism-tooltip, .prism-setting-btn, .prism-button-retry, .dplayer-thumb, .prism-progress-played, .prism-progress-cursor, .prism-progress-hover, .prism-big-play-btn, .prism-controlbar, .prism-info-display, .prism-text-overlay, .prism-error-operation, .prism-ErrorMessage, .prism-cover, .prism-loading {
display: none !important;
}
}
}
#__vconsole {
.vc-switch {
z-index: 10000000;
}
.vc-panel {
min-height: unset !important;
height: 500px !important;
}
z-index: 10000000;
}
#app {
overflow-y: hidden;
overflow-x: hidden;
.van-loading {
text-align: center;
}
}
html[dark-mode] {
body {
// background-color: #12131e;
background-color: #161827;
.gx-mobile .vote {
background-color: #1D1F2F;
}
.gx-mobile .suggested {
// background-color: #1D1F2F;
.suggested-title {
color: #d9d9d9ff;
}
.suggested-item_title {
color: #d9d9d9ff !important;
}
.subtitle {
color: #d9d9d9ff !important;
}
.left {
span {
color: #ffffff5c !important;
}
}
}
.gx-mobile .title {
color: #d9d9d9ff;
}
.gx-mobile .ptxt {
color: #ffffffab;
}
.gx-mobile .btsIem {
background-color: #161828;
}
.gx-mobile .stx {
color: #ffffffab !important ;
}
.gx-mobile .jd {
.s1 {
background: linear-gradient(270deg, #e5111eff 0%, #ffb5b9ff 100%);
}
.s2 {
background-color: #393A47 !important;
}
}
.gx-mobile .open {
background: linear-gradient(179.9deg, #1d1f2e00 0%, #1d1f2eff 48%, #1d1f2eff 99%);
img {
width: 0.42667rem;
height: 0.42667rem;
}
}
.gx-mobile .time {
// color: #7a7a7a;
color: rgba(255, 255, 255, 0.4);
}
.gx-mobile #newsContent {
background-color: #12131e !important;
color: #ccc;
h1, h2, div, h3, p, h4, h5, h6, ul, li, ol {
background-color: #12131e !important;
color: #ccc !important;
}
.preview-video {
div , p {
background-color: rgba(255,255 , 255, 0) !important;
}
}
}
.footer {
background-color: #12131e;
border-top: #252630;
}
}
}
.anticon-spin {
animation: loadingCircle 1s infinite linear;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes loadingCircle {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes loadingCircle {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loadingCircle {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
... ...
/*# sourceMappingURL=./index.css.map */
#hidden {
position: fixed;
left: 0;
top: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
}
#hiddenArticle {
position: fixed;
left: 0;
top: 0;
z-index: -1;
width: 100%;
visibility: hidden;
opacity: 0;
}
.app-skeleton-loading {
padding: 0.32rem 0.48rem;
}
.app-skeleton-loading.none {
display: none;
}
.gx-mobile {
padding: 0.24rem 0.48rem 0;
}
.gx-mobile .short-title {
color: #666666ff;
font-size: 0.4rem;
font-weight: 400;
line-height: 0.48rem;
margin-bottom: 0.32rem;
}
.gx-mobile .title {
font-size: 0.58666667rem;
line-height: 0.8rem;
font-weight: bold;
color: #222;
margin-bottom: 0.21333333rem;
}
.gx-mobile .down-title-box {
display: flex;
align-items: center;
margin-top: 0.10666667rem;
margin-bottom: 0.21333333rem;
}
.gx-mobile .down-title-box .down-title {
display: inline-block;
color: #999999ff;
font-size: 0.45333333rem;
font-weight: 400;
line-height: 0.69333rem;
}
.gx-mobile .time.pageView {
display: flex;
flex-wrap: wrap;
font-size: 0.37333333rem;
line-height: 0.53333333rem;
color: #b0b0b0ff;
}
.gx-mobile .time.pageView .author-item {
margin-right: 0.21333333rem;
}
.gx-mobile .time.pageView > * {
margin-top: 0.21333333rem;
}
.gx-mobile .new-intro-box {
position: relative;
background: #F5F5F5;
padding: 0.32rem;
color: #666666ff;
font-size: 0.37333333rem;
line-height: 0.53333333rem;
margin-top: 0.56rem;
border-radius: 0.10666667rem;
}
.gx-mobile .new-intro-box .yh-icon {
width: 0.34667rem;
height: 0.29333rem;
position: absolute;
left: 0.32rem;
top: -0.13333rem;
background-image: url("../image/yh-icon.svg");
background-size: 100% 100%;
}
.gx-mobile .head-link-block {
margin-top: 0.42666667rem;
padding: 0.32rem;
border-radius: 0.10666667rem;
background: #FFFFFF;
border: 0.02666667rem solid rgba(0, 0, 0, 0.05);
box-shadow: 0px 0.05333333rem 0.21333333rem 0px rgba(0, 0, 0, 0.05);
text-align: justify;
font-size: 0.37333333rem;
line-height: 0.53333333rem;
color: #333333;
}
.gx-mobile .head-link-block img {
position: relative;
top: 0.04rem;
width: 0.37333333rem;
height: 0.37333333rem;
margin-right: 0.05333333rem;
}
.gx-mobile .rmcard {
position: relative;
height: 0.98666667rem;
margin-top: 0.42666667rem;
margin-bottom: 0.64rem;
}
.gx-mobile .rmcard .rmcard_v {
position: absolute;
left: 0.58666667rem;
top: 0.58666667rem;
width: 14px;
height: 14px;
border-radius: 50%;
background: #F29900;
border: 0.02666667rem solid #FFFFFF;
}
.gx-mobile .rmcard .rmcard-image {
float: left;
margin-right: 0.21333333rem;
width: 0.96rem;
height: 0.96rem;
border-radius: 50%;
margin-top: 0.02666667rem;
border: 0.5px solid rgba(0, 0, 0, 0.05);
}
.gx-mobile .rmcard .cdescrip {
float: left;
}
.gx-mobile .rmcard .cdescrip .cdescrip_text {
width: 6.32rem;
color: #b0b0b0ff;
font-weight: 400;
font-size: 0.32rem;
height: 0.37333333rem;
line-height: 0.37333333rem;
overflow: hidden;
word-break: normal;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: -webkit-box;
text-overflow: ellipsis;
}
.gx-mobile .rmcard .cdescrip .cdescrip_text:first-child {
color: #222222ff;
font-weight: bold;
font-size: 0.37333333rem;
line-height: 0.45333333rem;
height: 0.45333333rem;
margin-top: 0.02666667rem;
margin-bottom: 0.08rem;
}
.gx-mobile .rmcard .clook-btn {
float: right;
}
.gx-mobile .rmcard .clook {
margin-top: 0.13333333rem;
width: 1.44rem;
height: 0.64rem;
border-radius: 0.08rem;
background-color: #ED2800;
text-align: center;
line-height: 0.64rem;
color: #ffffffff;
font-size: 0.32rem;
font-weight: bold;
}
.gx-mobile .rmcard .clook img {
width: 0.32rem;
height: 0.32rem;
top: -0.02666667rem;
position: relative;
vertical-align: middle;
}
.gx-mobile .rmcard .isclook {
margin-top: 0.13333333rem;
width: 1.44rem;
height: 0.64rem;
border-radius: 0.08rem;
font-size: 0.32rem;
line-height: 0.64rem;
background-color: #F5F5F5;
text-align: center;
color: #CCCCCC;
font-weight: bold;
}
.gx-mobile .cover {
width: 100%;
height: 5.25333rem;
margin-top: 0.50667rem;
}
.gx-mobile .cover .van-image__error {
display: flex;
}
.gx-mobile .sub-title {
display: flex;
align-items: center;
margin-top: 0.26667rem;
font-size: 0.26667rem;
font-weight: normal;
line-height: 0.4rem;
letter-spacing: 0;
color: #999999;
}
.gx-mobile .sub-title-line {
margin-right: 0.16rem;
width: 0.05333rem;
height: 0.64rem;
background: #b71d26;
}
.gx-mobile .content-block {
margin-top: 0.42666667rem;
}
.gx-mobile #newsContent {
line-height: 0.72rem;
font-size: 0.45333333rem;
color: #000000;
text-align: justify;
}
.gx-mobile #newsContent li {
list-style: unset;
margin-left: 0.42666667rem;
}
.gx-mobile #newsContent p {
max-width: 100%;
padding: 0 !important;
margin-bottom: 0.42666667rem !important;
box-sizing: border-box;
}
.gx-mobile #newsContent p:last-child {
margin-bottom: 0;
}
.gx-mobile #newsContent a {
color: #50749A !important;
word-break: break-all;
}
.gx-mobile #newsContent a span {
color: #50749A !important;
word-break: break-all;
}
.gx-mobile #newsContent > P:last-child {
margin-bottom: 0 !important;
}
.gx-mobile #newsContent > div > P:last-child {
margin-bottom: 0 !important;
}
.gx-mobile #newsContent > h1 {
max-width: 100%;
padding: 0 !important;
margin-bottom: 0.42666667rem !important;
}
.gx-mobile #newsContent > h2 {
max-width: 100%;
padding: 0 !important;
margin-bottom: 0.42666667rem !important;
}
.gx-mobile #newsContent > h3 {
max-width: 100%;
padding: 0 !important;
margin-bottom: 0.42666667rem !important;
}
.gx-mobile #newsContent > h4 {
max-width: 100%;
padding: 0 !important;
margin-bottom: 0.42666667rem !important;
}
.gx-mobile #newsContent > h5 {
max-width: 100%;
padding: 0 !important;
margin-bottom: 0.42666667rem !important;
}
.gx-mobile #newsContent > h6 {
max-width: 100%;
padding: 0 !important;
margin-bottom: 0.42666667rem !important;
}
.gx-mobile #newsContent > section {
max-width: 100%;
padding: 0 !important;
margin-bottom: 0.42666667rem !important;
}
.gx-mobile #newsContent > div.replace-br-tag {
margin-bottom: 0.42666667rem !important;
}
.gx-mobile #newsContent > div:last-child {
margin-bottom: 0;
}
.gx-mobile #newsContent section[data-title='分割线-5'] {
margin-top: 1.18666667rem !important;
margin-bottom: 1.18666667rem !important;
}
.gx-mobile #newsContent section[data-title='分割线-5'] img {
display: inline;
}
.gx-mobile #newsContent section[data-title='基础饼图'] {
display: none;
}
.gx-mobile #newsContent section[data-title='基础折线图'] {
display: none;
}
.gx-mobile #newsContent section[data-title='基础柱状图'] {
display: none;
}
.gx-mobile #newsContent section[data-title='带背景色的柱状图'] {
display: none;
}
.gx-mobile #newsContent section[data-title='基础面积图'] {
display: none;
}
.gx-mobile #newsContent section[data-title='指数回归'] {
display: none;
}
.gx-mobile #newsContent section[data-title='基础饼图'] {
display: none;
}
.gx-mobile #newsContent section[data-title='左图右文'] {
width: 100% !important;
}
.gx-mobile #newsContent section[data-title='左图右文'] > div {
width: 100% !important;
}
.gx-mobile #newsContent section[data-title='左文右图'] {
width: 100% !important;
}
.gx-mobile #newsContent section[data-title='左文右图'] > div {
width: 100% !important;
}
.gx-mobile #newsContent section[data-title='图片点亮'] {
overflow: hidden;
border-radius: 0.08rem;
}
.gx-mobile #newsContent section[data-title='图片点亮'] > div {
max-width: 100% !important;
}
.gx-mobile #newsContent section[data-title='分割线-3'] {
margin-top: 0.77333333rem !important;
margin-bottom: 0.77333333rem !important;
}
.gx-mobile #newsContent section[data-title='分割线-4'] {
margin-top: 0.73333333rem !important;
margin-bottom: 0.73333333rem !important;
}
.gx-mobile #newsContent section[data-title='作者头像框'] img {
margin: unset;
}
.gx-mobile #newsContent .enrmrb-img {
display: block;
margin-left: -0.4109589rem;
margin-right: -0.4109589rem;
}
.gx-mobile #newsContent .enrmrb-img-fit img {
object-fit: contain;
}
.gx-mobile #newsContent .enrmrb-img-main {
display: block;
margin: 0 auto;
max-width: 100%;
}
.gx-mobile #newsContent .enrmrb-img-main.enrmrb-img-station img {
width: 100%;
height: 100%;
object-fit: cover;
}
.gx-mobile #newsContent img {
max-width: 100% !important;
max-height: 100% !important;
display: block;
margin: 0 auto;
box-sizing: border-box;
}
.gx-mobile #newsContent .linkImageDiv {
display: none !important;
}
.gx-mobile #newsContent .rmrb-caption-img,
.gx-mobile #newsContent .bjh-image-caption,
.gx-mobile #newsContent .rmrb-caption-img2 {
position: relative;
margin-top: -0.16rem !important;
line-height: 0.42666667rem !important;
font-size: 0.33333333rem !important;
font-weight: normal !important;
color: #B0B0B0 !important;
box-sizing: border-box !important;
margin-bottom: 0.42666667rem !important;
text-align: center;
}
.gx-mobile #newsContent .rmrb-caption-img span,
.gx-mobile #newsContent .bjh-image-caption span,
.gx-mobile #newsContent .rmrb-caption-img2 span,
.gx-mobile #newsContent .rmrb-caption-img p,
.gx-mobile #newsContent .bjh-image-caption p,
.gx-mobile #newsContent .rmrb-caption-img2 p,
.gx-mobile #newsContent .rmrb-caption-img div,
.gx-mobile #newsContent .bjh-image-caption div,
.gx-mobile #newsContent .rmrb-caption-img2 div,
.gx-mobile #newsContent .rmrb-caption-img i,
.gx-mobile #newsContent .bjh-image-caption i,
.gx-mobile #newsContent .rmrb-caption-img2 i,
.gx-mobile #newsContent .rmrb-caption-img h1,
.gx-mobile #newsContent .bjh-image-caption h1,
.gx-mobile #newsContent .rmrb-caption-img2 h1,
.gx-mobile #newsContent .rmrb-caption-img h2,
.gx-mobile #newsContent .bjh-image-caption h2,
.gx-mobile #newsContent .rmrb-caption-img2 h2,
.gx-mobile #newsContent .rmrb-caption-img h3,
.gx-mobile #newsContent .bjh-image-caption h3,
.gx-mobile #newsContent .rmrb-caption-img2 h3,
.gx-mobile #newsContent .rmrb-caption-img h4,
.gx-mobile #newsContent .bjh-image-caption h4,
.gx-mobile #newsContent .rmrb-caption-img2 h4,
.gx-mobile #newsContent .rmrb-caption-img h5,
.gx-mobile #newsContent .bjh-image-caption h5,
.gx-mobile #newsContent .rmrb-caption-img2 h5,
.gx-mobile #newsContent .rmrb-caption-img h6,
.gx-mobile #newsContent .bjh-image-caption h6,
.gx-mobile #newsContent .rmrb-caption-img2 h6,
.gx-mobile #newsContent .rmrb-caption-img section,
.gx-mobile #newsContent .bjh-image-caption section,
.gx-mobile #newsContent .rmrb-caption-img2 section {
line-height: 0.42666667rem !important;
font-size: 0.33333333rem !important;
font-weight: normal !important;
color: #B0B0B0 !important;
}
.gx-mobile #newsContent .rmrb-caption-img:empty,
.gx-mobile #newsContent .bjh-image-caption:empty,
.gx-mobile #newsContent .rmrb-caption-img2:empty {
display: none;
}
.gx-mobile #newsContent ._editor42 img {
margin: unset !important;
margin-right: 12px !important;
}
.gx-mobile #newsContent video {
max-width: 100%;
object-fit: contain;
}
.gx-mobile #newsContent .preview-video {
width: 100%;
margin-bottom: 0.42666667rem;
border-radius: 0.10666667rem;
overflow: hidden;
}
.gx-mobile #newsContent .preview-video .video-player {
border-radius: 0.10666667rem;
overflow: hidden;
}
.gx-mobile #newsContent .preview-video .video-player.prism-player {
background-color: transparent !important;
}
.gx-mobile #newsContent .preview-video .video-player.prism-player video {
background-color: transparent !important;
z-index: 81;
}
.gx-mobile #newsContent .preview-video .player-state-bg {
position: absolute;
left: 0.00533333rem;
right: 0.00533333rem;
bottom: 0.00533333rem;
top: 0.00533333rem;
z-index: 80;
}
.gx-mobile #newsContent .preview-video .player-error {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 111;
background: rgba(51, 51, 51, 0.8);
backdrop-filter: blur(10px);
}
.gx-mobile #newsContent .preview-video .player-error.none {
display: none;
}
.gx-mobile #newsContent .preview-video .player-network {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 110;
background: rgba(0, 0, 0, 0.5);
}
.gx-mobile #newsContent .preview-video .player-network.none {
display: none;
}
.gx-mobile #newsContent .preview-video .player-network .player-network-block {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.gx-mobile #newsContent .preview-video .player-network .player-network-block .network-title {
font-size: 0.37333rem;
line-height: 0.48rem;
text-align: right;
letter-spacing: 0;
color: #FFFFFF;
}
.gx-mobile #newsContent .preview-video .player-network .player-network-block .network-sub-title {
width: 5.47rem;
margin: 0.21333rem 0 0.42667rem 0;
font-size: 0.32rem;
line-height: 0.48rem;
text-align: center;
letter-spacing: 0;
color: #FFFFFF;
}
.gx-mobile #newsContent .preview-video .player-network .player-network-block .btn {
display: flex;
justify-content: center;
margin-top: 0.42666667rem;
width: 2.34666667rem;
line-height: 0.74666667rem;
border-radius: 0.10666667rem;
font-size: 0.32rem;
color: #fff;
background: rgba(255, 255, 255, 0.05);
border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.gx-mobile #newsContent .preview-video .player-mini-progress {
position: absolute;
width: 100%;
height: 0.05333rem;
left: 0;
bottom: 0;
z-index: 98;
background: rgba(255, 255, 255, 0.3);
}
.gx-mobile #newsContent .preview-video .player-mini-progress .player-mini-loaded {
position: absolute;
left: 0;
top: 0;
z-index: 10;
width: 0px;
height: 0.05333rem;
background: #F22B41;
}
.gx-mobile #newsContent .preview-video .player-mini-progress .player-mini-buffer {
position: absolute;
height: 0.05333rem;
left: 0;
top: 0;
z-index: 9;
background: rgba(255, 255, 255, 0.3);
border-radius: 1px 0px 0px 1px;
}
.gx-mobile #newsContent .preview-video .player-mini-progress.none {
display: none;
}
.gx-mobile #newsContent .preview-video .player-replay {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 109;
font-size: 0.37333rem;
color: #fff;
background: rgba(51, 51, 51, 0.8);
backdrop-filter: blur(10px);
}
.gx-mobile #newsContent .preview-video .player-replay span {
padding: 0.13333rem 0.53333rem;
border: 0.02667rem solid #fff;
}
.gx-mobile #newsContent .preview-video .player-replay.none {
display: none;
}
.gx-mobile #newsContent .preview-video .player-loading {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 107;
color: #F22B41;
}
.gx-mobile #newsContent .preview-video .player-loading svg {
width: 1.5rem !important;
height: 1.5rem !important;
}
.gx-mobile #newsContent .preview-video .player-loading.none {
display: none;
}
.gx-mobile #newsContent .preview-video .player-cover {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 108;
background: #EDEDED;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border-radius: 4px;
}
.gx-mobile #newsContent .preview-video .player-cover .player-cover-icon {
position: absolute;
left: 0.32rem;
bottom: 0.32rem;
width: 0.85333333rem;
height: 0.85333333rem;
}
.gx-mobile #newsContent .preview-video .player-cover.none {
display: none;
}
.gx-mobile #newsContent .preview-video .player-bottom {
display: flex;
align-items: center;
position: absolute;
width: 100%;
left: 0;
padding: 0.21333rem 0.32rem;
bottom: 0;
z-index: 99;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.gx-mobile #newsContent .preview-video .player-bottom.none {
display: none;
}
.gx-mobile #newsContent .preview-video .player-bottom .player-state,
.gx-mobile #newsContent .preview-video .player-bottom .player-full-screen {
width: 0.64rem;
height: 0.64rem;
background: none;
margin: 0;
}
.gx-mobile #newsContent .preview-video .player-bottom .center-box {
display: flex;
align-items: center;
position: relative;
top: 0.02667rem;
flex: 1;
}
.gx-mobile #newsContent .preview-video .player-bottom .player-progress-block {
display: flex;
align-items: center;
justify-content: center;
height: 0.8rem;
flex: 1;
}
.gx-mobile #newsContent .preview-video .player-bottom .player-progress {
position: relative;
height: 0.05333rem;
background: rgba(255, 255, 255, 0.3);
width: 100%;
}
.gx-mobile #newsContent .preview-video .player-bottom .player-progress .player-loaded {
position: absolute;
height: 0.05333rem;
left: 0;
top: 0;
z-index: 10;
background: #F22B41;
}
.gx-mobile #newsContent .preview-video .player-bottom .player-progress .player-loaded .player-loaded-drag {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: -0.14667rem;
top: -0.08rem;
width: 0.29333rem;
height: 0.21333rem;
opacity: 1;
z-index: 11;
background: #FFFFFF;
}
.gx-mobile #newsContent .preview-video .player-bottom .player-progress .player-loaded .player-loaded-drag i {
display: block;
width: 0.08rem;
height: 0.05333rem;
background: #F22B41;
}
.gx-mobile #newsContent .preview-video .player-bottom .player-progress .player-buffer {
position: absolute;
height: 0.05333rem;
left: 0;
top: 0;
z-index: 9;
background: rgba(255, 255, 255, 0.3);
border-radius: 1px 0px 0px 1px;
}
.gx-mobile #newsContent .preview-video .player-bottom .player-current,
.gx-mobile #newsContent .preview-video .player-bottom .player-duration {
font-size: 0.26667rem;
line-height: 0.34667rem;
letter-spacing: 0;
color: #FFFFFF;
}
.gx-mobile #newsContent .preview-video .player-bottom .player-current {
margin: 0 0.30667rem 0 0.21333rem;
}
.gx-mobile #newsContent .preview-video .player-bottom .player-duration {
margin: 0 0.21333rem 0 0.30667rem;
}
.gx-mobile #newsContent .preview-video .player-layer-state {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 109;
}
.gx-mobile #newsContent .preview-video .player-layer-state.none {
display: none;
}
.gx-mobile #newsContent .preview-video .player-layer-state .player-state-icon {
position: absolute;
left: 0.32rem;
bottom: 0.32rem;
width: 0.85333333rem;
height: 0.85333333rem;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
.gx-mobile #newsContent .preview-video .player-layer-state .player-state-icon img {
background: none;
width: 0.42666667rem;
height: 0.42666667rem;
}
.gx-mobile #newsContent .preview-video .player-mini-layer {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 98;
}
.gx-mobile #newsContent .preview-video .player-mini-layer.none {
display: none;
}
.gx-mobile #newsContent .preview-video .player-mini-layer img {
background-color: unset;
width: 0.85333rem;
height: 0.85333rem;
}
.gx-mobile #newsContent .preview-video .player-mini-close {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 0.16rem;
top: 0.16rem;
z-index: 111;
}
.gx-mobile #newsContent .preview-video .player-mini-close.none {
display: none;
}
.gx-mobile #newsContent .preview-video .player-mini-close img {
background-color: unset;
width: 0.64rem;
height: 0.64rem;
}
.gx-mobile #newsContent .audio-warpper {
display: block;
margin: 15px 0;
height: 44px;
}
.gx-mobile #newsContent audio {
display: none;
max-width: 100% !important;
}
.gx-mobile #newsContent .video-warpper {
width: calc(100% + 30px);
position: relative;
margin-left: -15px;
display: block;
margin-bottom: 10px;
}
.gx-mobile #newsContent .video-warpper video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
object-fit: contain;
}
.gx-mobile #newsContent .video-warpper::after {
display: block;
content: " ";
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.gx-mobile #newsContent .preview-image-block {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
margin-bottom: 0.42666667rem;
border-radius: 0.08rem;
overflow: hidden;
}
.gx-mobile #newsContent .preview-image-block a {
position: relative;
display: block;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.gx-mobile #newsContent .preview-image-block a > img {
width: 100%;
object-fit: contain;
}
.gx-mobile #newsContent .preview-image-block a > img.image-player {
display: none;
}
.gx-mobile #newsContent .preview-image-block.loading {
background: #EDEDED;
}
.gx-mobile #newsContent .preview-image-block.loading img.preview-image-error,
.gx-mobile #newsContent .preview-image-block.loading .img.image-player {
display: none !important;
}
.gx-mobile #newsContent .preview-image-block.loading img.preview-image-placehold {
display: block !important;
}
.gx-mobile #newsContent .preview-image-block.error {
background: #EDEDED;
}
.gx-mobile #newsContent .preview-image-block.error img.preview-image-placehold,
.gx-mobile #newsContent .preview-image-block.error .img.image-player {
display: none !important;
}
.gx-mobile #newsContent .preview-image-block.error img.preview-image-error {
display: block !important;
}
.gx-mobile #newsContent .preview-image-block.success {
background: #EDEDED;
}
.gx-mobile #newsContent .preview-image-block.success img.preview-image-placehold,
.gx-mobile #newsContent .preview-image-block.success .img.preview-image-error {
display: none !important;
}
.gx-mobile #newsContent .preview-image-block.success img.image-player {
display: block !important;
}
.gx-mobile #newsContent .preview-image-block.minHeight {
min-height: 5.06666667rem;
}
.gx-mobile #newsContent .preview-image-block.no-network img.image-player,
.gx-mobile #newsContent .preview-image-block.no-network img.preview-image-placehold,
.gx-mobile #newsContent .preview-image-block.no-network img.preview-image-error {
display: none !important;
}
.gx-mobile #newsContent .preview-image-block.no-network .no-network-text {
display: block;
font-size: 0.37333333rem;
color: #999999;
}
.gx-mobile #newsContent .preview-image-block .no-network-text {
display: none;
}
.gx-mobile #newsContent .preview-image-block > img {
width: 100%;
object-fit: contain;
margin: unset;
}
.gx-mobile #newsContent .preview-image-block > img.image-player {
display: none;
}
.gx-mobile #newsContent .preview-image-block .preview-image-placehold {
display: none;
object-fit: cover;
width: 3.52rem;
}
.gx-mobile #newsContent .preview-image-block .preview-image-error {
display: none;
object-fit: cover;
width: 1.70667rem;
}
.gx-mobile #newsContent .preview-image-block.link-image .preview-image-link-icon {
position: absolute;
display: block;
top: 0.21333333rem;
right: 0.21333333rem;
width: 1.17333333rem;
height: 0.48rem;
border-radius: 0.05333333rem;
background: rgba(0, 0, 0, 0.3);
}
.gx-mobile #newsContent .preview-image-block.link-image .preview-image-link-icon img {
float: left;
margin: unset;
width: 0.37333333rem;
height: 0.37333333rem;
margin-left: 0.10666667rem;
margin-top: 0.05333333rem;
max-width: unset !important;
display: inline-block !important;
}
.gx-mobile #newsContent .preview-image-block.link-image .preview-image-link-icon span {
float: right;
font-size: 0.29333333rem;
line-height: 0.42666667rem;
margin-left: 0.05333333rem;
margin-right: 0.05333333rem;
margin-top: 0.02666667rem;
color: #FFFFFF;
}
.gx-mobile #newsContent .preview-image-block .preview-image-link-icon {
display: none;
}
.gx-mobile #newsContent img,
.gx-mobile #newsContent video,
.gx-mobile #newsContent audio {
max-width: 100% !important;
}
.gx-mobile .adress {
margin-top: 0.53333rem;
font-size: 0.32rem;
font-weight: normal;
line-height: 0.42667rem;
letter-spacing: 0;
color: #999999;
}
.gx-mobile .tags {
display: flex;
flex-wrap: wrap;
}
.gx-mobile .tags .tag-item {
display: flex;
align-items: center;
margin-top: 0.32rem;
margin-right: 0.32rem;
padding: 0.05333rem 0.16rem;
font-size: 0.32rem;
font-weight: normal;
line-height: 0.48rem;
letter-spacing: 0;
color: #cb3c34;
background: #f6e0df;
}
.gx-mobile .tags .tag-item:last-child {
margin-right: 0;
}
.gx-mobile .tags .tag-item span {
margin-right: 0.10667rem;
}
.gx-mobile .tags .tag-item img {
width: 0.26667rem;
height: 0.26667rem;
}
.gx-mobile .line-one {
height: 0.02667rem;
background: #b71d26;
margin-top: 0.4rem;
margin-bottom: 0.74667rem;
}
.gx-mobile .line {
height: 0.02667rem;
background: #b71d26;
margin-top: 0.74667rem;
margin-bottom: 0.4rem;
}
.gx-mobile .suggested .suggested-content .suggested-item {
padding-top: 0.32rem;
padding-bottom: 0.34667rem;
border-bottom: 0.02667rem solid #979797ff;
}
.gx-mobile .suggested .suggested-content .suggested-item .suggested-item_title {
font-size: 0.42667rem;
line-height: 0.69333rem;
letter-spacing: 0;
color: #000000;
}
.gx-mobile .suggested .suggested-content .suggested-item .suggested-item_details {
margin-top: 0.42667rem;
display: flex;
}
.gx-mobile .suggested .suggested-content .suggested-item .suggested-item_details .suggested-item_img {
width: 3.52rem;
flex: 0 0 3.52rem;
height: 2.66667rem;
margin-right: 0.42667rem;
}
.gx-mobile .suggested .suggested-content .suggested-item .suggested-item_details .suggested-item_subtitle {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.gx-mobile .suggested .suggested-content .suggested-item .suggested-item_details .suggested-item_subtitle .subtitle {
font-size: 0.37333rem;
font-weight: normal;
line-height: 0.45333333rem;
letter-spacing: 0;
color: #555555;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
width: 9.15547rem;
}
.gx-mobile .suggested .suggested-content .suggested-item .times {
display: flex;
align-items: center;
justify-content: space-between;
}
.gx-mobile .suggested .suggested-content .suggested-item .times .left {
display: flex;
align-items: center;
font-size: 0.26667rem;
font-weight: normal;
line-height: 0.34667rem;
letter-spacing: 0;
color: #a3a3a3;
}
.gx-mobile .suggested .suggested-content .suggested-item .times .left span {
margin-right: 0.16rem;
}
.gx-mobile .suggested .suggested-content .suggested-item .times .left span:last-child {
margin-right: 0;
}
.gx-mobile .suggested .suggested-content .suggested-item .times .right img {
width: 0.37333rem;
height: 0.37333rem;
}
.gx-mobile .suggested .suggested-content .suggested-item .times-line {
width: 0.02667rem;
height: 0.13333rem;
opacity: 1;
background: #a3a3a3;
}
.gx-mobile .suggested .suggested-content .suggested-item .times.no-cover {
margin-top: 0.32rem;
}
.gx-mobile .suggested .suggested-title {
font-size: 0.58667rem;
line-height: 0.69333rem;
letter-spacing: 0;
color: #000000;
}
.editor-charge {
color: #b0b0b0ff;
font-size: 12px;
font-weight: 400;
margin-top: 0.42667rem;
}
#voteHiddenBlock {
position: fixed;
left: 0;
top: 0;
z-index: -1;
opacity: 0;
visibility: hidden;
width: 100%;
padding: 0.48rem;
}
#voteHiddenBlock .voteHiddenContent {
margin-top: 0.53333333rem;
padding: 0.42666667rem 0.37333333rem;
background: #F9F9F9;
border-radius: 0.10666667rem;
}
#voteHiddenBlock .voteHiddenContent .voteHiddenTitle {
width: 100%;
}
.vote {
position: relative;
margin-top: 0.53333333rem;
padding: 0.42666667rem 0.37333333rem;
background: #F9F9F9;
border-radius: 0.10666667rem;
}
.vote .title {
width: 100%;
margin-top: 0;
font-size: 0.42667rem;
line-height: 0.64rem;
font-weight: bold;
color: #000;
margin-bottom: 0.32rem !important;
}
.vote .title .t-icon {
width: 1.36rem;
height: 0.48rem;
margin-right: 0.13333rem;
display: flex;
align-items: center;
float: left;
z-index: 99999;
}
.vote .title .t-icon .icon-img {
width: 0.48rem;
height: 0.48rem;
background-image: url("../image/vote/icon_live.png");
background-size: 100% 100%;
}
.vote .title .t-icon span {
width: 0.88rem;
height: 0.48rem;
line-height: 0.48rem;
font-size: 0.32rem;
display: inline-block;
background-color: #666;
text-align: center;
font-weight: normal;
color: #ffffff;
}
.vote .ptxt {
margin: 0.21333rem 0 0.32rem 0;
font-size: 0.32rem;
line-height: 0.42667rem;
font-weight: normal;
color: #555555;
}
.vote .btns1 {
display: flex;
justify-content: space-between;
}
.vote .btns1 .s {
width: 4.21653rem;
border-radius: 0.02667rem;
font-size: 0.37333rem;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
padding: 0.21333rem 0.32rem;
}
.vote .btns1 .s1 {
background: linear-gradient(270deg, #486FFF 0%, #5A88FF 100%);
border-top-left-radius: 0.08rem;
border-top-right-radius: 0.08rem;
border-bottom-right-radius: 0.2rem;
border-bottom-left-radius: 0.08rem;
}
.vote .btns1 .s2 {
background: linear-gradient(270deg, #63D4FF 0%, #50BDE7 100%);
border-top-left-radius: 0.2rem;
border-top-right-radius: 0.08rem;
border-bottom-left-radius: 0.08rem;
border-bottom-right-radius: 0.08rem;
}
.vote .aft.anmite-vote .jdat .s1 {
animation: voteProgressIn;
animation-duration: 1s;
animation-fill-mode: forwards;
}
.vote .aft .jdat {
height: 0.29333rem;
display: flex;
}
.vote .aft .jdat .pkjd-box {
display: flex;
width: 100%;
}
.vote .aft .jdat .s {
display: inline-block;
height: 0.29333rem;
}
.vote .aft .jdat .s1 {
width: 50%;
flex-shrink: 0;
height: 0.29333rem;
background: linear-gradient(270deg, #486FFF 0%, #5A88FF 100%);
border-top-left-radius: 0.02666667rem;
border-bottom-left-radius: 0.02666667rem;
border-top-right-radius: 0.048rem;
border-bottom-right-radius: 0.16rem;
transition: all;
}
.vote .aft .jdat .s2 {
flex: 1;
flex-shrink: 0;
height: 0.29333rem;
background: linear-gradient(270deg, #63D4FF 0%, #50BDE7 100%);
border-top-left-radius: 0.16rem;
border-top-right-radius: 0.02666667rem;
border-bottom-right-radius: 0.02666667rem;
border-bottom-left-radius: 0.048rem;
}
.vote .aft .bf {
display: flex;
justify-content: space-between;
margin-top: 0.21333333rem;
}
.vote .aft .bf.sigle {
gap: 0.50666667rem;
}
.vote .aft .bf.sigle .lt,
.vote .aft .bf.sigle .rt {
width: 50%;
}
.vote .aft .bf.sigle .lt .lt-s2,
.vote .aft .bf.sigle .rt .lt-s2 {
word-break: break-all;
}
.vote .aft .bf.sigle .rt {
display: flex;
justify-content: flex-end;
}
.vote .aft .bf .lt {
width: 45%;
display: flex;
font-size: 0.37333rem;
line-height: 0.48rem;
}
.vote .aft .bf .lt .lt-s1 {
color: #496fff;
font-weight: bold;
}
.vote .aft .bf .lt .mr {
margin-right: 0.05333333rem;
font-weight: bold;
}
.vote .aft .bf .lt .lt-s2 {
color: #555555;
}
.vote .aft .bf .lt img {
width: 0.32rem;
height: 0.32rem;
margin-top: 0.08rem;
}
.vote .aft .bf .lt .rtbf {
color: #50bde7;
margin-left: 0.05333333rem;
}
.vote .aft .bf .rt {
width: 45%;
display: flex;
font-size: 0.37333rem;
font-weight: normal;
line-height: 0.48rem;
}
.vote .aft .bf .rt .lt-s1 {
color: #496fff;
font-weight: bold;
}
.vote .aft .bf .rt .mr {
margin-left: 0.05333rem;
margin-right: 0.05333rem;
}
.vote .aft .bf .rt .lt-s2 {
color: #555555;
}
.vote .aft .bf .rt img {
width: 0.32rem;
height: 0.32rem;
margin-top: 0.08rem;
}
.vote .aft .bf .rt .rtbf {
color: #50bde7;
margin-left: 0.05333rem;
margin-right: 0.05333rem;
}
.vote .bts2 {
overflow: hidden;
}
.vote .bts2 .btsIem {
padding: 0.2rem;
line-height: 0.53333333rem;
border-radius: 0.08rem;
background: #FFFFFF;
border: 0.01333333rem solid #EDEDED;
color: #222;
text-align: center;
margin-bottom: 0.21333333rem;
font-size: 0.37333333rem;
}
.vote .bts2 .btsIem:last-child {
margin-bottom: 0;
}
.vote .bts2.mht {
height: auto;
max-height: unset;
}
.vote .bts3 {
overflow: hidden;
}
.vote .bts3 .zsbox {
margin-bottom: 0.42667rem;
}
.vote .bts3 .zsbox .bf {
display: flex;
justify-content: space-between;
gap: 0.26666667rem;
margin-bottom: 0.21333333rem;
position: relative;
line-height: 0.48rem;
}
.vote .bts3 .zsbox .bf .sumBox {
display: flex;
justify-content: space-between;
gap: 0.10666667rem;
}
.vote .bts3 .zsbox .bf .sumBox img {
margin-top: 0.10666667rem;
margin-left: 0.10666667rem;
width: 0.32rem;
height: 0.32rem;
}
.vote .bts3 .zsbox .bf .sumBox .stx {
font-size: 0.4rem;
line-height: 0.48rem;
color: #555555;
}
.vote .bts3 .zsbox .bf .sbf {
font-size: 0.42666667rem;
font-weight: bold;
line-height: 0.53333333rem;
color: #666666;
}
.vote .bts3 .zsbox .bf .sbf.active {
color: #496FFF;
}
.vote .bts3 .zsbox .jd {
display: flex;
align-items: center;
background: #EFEFEF;
}
.vote .bts3 .zsbox .jd .s {
display: inline-block;
height: 0.29333333rem !important;
}
.vote .bts3 .zsbox .jd .s1 {
position: relative;
width: 20%;
}
.vote .bts3 .zsbox .jd .s1.anmite-vote::before {
animation-name: voteProgressFull;
animation-duration: 1s;
animation-fill-mode: forwards;
}
.vote .bts3 .zsbox .jd .s1.active::before {
background: linear-gradient(270deg, #486FFF 0%, #5A88FF 100%);
}
.vote .bts3 .zsbox .jd .s1::before {
content: '';
position: absolute;
height: 0.29333333rem !important;
width: 0%;
background: linear-gradient(270deg, #999999 1%, #999999 98%);
}
.vote .bts3 .zsbox:last-child {
margin-bottom: 0;
}
.vote .bts3.mht2 {
height: auto;
max-height: unset;
}
.vote-line {
margin-top: 0.42666667rem;
width: 100%;
height: 0.01333333rem;
background: #EDEDED;
margin-bottom: 0.8rem;
}
.timeline-line {
margin-top: 0.53333333rem;
width: 100%;
height: 0.01333333rem;
background: #EDEDED;
}
.timeline {
margin-bottom: 0.90666667rem;
}
.timeline .timeline_title {
margin-top: 0.42666667rem;
margin-bottom: 0.16rem;
font-size: 0.45333333rem;
font-weight: bold;
color: #222222;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
word-break: break-all;
}
.timeline .timeLine_list {
padding-left: 0.45333333rem;
}
.timeline .timeLine_list .timeLine_list_item {
position: relative;
padding-bottom: 0.48rem;
}
.timeline .timeLine_list .timeLine_list_item:first-child {
padding-top: 0.21333333rem;
}
.timeline .timeLine_list .timeLine_list_item:last-child {
padding-bottom: 0.26666667rem;
}
.timeline .timeLine_list .timeLine_list_item:last-child .timeLine_list_item_line {
height: 0.13333333rem;
}
.timeline .timeLine_list_item_line {
position: absolute;
left: -0.34666667rem;
top: 0;
height: 100%;
opacity: 0.1;
width: 0.02666667rem;
z-index: 1;
}
.timeline .timeLine_list_item_title {
position: relative;
margin-bottom: 0.21333333rem;
font-size: 0.37333333rem;
font-weight: bold;
line-height: 0.42666667rem;
color: #ED2800;
}
.timeline .timeLine_list_item_title .timeLine_list_item_title_icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -0.45333333rem;
z-index: 10;
}
.timeline .timeLine_list_item_content {
font-size: 0.45333333rem;
line-height: 0.66666667rem;
color: #222222;
}
.timeline .timeline_more {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 1.06666667rem;
border-radius: 0.08rem;
background: #F5F5F5;
font-size: 0.37333333rem;
line-height: 1.06666667rem;
color: #000000;
}
.timeline .timeline_more img {
width: 0.42666667rem;
height: 0.42666667rem;
}
.email-sub {
width: 9.14667rem;
background: #b71d2608;
padding: 0.42667rem;
}
.email-sub .sub-title p {
color: #b71d26ff;
font-size: 0.58667rem;
font-weight: 0;
margin-right: 3.46667rem;
}
.email-sub .sub-title img {
width: 0.48rem;
height: 0.48rem;
}
.email-sub .sub-inpt {
display: flex;
align-items: center;
margin: 0.26667rem 0;
}
.email-sub .sub-inpt img {
width: 1.1rem;
height: 1.17333rem;
}
.email-sub .sub-inpt .inpt-txt {
display: flex;
justify-content: space-between;
align-items: center;
width: 6.88rem;
margin-left: 0.31333rem;
}
.email-sub .sub-inpt .inpt-txt input {
width: 4.56rem;
height: 0.96rem;
border-radius: 0.02613rem;
border: 0.02613rem solid #eeeeeeff;
background: #ffffffff;
padding: 0.26667rem 0 0.26667rem 0.32rem;
color: #9e9e9eff;
font-size: 0.32rem;
box-sizing: border-box;
}
.email-sub .sub-inpt .inpt-txt span {
width: 2.32rem;
height: 0.96rem;
line-height: 0.96rem;
text-align: center;
display: inline-block;
color: #ffffffff;
font-size: 0.37333rem;
background-color: #b71d26;
}
.email-sub .sub-agree {
color: #000000ab;
text-align: left;
font-size: 0.32rem;
}
.email-sub .sub-agree span {
display: inline-block;
height: 0.42667rem;
border-bottom: 0.02667rem solid #b71d26ff;
color: #b71d26ff;
text-align: left;
font-size: 0.32rem;
}
.hidden {
display: none;
}
#newsContent .swiper-block {
width: 9.14667rem;
height: 6.85333rem;
position: relative;
overflow: hidden;
margin-bottom: 0.42666667rem;
border-radius: 0.08rem;
}
#newsContent .swiper-block img {
object-fit: cover;
height: 100%;
}
#newsContent .swiper-block .swiper-pagination {
left: unset;
right: 0.16rem;
width: unset;
display: flex;
align-items: center;
}
#newsContent .swiper-block .swiper-pagination-bullet {
width: 0.26666667rem;
height: 0.08rem;
margin: 0;
background: transparent;
}
#newsContent .swiper-block .swiper-pagination-bullet::after {
display: block;
content: "";
background: url("../image/swiper_not_active.svg");
width: 0.26666667rem;
height: 0.08rem;
background-repeat: no-repeat;
background-size: 100%;
}
#newsContent .swiper-block .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 0.05333333rem;
}
#newsContent .swiper-block .swiper-pagination-bullet-active {
background: transparent;
width: 0.37333333rem;
height: 0.08rem;
}
#newsContent .swiper-block .swiper-pagination-bullet-active::after {
display: block;
content: "";
background: url("../image/swiper_active.svg");
width: 0.37333333rem;
height: 0.08rem;
background-repeat: no-repeat;
background-size: 100%;
}
#newsContent .preview-audio-player {
display: flex;
align-items: center;
border: 0.02666667rem solid rgba(0, 0, 0, 0.05);
box-shadow: 0px 0.05333333rem 0.21333333rem 0px rgba(0, 0, 0, 0.05);
border-radius: 0.10666667rem;
padding: 0.32rem 0.42666667rem;
background: #fff;
margin-bottom: 0.42666667rem;
}
#newsContent .preview-audio-player.cover .left {
width: 2.13333333rem;
height: 2.13333333rem;
}
#newsContent .preview-audio-player .left {
width: 1.17333333rem;
height: 1.17333333rem;
flex-shrink: 0;
}
#newsContent .preview-audio-player .left .audio-pause-icon,
#newsContent .preview-audio-player .left .audio-play-icon {
display: none;
}
#newsContent .preview-audio-player .left .audio-pause-icon.active,
#newsContent .preview-audio-player .left .audio-play-icon.active {
display: block;
}
#newsContent .preview-audio-player .right {
flex: 1;
margin-left: 0.42666667rem;
}
#newsContent .preview-audio-player .right .audio-title {
width: 6.58666667rem;
font-size: 0.4rem;
font-weight: bold;
height: 0.45333333rem;
line-height: 0.48rem;
color: #222222;
margin-bottom: 0.29333333rem;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
}
#newsContent .preview-audio-player .right .audio-progress-block {
height: 2px;
background: #f5f5f5;
position: relative;
}
#newsContent .preview-audio-player .right .audio-progress-block .audio-progressed {
position: absolute;
left: 0;
height: 2px;
top: 0;
background: #ED2800;
}
#newsContent .preview-audio-player .right .audio-time {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 10px;
line-height: 12px;
color: #B0B0B0;
margin-top: 4px;
}
#newsContent .preview-audio-player-cover {
display: flex;
height: 2.13333333rem;
width: 100%;
border-radius: 0.10666667rem;
border: 1px solid rgba(0, 0, 0, 0.05);
box-shadow: 0px 0.05333333rem 0.21333333rem 0px rgba(0, 0, 0, 0.05);
padding: 0.21333333rem;
margin-bottom: 0.42666667rem;
}
#newsContent .preview-audio-player-cover .left {
width: 1.70666667rem;
height: 1.70666667rem;
flex-shrink: 0;
}
#newsContent .preview-audio-player-cover .right {
flex: auto;
margin-left: 0.21333333rem;
background: #fff;
}
#newsContent .preview-audio-player-cover .right .audio-title {
font-size: 0.32rem;
font-weight: 500;
line-height: 0.42666667rem;
color: #000000;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
}
#newsContent .preview-audio-player-cover .right .audio-extra .audio-time {
font-size: 0.26666667rem;
font-weight: normal;
line-height: 0.34666667rem;
color: #999999;
margin-top: 0.10666667rem;
}
#newsContent .preview-audio-player-cover .right .audio-extra .audio-extral-iocn {
display: flex;
}
#newsContent .preview-audio-player-cover .right .audio-extra .audio-extral-iocn .audio-bg {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin-top: 0.13333333rem;
}
#newsContent .preview-audio-player-cover .right .audio-extra .audio-extral-iocn .audio-bg img {
margin: unset !important;
}
#newsContent .preview-audio-player-cover .right .audio-extra .audio-extral-iocn .audio-bg img:first-child {
height: 0.32rem;
}
#newsContent .preview-audio-player-cover .right .audio-extra .audio-extral-iocn .audio-bg img.audio-play-icon,
#newsContent .preview-audio-player-cover .right .audio-extra .audio-extral-iocn .audio-bg img.audio-pause-icon {
width: 0.64rem;
height: 0.64rem;
display: none;
flex-shrink: 0;
}
#newsContent .preview-audio-player-cover .right .audio-extra .audio-extral-iocn .audio-bg img.audio-play-icon.active,
#newsContent .preview-audio-player-cover .right .audio-extra .audio-extral-iocn .audio-bg img.audio-pause-icon.active {
display: block;
}
#newsContent .preview-link-card-mobile {
display: block;
padding: 0.24rem;
border-radius: 0.10666667rem;
cursor: pointer;
color: unset !important;
margin-bottom: 0.42666667rem;
text-decoration: unset !important;
background: #F5F5F5;
border: 0.02666667rem solid rgba(0, 0, 0, 0.05);
}
#newsContent .preview-link-card-mobile.card-image {
display: flex;
align-items: center;
}
#newsContent .preview-link-card-mobile.card-image .left {
flex: 0 0 1.17333rem;
width: 1.17333rem;
height: 1.17333rem;
}
#newsContent .preview-link-card-mobile.card-image .left img {
width: 100%;
height: 100%;
object-fit: cover;
}
#newsContent .preview-link-card-mobile.card-image .right {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-left: 0.26667rem;
height: 1.17333rem;
}
#newsContent .preview-link-card-mobile .preview-link-title {
font-size: 0.37333333rem;
height: 0.53333333rem;
line-height: 0.53333333rem;
color: #50749A;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
word-break: break-all;
}
#newsContent .preview-link-card-mobile .preview-link {
display: none;
align-items: center;
line-height: 0.37333rem;
}
#newsContent .preview-link-card-mobile.card-image .preview-link-title {
-webkit-line-clamp: 2;
line-clamp: 2;
height: 1.06666667rem;
}
#newsContent .preview-link-card-mobile.card-image .preview-link {
display: none;
margin-bottom: 0.13333rem;
}
#newsContent .preview-link-card-mobile .preview-link-title img {
position: relative;
top: 0.08rem;
width: 0.42666667rem;
height: 0.42666667rem;
display: unset;
background: unset;
margin: 0;
margin-right: 0.16rem;
}
#newsContent .preview-link-card-mobile .preview-link span {
font-size: 0.26667rem;
color: #50749A;
margin-left: 0.05333rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
word-break: break-all;
}
.sharePoster {
height: 0.96rem;
position: relative;
}
.sharePoster .news {
width: 0.74666667rem;
height: 0.32rem;
position: absolute;
right: -0.21333333rem;
top: -0.13333333rem;
z-index: 11;
}
.share {
margin-top: 0.64rem;
height: 0.96rem;
}
.share .share-wrapper + .share-wrapper {
margin-left: -0.10666667rem;
}
.share .share-content {
display: flex;
align-items: center;
position: absolute;
z-index: 10;
left: calc(45% + 0.18rem);
top: 50%;
transform: translate(-50%, -50%);
min-width: 1.6rem;
}
.share .share-content img {
width: 0.53333333rem;
height: 0.53333333rem;
}
.share .share-content span {
margin-left: 0.08rem;
font-size: 0.32rem;
color: #666666;
}
.share-wechat {
height: 0.96rem;
}
.share-wechat.center .share-content {
left: calc(45% + 0.25rem);
}
.share-wechat .share-content {
left: calc(45% + 0.2rem);
}
.share-wechat-circle {
height: 0.96rem;
}
.share-wechat-circle .share-content {
left: calc(45% + 0.2rem);
min-width: 1.8rem;
}
.share-weibo {
height: 0.96rem;
}
.share-weibo .share-content {
left: calc(45% + 0.4rem);
}
.share-box {
float: left;
box-sizing: border-box;
width: 33.3%;
position: relative;
}
.share-box:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: calc(100% - 0.42666667rem);
height: 0.90666667rem;
border: 1px solid #EDEDED;
border-right: 0;
border-top-left-radius: 0.08rem;
border-bottom-left-radius: 0.08rem;
}
.share-box-center {
float: left;
box-sizing: border-box;
width: 33.3%;
position: relative;
}
.share-box-center:before {
content: '';
position: absolute;
left: 0.42666667rem;
top: 0;
width: calc(100% - 0.85333333rem);
height: 0.90666667rem;
border: 1px solid #EDEDED;
border-left: 0;
border-right: 0;
}
.share-box-last {
float: left;
box-sizing: border-box;
width: 33.3%;
position: relative;
}
.share-box-last:before {
content: '';
position: absolute;
right: 0;
top: 0;
width: calc(100% - 0.42666667rem);
height: 0.90666667rem;
border: 1px solid #EDEDED;
border-left: 0;
border-top-right-radius: 0.08rem;
border-bottom-right-radius: 0.08rem;
}
.sharePointRight {
position: absolute;
right: 0;
top: 0px;
width: 0.42666667rem;
height: 0.96rem;
z-index: 1;
}
.sharePointRight.coincide {
right: 0.01333333rem;
}
.sharePointLeft {
position: absolute;
left: 0;
top: 0;
width: 0.42666667rem;
height: 0.96rem;
z-index: 1;
}
#newsContent .en-scroll-text {
position: relative;
display: flex;
align-items: center;
gap: 0.21333333rem;
padding: 0.21333333rem;
height: 1.06666667rem;
padding-left: 0;
overflow: hidden;
margin-bottom: 0.42666667rem;
border-radius: 0.10666667rem;
background: #FFFFFF;
border: 0.02666667rem solid rgba(0, 0, 0, 0.05);
box-shadow: 0px 0.05333333rem 0.21333333rem 0px rgba(0, 0, 0, 0.05);
}
#newsContent .en-scroll-text::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 0.21333333rem;
height: 100%;
background: #FFFFFF;
}
#newsContent .scroll-text-left {
position: absolute;
top: 0;
left: 0;
padding-left: 0.21333333rem;
padding-right: 0.21333333rem;
width: 1.06666667rem !important;
height: 100%;
margin: 0;
z-index: 9;
background: #FFFFFF;
}
#newsContent .en-scroll-text img {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0.21333333rem;
width: 0.64rem !important;
height: 0.64rem !important;
margin: 0;
z-index: 10;
}
#newsContent .en-scroll-text .swiper-txet {
white-space: nowrap;
color: #333333ff;
text-align: left;
padding-left: 1.06666667rem;
font-size: 0.32rem;
height: 0.42666667rem;
line-height: 0.42666667rem;
}
#newsContent .en-echart {
margin-bottom: 0.42666667rem;
}
#newsContent .en-echart .en-echart-title {
font-size: 0.37333333rem;
line-height: 0.48rem;
margin-bottom: 0.32rem;
font-weight: bold;
color: #333333;
word-break: break-all;
}
#newsContent .en-echart .en-echart-yname {
display: inline-flex;
font-size: 0.32rem;
line-height: 0.42666667rem;
color: #6e7079;
word-break: break-all;
margin-top: 0.16rem;
}
#newsContent .en-table {
display: flex;
justify-content: center;
flex-direction: column;
margin-bottom: 0.42666667rem;
}
#newsContent .en-table .en-table-title {
font-size: 0.37333333rem;
line-height: 0.48rem;
margin-bottom: 0.32rem;
font-weight: bold;
color: #333333;
word-break: break-all;
}
#newsContent .en-text-1 {
padding: 0.32rem;
border-left: 0.05866667rem solid #ED2800;
background: #faf3f4;
margin-bottom: 0.42666667rem;
}
#newsContent .en-text-1-title {
position: relative;
font-size: 0.4rem;
line-height: 0.53333333rem;
color: #000000;
word-break: break-all;
}
#newsContent .en-text-1-title img {
position: absolute;
left: 0;
top: -0.10666667rem;
width: 0.64rem;
height: 0.37333333rem;
}
#newsContent .en-text-2 {
padding: 0.08rem;
border: 0.08rem solid #ED2800;
margin-bottom: 0.42666667rem;
}
#newsContent .en-text-2-title {
padding: 0.32rem;
border: 0.02666667rem solid #ED2800;
font-size: 0.4rem;
line-height: 0.53333333rem;
color: #000000;
}
#newsContent .en-text-3 {
position: relative;
border: 0.02666667rem solid #ED2800;
padding: 0.42666667rem 0.32rem 0.32rem 0.32rem;
margin-bottom: 0.42666667rem;
}
#newsContent .en-text-3 .en-text-3-title {
display: flex;
align-items: center;
gap: 0.16rem;
position: absolute;
left: 0.53333333rem;
top: -0.24rem;
height: 0.48rem;
background: #fff;
padding-right: 0.16rem;
font-size: 0.37333333rem;
line-height: 0.48rem;
color: #ED2800;
}
#newsContent .en-text-3 .en-text-3-title .en-text-3-point {
width: 0.13333333rem;
height: 0.13333333rem;
background: #ED2800;
}
#newsContent .en-text-3 .en-text-3-content {
font-size: 0.4rem;
line-height: 0.53333333rem;
color: #000000;
}
#newsContent .en-text-4 {
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
width: 5.30666667rem;
height: 1.17333333rem;
background-repeat: no-repeat;
background-size: 100%;
font-size: 0.48rem;
line-height: 0.58666667rem;
margin: 0 auto;
margin-bottom: 0.42666667rem;
}
#newsContent .en-text-4 .en-text-4-end {
position: absolute;
bottom: 0;
right: 0;
border: 0.05333333rem solid #fff;
border-right: 0;
border-bottom: 0;
background: #ED2800;
width: 0.21333333rem;
height: 0.21333333rem;
}
#newsContent .en-text-5 {
display: flex;
justify-content: center;
margin-bottom: 0.42666667rem;
}
#newsContent .en-text-5-block {
display: flex;
align-items: center;
height: 1.17333333rem;
}
#newsContent .en-text-5-num {
display: flex;
align-items: center;
justify-content: center;
width: 1.17333333rem;
height: 1.17333333rem;
background: #ED2800;
color: #fff;
font-size: 0.48rem;
line-height: 0.58666667rem;
color: #FFFFFF;
}
#newsContent .en-text-5-title {
display: flex;
align-items: center;
justify-content: center;
width: 5.06666667rem;
height: 1.17333333rem;
background: #f4e8e9;
font-size: 0.48rem;
line-height: 0.58666667rem;
color: #ED2800;
}
.statement {
margin-top: 0.53333333rem;
font-size: 0.32rem;
line-height: 0.37333333rem;
color: #CCCCCC;
text-align: justify;
}
.active-wrapper {
margin-top: 0.53333333rem;
margin-bottom: 0.77333333rem;
height: 1.28rem;
padding-left: 0.10666667rem;
padding-right: 0.10666667rem;
border-radius: 0.08rem;
background: #F5F5F5;
border: 0.5px solid rgba(0, 0, 0, 0.05);
}
.active-wrapper .active-image {
float: left;
margin-top: 0.09333333rem;
width: 0.8rem;
height: 1.06666667rem;
}
.active-wrapper .active-title {
float: left;
margin-top: 0.38666667rem;
margin-left: 0.21333333rem;
width: 6.93333333rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
word-break: break-all;
font-size: 0.34666667rem;
line-height: 0.53333333rem;
font-weight: bold;
color: #222222;
}
.active-wrapper .active-title .active-line {
position: relative;
display: inline-block;
top: 0.05333333rem;
height: 0.34666667rem;
width: 0.04rem;
margin: 0 0.10666667rem;
background: #222;
}
.active-wrapper .active-right-icon {
float: right;
width: 0.42666667rem;
height: 0.42666667rem;
margin-right: 0.22666667rem;
margin-top: 0.44rem;
}
.article-source {
position: relative;
padding-left: 0.18666667rem;
margin-right: 0.21333333rem;
}
.article-source:before {
display: block;
left: 0;
top: 0.08rem;
position: absolute;
content: '';
background-image: url("../image/sourceIocn.svg");
background-repeat: no-repeat;
background-size: 100%;
width: 0.08rem;
height: 0.37333333rem;
}
@keyframes voteProgressFull {
100% {
width: 100%;
}
}
.reload-page {
margin-bottom: 15px;
outline: none;
position: relative;
display: inline-block;
font-weight: 400;
white-space: nowrap;
text-align: center;
background-image: none;
background-color: transparent;
border: 1px solid transparent;
cursor: pointer;
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
user-select: none;
touch-action: manipulation;
line-height: 1.57142857;
color: rgba(0, 0, 0, 0.88);
font-size: 14px;
height: 32px;
padding: 4px 15px;
border-radius: 6px;
box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
color: #fff;
background-color: #4096ff;
}
/*# sourceMappingURL=index.css.map */
\ No newline at end of file
... ...
{"version":3,"sources":["index.less"],"names":[],"mappings":"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","file":"index.css"}
\ No newline at end of file
... ...