printstyle.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .pd10{padding-bottom: 10px;}
  2. body.pcs{min-width: 1200px!important;}
  3. .container{margin: 0 auto;}
  4. .pflexjs{display: flex;justify-content: space-between;align-items: stretch;}
  5. .pflexc{display: flex;align-items: center;}
  6. .pflex1{flex: 1;}
  7. .pflex2{flex: 0 0 auto;}
  8. .foot_line{width: 100%;height: 6px;background-color: #eee;}
  9. /* .p_container{position: relative;width: 1584px;margin: 0 auto;min-height: calc(100vh - 100px);overflow: auto;} */
  10. .p_container{position: relative;margin: 0 auto;overflow: auto;}
  11. .mb28{margin-bottom: 28px;}
  12. .mb30{margin-bottom: 30px;}
  13. /* 左侧导航栏 */
  14. /* .pleft{position: absolute;width: 140px;left: 0px;top: 191px;z-index: 5;display: none;}
  15. .pleft a{width: 100%;height: 35px;line-height: 35px;text-align: center;font-size: 16px;display: block;}
  16. .pleft .pleft_tit{background: #014582;color: #FFFFFF;margin-bottom: 12px;width: 100%;height: 35px;line-height: 35px;text-align: center;font-size: 16px;cursor: pointer;}
  17. .pleft li{margin-bottom: 8px;}
  18. .pleft li a{background:#F4F4F4;color: #014582;text-decoration: none;}
  19. .pleft li a.act{background: #2C91EB;color: #FFFFFF;}
  20. .pleft li a.act:hover{color: #FFFFFF!important;} */
  21. /* 分页 */
  22. .p_page{text-align: center;padding: 40px 0;}
  23. .p_page .page{display: inline-block;hyphenate-limit-lines: 30px;padding: 0 10px;box-sizing: border-box;font-size: 12px;
  24. color: #676767;line-height: 28px;margin: 0 3px;border: 1px solid #DDDDDD;cursor: pointer;}
  25. .p_page .page.nobor{border:none}
  26. .p_page .page.act{border:1px solid #014582!important;color: #000000;background: #EEEEEE;}
  27. /* 新版本的潜润 */
  28. .qr_bg{width: 100%;height: 410px;background-image: url(../images/printimg/prbg.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
  29. .qr_bg .u-pagepath{padding:12px 13px 10px;}
  30. .qrt_rtop.u-pagepath{padding: 13px 0 11px 13px;}
  31. .qrt_rimg{width: 12px;height: 12px;margin-right: 7px;}
  32. .qrt_rtit{font-size: 15px;color: #303030;line-height: 18px;}
  33. .qrleft{width: 309px;border: 1px solid #DDDDDD;padding:6px 20px 13px;box-sizing: border-box;}
  34. .qrl_tit{font-size: 24px;font-weight: bold;color: #1A5CBF;border-bottom: 2px solid #1A5CBF;padding: 6px 0;margin-bottom: 22px;}
  35. .qrleft li{margin-top:13px;}
  36. .qrleft li:first-child{margin-top: 0;}
  37. .qrleft li a{width: 100%;height: 40px;text-align: center;background: #DDDDDD;font-size: 18px;color: #333333;line-height: 40px;display: block;position: relative;}
  38. .qrleft li a.act{color: #3366D1;background: #e8f1f8;}
  39. .qrli_img{width: 20px;height: 20px;position: absolute;left: 30px;top: 10px;display: none;}
  40. .qrleft li a.act .qrli_img{display: block;}
  41. .qrright{width: 875px;border: 1px solid #DDDDDD;padding: 0 20px;box-sizing: border-box;display: flex;flex-direction: column;}
  42. .qrright ul{flex: 1;}
  43. .qrright li{display: flex;align-items: center;overflow: hidden;padding: 9px 0;}
  44. .qrright li a{font-size: 16px;color: #000000;flex: 1;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 8px;position: relative;text-align: left;}
  45. .qrright li a::before{ content: "";display: inline-block;width: 3px;height: 3px;background: #1a5cbf;position: relative; border-radius: 50%;left: -6px;top: -4px;}
  46. .qrright li span{font-size: 13px;color: #888888;flex: 0 0 auto;}
  47. .qrright .p_page{text-align: center;flex: 0 0 auto;padding: 10px 0;}
  48. /* 详情页 */
  49. .qrd_bg{width: 100%;height: 410px;background-image: url(../images/printimg/prdbg.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
  50. .prd_box{width: 100%;border: 1px solid #E3E3E3;padding: 0 48px;box-sizing: border-box;margin-top: 50px;}
  51. .prd_btit{border-bottom: 1px dashed #E3E3E3;margin-top: 24px;}
  52. .prd_tit{font-size: 28px;text-align: center;font-weight: bold;
  53. color: #164FA6;margin-bottom: 10px;}
  54. .prd_txt{text-align: center;font-size: 16px;color: #888888;margin-bottom: 5px;}
  55. .prd_timg{display: flex;align-items: center;justify-content: flex-end;}
  56. .prd_timg img{width: 16px;height: 16px;margin-left: 7px;cursor: pointer;}
  57. .prd_main{padding: 25px 0;}
  58. .prd_main p{font-size: 18px;color: #000000;text-indent: 2em;line-height: 32px;}
  59. .prd_main img{margin:20px auto;display: block;max-width: 100%;}
  60. .prd_mr{display: flex;align-items: center;justify-content: flex-end;font-size: 13px;color: #333333;cursor: pointer;padding-bottom: 34px;}
  61. .prd_mra{min-width: 90px;
  62. height: 26px;
  63. border: 1px solid #CECECE;display: flex;align-items: center;justify-content: center;padding: 0 8px;box-sizing: border-box;margin-left: 4px;}
  64. .prd_mra img{width: 16px;height: 16px;margin-right: 5px;}
  65. .prd_foot{padding: 40px 0px;border-top: 1px dashed #E3E3E3;display: flex;align-items: center;justify-content: center;}
  66. .p_page{}
  67. .prd_foota{font-size: 14px;color: #0078D3;width: 50%;flex: 0 0 auto;max-width: 390px;overflow: hidden;display: flex;margin-right: 10px;}
  68. .prd_foota span{flex: 0 0 auto;}
  69. .prd_foota a{font-size: 14px;color: #555555;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  70. .qrlefta{display: none;}
  71. .qrlefta .qrl_tit{font-size: 18px;
  72. font-weight: bold;
  73. color: #1A5CBF;
  74. border-bottom: 2px solid #1A5CBF;
  75. padding: 2px 0;
  76. margin-bottom: 2px;}
  77. .qrlefta ul{display: flex;align-items: center;overflow: auto;white-space: nowrap;}
  78. .qrlefta ul li a{width: 100%;
  79. text-align: center;
  80. font-size: 13px;
  81. color: #333333;
  82. line-height: 30px;
  83. min-width: 60px;text-align: center;margin-right:4px;display: block;
  84. }
  85. .qrlefta ul li a.act{background: #e8f1f8;color: #3366D1;}
  86. @media (max-width: 768px) {
  87. /* body.pcs{min-width: auto!important;}
  88. .container{box-sizing: border-box;}
  89. .qr_bg,.qrd_bg{height: 164px;}
  90. .qrt_rtit{font-size: 14px;}
  91. .qrleft{display: none;}
  92. .qrright{width: 100%;}
  93. .qrright li a{font-size: 13px;}
  94. .qrright li span{font-size: 12px;}
  95. .prd_box {margin-top: 20px;padding: 0 20px;}
  96. .prd_btit{margin-top: -13px;}
  97. .prd_tit{font-size: 17px;margin-bottom: 7px;}
  98. .prd_txt{font-size: 13px;}
  99. .prd_timg img{width: 14px;height: 14px;}
  100. .prd_box .prd_main p{font-size: 13px;line-height: 25px;}
  101. .prd_box .prd_main img{width: 100%;}
  102. .prd_foot{padding: 20px 0;display: block;}
  103. .prd_foota{width: 100%;max-width: none;padding: 2px 0;}
  104. .prd_mr{padding-bottom: 10px;}
  105. .prd_mra img{width: 14px;height: 14px;}
  106. .prd_mra{font-size: 12px;}
  107. .p_box.pflexjs{display: block;}
  108. .qrright li{padding: 4px 0;}
  109. .qrlefta{display: block;} */
  110. }