common-normal.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. html,
  2. body{
  3. height: 100%;
  4. }
  5. body {
  6. /* font-family: Source Han Sans CN; */
  7. font-family: microsoft yahei;
  8. font-size: 0.14rem;
  9. margin: 0;
  10. min-width: 1.2rem;
  11. }
  12. .page {
  13. width: 100%;
  14. background-color: #fff;
  15. min-height: 100%;
  16. }
  17. /* 顶部 */
  18. .p-header{
  19. width: 100%;
  20. height: 0.90rem;
  21. width: 100%;
  22. }
  23. .p-header .logo-wrap{
  24. width: 2.79rem;
  25. height: 0.90rem;
  26. margin-right: auto;
  27. }
  28. .p-header .logo-wrap .logo{
  29. width: 1.74rem;
  30. height: auto;
  31. }
  32. .p-header .tab-wrap{
  33. margin-right: 0.60rem;
  34. }
  35. .p-header .tab-wrap .tab{
  36. height: 0.90rem;
  37. width: 1.42rem;
  38. cursor: pointer;
  39. }
  40. .p-header .tab-wrap .tab.active .cn{
  41. color:#10848F;
  42. opacity: 1;
  43. }
  44. .p-header .tab-wrap .tab.active .en{
  45. color:#10848F;
  46. opacity: 1;
  47. }
  48. .p-header .tab-wrap .tab:hover .cn{
  49. color:#10848F;
  50. opacity: 1;
  51. }
  52. .p-header .tab-wrap .tab:hover .en{
  53. color:#10848F;
  54. opacity: 1;
  55. }
  56. .p-header .tab .cn{
  57. font-size: 0.16rem;
  58. color: #242227;
  59. height: 0.16rem;
  60. font-size: 0.16rem;
  61. font-weight: 400;
  62. line-height: 0.16rem;
  63. }
  64. .p-header .tab .en{
  65. margin-top: 0.06rem;
  66. font-size: 0.14rem;
  67. font-weight: 400;
  68. color: #242227;
  69. line-height: 0.21rem;
  70. opacity: 0.6;
  71. }
  72. .p-bgimg .img{
  73. width: 100%;
  74. /* height: 4.00rem;
  75. object-fit: cover; */
  76. }
  77. .p-tab{
  78. height: 0.60rem;
  79. width: 12.00rem;
  80. padding-left: 7px;
  81. margin:0 auto;
  82. border-bottom: 1px solid #eee;
  83. cursor: pointer;
  84. }
  85. .p-tab .tab-item{
  86. width: 1.08rem;
  87. height: 0.60rem;
  88. line-height: 0.60rem;
  89. text-align: center;
  90. font-size: 0.16rem;
  91. color: #5c5b5b;
  92. }
  93. .p-tab .tab-item.active{
  94. color:#10848F;
  95. position: relative;
  96. }
  97. .p-tab .tab-item.active::after{
  98. position: absolute;
  99. left: 50%;
  100. transform: translateX(-50%);
  101. bottom: 1px;
  102. width: 0.60rem;
  103. height: 1px;
  104. background-color: #10848F;
  105. content: "";
  106. }
  107. .p-tab .tab-item:hover{
  108. color:#10848F;
  109. }
  110. .p-rich{
  111. width: 12.00rem;
  112. margin: 0.25rem auto;
  113. font-size: 0.16rem;
  114. line-height: 0.32rem;
  115. color:#464646;
  116. flex:1;
  117. }
  118. .p-bottom {
  119. width: 100%;
  120. background-color: #10848F;
  121. /* margin-top: 0.30rem; */
  122. }
  123. .p-bottom .b-top{
  124. padding-top: 0.40rem;
  125. height: 3.13rem;
  126. border-bottom: 1px solid rgba(255,255,255,.1);
  127. }
  128. .p-bottom .b-top .b-t-logo{
  129. height: 2.22rem;
  130. margin-right: 1.47rem;
  131. padding-top: 0.24rem;
  132. }
  133. .p-bottom .b-top .b-t-logo .img{
  134. width: 1.47rem;
  135. height: auto;
  136. }
  137. .p-bottom .b-t-item{
  138. max-width: 3.52rem;
  139. word-break: break-all;
  140. }
  141. .p-bottom .b-t-item .title{
  142. height: 0.30rem;
  143. font-size: 0.20rem;
  144. font-weight: 500;
  145. color: #FFFFFF;
  146. line-height: 0.30rem;
  147. }
  148. .p-bottom .b-t-item .spliter{
  149. margin-top: 9px;
  150. width: 0.40rem;
  151. height: 2px;
  152. background: #FFFFFF;
  153. margin-bottom: 0.10rem;
  154. }
  155. .p-bottom .b-t-item .line{
  156. height: 0.36rem;
  157. line-height: 0.36rem;
  158. color: #fff;
  159. font-size: 0.16rem;
  160. }
  161. .p-bottom .b-t-r{
  162. margin-left: 1.24rem;
  163. }
  164. .p-bottom .b-t-r .img{
  165. width: 1.40rem;
  166. height: 1.40rem;
  167. margin-right: 0.18rem;
  168. }
  169. .p-bottom .b-t-r .img.mr0{
  170. margin-right: 0;
  171. }
  172. .p-bottom .b-bottom{
  173. height: 0.36rem;
  174. line-height: 0.36rem;
  175. text-align: center;
  176. color:#fff;
  177. font-size: 0.14rem;
  178. }
  179. .p-pagination{
  180. margin:0 auto 0.25rem;
  181. }
  182. /* 播放器弹层 */
  183. .p-player{
  184. position: fixed;
  185. top: 50%;
  186. left: 50%;
  187. transform: translate(-50%,-50%);
  188. width: 60vw;
  189. height: 60vh;
  190. display: none;
  191. background-color: #000;
  192. z-index: 10;
  193. }
  194. .p-player .cancel{
  195. position: absolute;
  196. right: -0.20rem;
  197. top: -0.20rem;
  198. width: 0.48rem;
  199. height: 0.48rem;
  200. z-index: 2;
  201. cursor: pointer;
  202. }
  203. .p-player video{
  204. width: 100%;
  205. height: 100%;
  206. }
  207. .p-pagination .pagination{
  208. display: flex;
  209. }
  210. .p-pagination li{
  211. padding: 0 9px;
  212. margin: 5px 2px;
  213. background: #ddd;
  214. border-radius: 2px;
  215. height: 26px;
  216. line-height: 26px;
  217. text-align: center;
  218. color: #000;
  219. cursor: pointer;
  220. font-size: 14px;
  221. }
  222. .p-pagination li.disabled{
  223. cursor:not-allowed;
  224. }
  225. .p-pagination li.active{
  226. background-color: #10848F;
  227. color:#fff;
  228. }
  229. .p-rich .r-title{
  230. text-align: center;
  231. border-bottom: #CCC 1px solid;
  232. }
  233. .p-rich .r-title .title{
  234. font-size: 0.25rem;
  235. color: #333;
  236. font-weight: normal;
  237. }
  238. .p-rich .r-title .time{
  239. font-size: 0.13rem;
  240. color: #adadad;
  241. font-weight: normal;
  242. margin: 0.20rem 0;
  243. }
  244. .p-rich img{
  245. max-width: 100%;
  246. }