detail.less 8.8 KB

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