detail.less 10 KB

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