article_detail.css 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .article_container{position: relative;}
  2. .article-title{font-weight: 700;font-size: 18px;margin-bottom: 0;line-height: 2;min-height: 36px;}
  3. .app-container{padding: 10px 35px;}
  4. .pc-container{padding: 15px 320px 15px 20px;overflow: hidden;}
  5. .article-info{margin-bottom: 20px;margin-top: 5px;}
  6. .article-info p{margin-bottom: 0;line-height: 1.5;}
  7. .article-content{word-wrap: break-word;}
  8. /*手机大小*/
  9. .mobile{width: 240px;position: fixed;right: 30px;top: 50%;margin-top: -242.5px;}
  10. /*手机壳大小*/
  11. .mobile-shell,.mobile-status{width: 100%;height: auto;display: block;}
  12. /*浏览器顶部标题*/
  13. .mobile-browser-top{padding: 5px 10px;font-size: 13px;}
  14. .mobile-browser-title{position: absolute;text-align: center;left: 0;right: 0;}
  15. .mobile-browser-top>.pull-left:before{content: "〈 ";position: absolute;left: -5px;}
  16. .mobile-browser-top>.pull-right{font-size: 14px;font-weight: bold;letter-spacing: 1px;}
  17. /*手机顶部状态*/
  18. .mobile-top{position: absolute;top: 53px;left: 13px;right: 12px;color: #fff;z-index: 2;background-color: #2e2d31;}
  19. /*手机内容载体*/
  20. .mobile-container{zoom:0.8;position: absolute;left: 15px;right: 12px;padding: 0 5px;top: 120px;bottom: 65px;overflow: hidden;}
  21. .mobile-text{overflow: hidden;}
  22. .time-look{color: #888;font-size: 12px;margin-bottom: 0;}
  23. /*颜色渐变*/
  24. .black-grey-black {
  25. background: -webkit-linear-gradient(left, #1c1a1e , #2c2b30 , #1a1a1d); /* Safari 5.1 - 6.0 */
  26. background: -o-linear-gradient(right, #1c1a1e , #2c2b30 , #1a1a1d); /* Opera 11.1 - 12.0 */
  27. background: -moz-linear-gradient(right, #1c1a1e , #2c2b30 , #1a1a1d); /* Firefox 3.6 - 15 */
  28. background: linear-gradient(to right, #1c1a1e , #2c2b30 , #1a1a1d); /* 标准的语法 */
  29. }
  30. .shadow-gradient{border-radius: 100%;height: 4px;position: relative;top: -2px;margin: 0 5px;}
  31. .btn-return{background: #f96565;color: #fff;width: 100px;margin: 35px auto 20px;}
  32. /* 设置滚动条的样式 */
  33. .scroll-style::-webkit-scrollbar {width: 5px;}/* 滚动槽 */
  34. .scroll-style::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;}
  35. /* 滚动条滑块 */
  36. .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);}
  37. .scroll-style::-webkit-scrollbar-thumb:window-inactive {background: rgba(0,0,0,0.3);}
  38. .set-img{width: 100%;max-width: 400px;}
  39. .img-contain{text-align: center;}
  40. .clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
  41. .clearfix {zoom:1;}
  42. .fl{float: left;}
  43. .wid-60{width: 60%;}
  44. .wid-40{width:40%}
  45. .c-666{color: #666;}
  46. .c-333{color: #333;}
  47. .article-title2{font-weight: 700;font-size: 18px;margin-bottom: 0;line-height: 1.4;}