pc.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. //导航条
  2. .breadcrumb {
  3. width: 100%;
  4. height: 22px;
  5. margin-bottom: 20px;
  6. font-family: Microsoft YaHei, Microsoft YaHei;
  7. font-weight: 400;
  8. font-size: 20px;
  9. color: #666666;
  10. line-height: 23px;
  11. text-align: left;
  12. font-style: normal;
  13. text-transform: none;
  14. .el-breadcrumb::v-deep {
  15. display: inline-block;
  16. vertical-align: -4px;
  17. }
  18. /deep/.el-breadcrumb__inner a,
  19. /deep/.el-breadcrumb__inner.is-link {
  20. color: #666666;
  21. font-weight: 400;
  22. text-decoration: none;
  23. transition: var(--el-transition-color);
  24. }
  25. span {
  26. font-family: Microsoft YaHei, Microsoft YaHei;
  27. font-weight: 400;
  28. font-size: 20px;
  29. color: #666666;
  30. line-height: 23px;
  31. text-align: left;
  32. font-style: normal;
  33. text-transform: none;
  34. }
  35. span:hover {
  36. color: #666666;
  37. }
  38. .location {
  39. margin-right: 5px;
  40. width: 100px;
  41. height: 22px;
  42. font-family: Microsoft YaHei, Microsoft YaHei;
  43. font-weight: 400;
  44. font-size: 20px;
  45. color: #666666;
  46. line-height: 23px;
  47. text-align: left;
  48. font-style: normal;
  49. text-transform: none;
  50. }
  51. }
  52. // 资讯列表
  53. .newsDetail {
  54. width: 100%;
  55. //height: 1400px;
  56. margin-bottom: 10px;
  57. .inner {
  58. width: 1200px;
  59. //height: 1400px;
  60. overflow: hidden;
  61. font-size: 16px;
  62. .innerLeft {
  63. // height: 1400px;
  64. border-top: 1px solid #139602;
  65. .LeftTop {
  66. margin-top: 20px;
  67. >h1 {
  68. line-height: 40px;
  69. margin-bottom: 20px;
  70. font-family: Microsoft YaHei, Microsoft YaHei;
  71. font-weight: bold;
  72. font-size: 30px;
  73. color: #333333;
  74. }
  75. >p {
  76. height: 18px;
  77. line-height: 18px;
  78. font-family: Microsoft YaHei, Microsoft YaHei;
  79. font-weight: 400;
  80. font-size: 14px;
  81. color: #999999;
  82. span {
  83. margin-right: 40px;
  84. }
  85. }
  86. >img {
  87. width: 680px;
  88. height: 382px;
  89. padding: 50px 0px 60px 55px;
  90. }
  91. }
  92. .leftBottom {
  93. width: 790px;
  94. // height: 754px;
  95. margin-top: 20px;
  96. font-size: 20px;
  97. line-height: 38px;
  98. margin-bottom: 30px;
  99. word-break:break-all;
  100. ul>li img {
  101. width: 790px;
  102. height: 382px;
  103. }
  104. img {
  105. width: 790px;
  106. height: 382px;
  107. }
  108. p.tinymce-material {
  109. img {
  110. width: 790px;
  111. }
  112. }
  113. >h3,
  114. >p {
  115. text-indent: 2em;
  116. width: 790px;
  117. font-family: Microsoft YaHei, Microsoft YaHei;
  118. font-size: 20px;
  119. color: #333333;
  120. line-height: 38px;
  121. padding-bottom: 30px;
  122. img {
  123. width: 790px;
  124. }
  125. }
  126. >h3 {
  127. font-weight: 600px;
  128. }
  129. >p {
  130. font-weight: 400;
  131. }
  132. }
  133. .disclaimer {
  134. width: 790px;
  135. overflow: hidden;
  136. border-top: 1px solid #e6e6e6;
  137. padding: 30px 0px;
  138. color: #999999;
  139. font-size: 17px;
  140. p {
  141. width: 790px;
  142. line-height: 30px;
  143. }
  144. }
  145. .recommendRead {
  146. width: 790px;
  147. margin: 30px 0px;
  148. .recommendReadTitle {
  149. font-weight: bold;
  150. font-size: 22px;
  151. color: #49A769;
  152. height: 42px;
  153. line-height: 35px;
  154. letter-spacing: 1px;
  155. text-align: left;
  156. font-style: normal;
  157. text-transform: none;
  158. border-bottom: 1px solid #D9D9D9;
  159. .read_title {
  160. display: inline-block;
  161. width: 94px;
  162. height: 40px;
  163. border-bottom: 3px solid #49A769;
  164. }
  165. }
  166. .recommendReadList {
  167. min-height: 155px;
  168. margin-top: 30px;
  169. padding-bottom: 10px;
  170. font-size: 20px;
  171. border-bottom: 1px solid #D9D9D9;
  172. .recommendReadListTitle {
  173. margin-top: 25px;
  174. a {
  175. color: #333333;
  176. }
  177. }
  178. .recommendReadListTitle:nth-child(1)::after {
  179. content: "热";
  180. margin-left: 13px;
  181. background: #FF8A37;
  182. color: #fff;
  183. font-size: 14px;
  184. padding: 0px 2px;
  185. }
  186. .recommendReadListTitle:hover a {
  187. color: #49A769;
  188. }
  189. }
  190. }
  191. }
  192. .innerRight {
  193. width: 381px;
  194. // height: 605px;
  195. overflow: hidden;
  196. border-top: 1px solid #139602;
  197. .hotList1 {
  198. margin-bottom: 50px;
  199. }
  200. }
  201. }
  202. }
  203. .leftBottom::v-deep p img,
  204. .leftBottom::v-deep img,
  205. .leftBottom::v-deep video {
  206. max-width: 700px;
  207. }
  208. .leftBottom::v-deep h1,
  209. .leftBottom::v-deep h2,
  210. .leftBottom::v-deep h3,
  211. .leftBottom::v-deep h4,
  212. .leftBottom::v-deep h5,
  213. .leftBottom::v-deep h6 {
  214. font-size: 20px;
  215. font-weight: 500;
  216. }
  217. //投票
  218. .index_3_box_vote {
  219. .voteTitle {
  220. font-size: 20px;
  221. height: 40px;
  222. line-height: 40px;
  223. color: #333333;
  224. padding-left: 20px;
  225. width: 100%;
  226. border-bottom: 1px solid #E7E7E7;
  227. border-top: 1px solid #139602;
  228. box-sizing: border-box;
  229. }
  230. width:100%;
  231. box-sizing:border-box;
  232. border:solid 1px #FBFBFB;
  233. background: #FBFBFB;
  234. .inquire {
  235. height: 394px;
  236. margin-top: 20px;
  237. border-radius: 6px 6px 6px 6px;
  238. padding: 4px 40px 4px 6px;
  239. box-sizing: border-box;
  240. p {
  241. font-weight: bold;
  242. height: 69px;
  243. font-family: PingFang SC, PingFang SC;
  244. font-size: 20px;
  245. color: #333333;
  246. line-height: 21px;
  247. text-align: left;
  248. font-style: normal;
  249. text-transform: none;
  250. padding: 12px 20px 0 32px;
  251. }
  252. .radioBox {
  253. height: 250px;
  254. padding-left: 30px;
  255. overflow-y: auto;
  256. box-sizing: border-box;
  257. padding-bottom: 20px;
  258. }
  259. .radio {
  260. /deep/.el-radio {
  261. --el-radio-input-border-color-hover: #27881a;
  262. }
  263. /deep/.el-radio-group {
  264. align-items: center;
  265. display: inline-flex;
  266. flex-wrap: wrap;
  267. font-size: 0;
  268. //padding-left: 35px;
  269. }
  270. /deep/.el-radio.el-radio--large {
  271. width: 100%;
  272. height: 29px;
  273. margin-bottom: 15px;
  274. }
  275. /deep/.el-radio.el-radio--large .el-radio__label {
  276. font-family: PingFang SC, PingFang SC;
  277. font-weight: 400;
  278. font-size: 16px;
  279. color: #333333;
  280. white-space: nowrap;
  281. overflow: hidden;
  282. text-overflow: ellipsis;
  283. width: 300px;
  284. }
  285. /deep/.el-radio.el-radio--large .el-radio__inner {
  286. height: 16px;
  287. width: 16px;
  288. }
  289. /deep/.el-radio__input.is-checked+.el-radio__label {
  290. color: #27881a;
  291. }
  292. /deep/.el-radio__input.is-checked .el-radio__inner {
  293. background: #33b023;
  294. border-color: #27881a;
  295. }
  296. }
  297. .checkInputBox {
  298. /deep/.el-checkbox {
  299. --el-radio-input-border-color-hover: #27881a;
  300. }
  301. /deep/.el-checkbox-group {
  302. align-items: center;
  303. display: inline-flex;
  304. flex-wrap: wrap;
  305. font-size: 0;
  306. //padding-left: 35px;
  307. }
  308. /deep/.el-checkbox.el-checkbox--large {
  309. width: 330px;
  310. height: 29px;
  311. margin-bottom: 15px;
  312. }
  313. /deep/.el-checkbox.el-checkbox--large .el-checkbox__label {
  314. font-family: PingFang SC, PingFang SC;
  315. font-weight: 400;
  316. font-size: 16px;
  317. color: #333333;
  318. white-space: nowrap;
  319. overflow: hidden;
  320. text-overflow: ellipsis;
  321. width: 300px;
  322. }
  323. /deep/.el-checkbox.el-checkbox--large .el-checkbox__inner {
  324. height: 16px;
  325. width: 16px;
  326. }
  327. /deep/.el-checkbox__input.is-checked+.el-checkbox__label {
  328. color: #27881a;
  329. }
  330. /deep/.el-checkbox__input.is-checked .el-checkbox__inner {
  331. background: #33b023;
  332. border-color: #27881a;
  333. }
  334. }
  335. .btn {
  336. padding-left: 30px;
  337. button {
  338. width: 78px;
  339. height: 37px;
  340. line-height: 37px;
  341. border-radius: 6px;
  342. border: none;
  343. font-family: PingFang SC, PingFang SC;
  344. font-weight: 400;
  345. font-size: 16px;
  346. color: #999999;
  347. }
  348. .voting {
  349. background-color: #49A769;
  350. color: #fff;
  351. margin-right: 44px;
  352. cursor: pointer;
  353. }
  354. .look {
  355. cursor: pointer;
  356. }
  357. }
  358. }
  359. .inquireData {
  360. .inquireDataItem {
  361. width: 100%;
  362. height: 38px;
  363. display: flex;
  364. align-items: center;
  365. justify-content: space-between;
  366. background: #F3F3F3;
  367. border: 1px solid #D2D2D2;
  368. margin-bottom: 10px;
  369. border-radius: 6px;
  370. padding: 0 15px;
  371. box-sizing: border-box;
  372. color: #999999;
  373. .inquireDataItemTitle {
  374. width: 290px;
  375. height: 38px;
  376. font-size: 16px;
  377. line-height: 38px;
  378. white-space: nowrap;
  379. overflow: hidden;
  380. text-overflow: ellipsis;
  381. }
  382. .inquireDataItemNum {
  383. font-size: 16px;
  384. }
  385. }
  386. .active {
  387. color: #49A769;
  388. background: #dff7e8;
  389. border: 1px solid #49A769;
  390. }
  391. }
  392. }
  393. //放大图片
  394. .preview-modal {
  395. position: fixed;
  396. top: 0;
  397. left: 0;
  398. width: 100%;
  399. height: 100%;
  400. background: rgba(0, 0, 0, 0.8);
  401. display: flex;
  402. justify-content: center;
  403. align-items: center;
  404. z-index: 1000;
  405. }
  406. .preview-modal img {
  407. max-width: 100%;
  408. max-height: 100%;
  409. cursor: pointer;
  410. /* 关闭按钮样式 */
  411. }
  412. @media screen and (min-width:801px) {
  413. /*pc*/
  414. .breadcrumb {
  415. margin-top: 20px;
  416. }
  417. }
  418. @media screen and (max-width:800px) {
  419. /*ipad_phone*/
  420. .newsDetail .inner .innerLeft .leftBottom *,
  421. .newsDetail .inner .innerLeft .leftBottom {
  422. line-height: 24px !important;
  423. font-size: 16px !important;
  424. background: rgba(0, 0, 0, 0) !important;
  425. }
  426. }