|
@ -1,7 +1,7 @@
|
|
.article_container{position: relative;}
|
|
.article_container{position: relative;}
|
|
.article-title{font-weight: 700;font-size: 18px;margin-bottom: 0;line-height: 2;}
|
|
.article-title{font-weight: 700;font-size: 18px;margin-bottom: 0;line-height: 2;}
|
|
.app-container{padding: 10px 35px;}
|
|
.app-container{padding: 10px 35px;}
|
|
.pc-container{padding: 10px 320px 10px 20px;}
|
|
|
|
|
|
.pc-container{padding: 15px 320px 15px 20px;overflow: hidden;}
|
|
.article-info{margin-bottom: 20px;margin-top: 10px;}
|
|
.article-info{margin-bottom: 20px;margin-top: 10px;}
|
|
.article-info p{margin-bottom: 0;line-height: 1.5;}
|
|
.article-info p{margin-bottom: 0;line-height: 1.5;}
|
|
/*手机大小*/
|
|
/*手机大小*/
|
|
@ -16,7 +16,8 @@
|
|
/*手机顶部状态*/
|
|
/*手机顶部状态*/
|
|
.mobile-top{position: absolute;top: 53px;left: 13px;right: 12px;color: #fff;z-index: 2;background-color: #2e2d31;}
|
|
.mobile-top{position: absolute;top: 53px;left: 13px;right: 12px;color: #fff;z-index: 2;background-color: #2e2d31;}
|
|
/*手机内容载体*/
|
|
/*手机内容载体*/
|
|
.mobile-container{zoom:0.8;position: absolute;left: 15px;right: 15px;padding: 0 5px;top: 120px;bottom: 65px;overflow-y: scroll;}
|
|
|
|
|
|
.mobile-container{zoom:0.8;position: absolute;left: 15px;right: 12px;padding: 0 5px;top: 120px;bottom: 65px;overflow: hidden;}
|
|
|
|
.mobile-text{overflow: hidden;}
|
|
.time-look{color: #888;font-size: 12px;margin-bottom: 0;}
|
|
.time-look{color: #888;font-size: 12px;margin-bottom: 0;}
|
|
/*颜色渐变*/
|
|
/*颜色渐变*/
|
|
.black-grey-black {
|
|
.black-grey-black {
|
|
@ -32,4 +33,6 @@
|
|
.scroll-style::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;}
|
|
.scroll-style::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;}
|
|
/* 滚动条滑块 */
|
|
/* 滚动条滑块 */
|
|
.scroll-style::-webkit-scrollbar-thumb {border-radius: 10px;background: rgba(0,0,0,0.1);-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
|
|
.scroll-style::-webkit-scrollbar-thumb {border-radius: 10px;background: rgba(0,0,0,0.1);-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
|
|
.scroll-style::-webkit-scrollbar-thumb:window-inactive {background: rgba(0,0,0,0.3);}
|
|
|
|
|
|
.scroll-style::-webkit-scrollbar-thumb:window-inactive {background: rgba(0,0,0,0.3);}
|
|
|
|
.set-img{width: 100%;max-width: 400px;}
|
|
|
|
.img-contain{text-align: center;}
|