detail.less 13 KB

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