detail.less 10 KB

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