detail.less 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  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. }
  211. .radio {
  212. /deep/.el-radio {
  213. --el-radio-input-border-color-hover: #27881a;
  214. }
  215. /deep/.el-radio-group {
  216. align-items: center;
  217. display: inline-flex;
  218. flex-wrap: wrap;
  219. font-size: 0;
  220. //padding-left: 35px;
  221. }
  222. /deep/.el-radio.el-radio--large {
  223. width: 100%;
  224. height: 29px;
  225. margin-bottom: 15px;
  226. }
  227. /deep/.el-radio.el-radio--large .el-radio__label {
  228. font-family: PingFang SC, PingFang SC;
  229. font-weight: 400;
  230. font-size: 16px;
  231. color: #333333;
  232. white-space: nowrap;
  233. overflow: hidden;
  234. text-overflow: ellipsis;
  235. width: 300px;
  236. }
  237. /deep/.el-radio.el-radio--large .el-radio__inner {
  238. height: 16px;
  239. width: 16px;
  240. }
  241. /deep/.el-radio__input.is-checked+.el-radio__label {
  242. color: #27881a;
  243. }
  244. /deep/.el-radio__input.is-checked .el-radio__inner {
  245. background: #33b023;
  246. border-color: #27881a;
  247. }
  248. }
  249. .checkInputBox {
  250. /deep/.el-checkbox {
  251. --el-radio-input-border-color-hover: #27881a;
  252. }
  253. /deep/.el-checkbox-group {
  254. align-items: center;
  255. display: inline-flex;
  256. flex-wrap: wrap;
  257. font-size: 0;
  258. //padding-left: 35px;
  259. }
  260. /deep/.el-checkbox.el-checkbox--large {
  261. width: 330px;
  262. height: 29px;
  263. margin-bottom: 15px;
  264. }
  265. /deep/.el-checkbox.el-checkbox--large .el-checkbox__label {
  266. font-family: PingFang SC, PingFang SC;
  267. font-weight: 400;
  268. font-size: 16px;
  269. color: #333333;
  270. white-space: nowrap;
  271. overflow: hidden;
  272. text-overflow: ellipsis;
  273. width: 300px;
  274. }
  275. /deep/.el-checkbox.el-checkbox--large .el-checkbox__inner {
  276. height: 16px;
  277. width: 16px;
  278. }
  279. /deep/.el-checkbox__input.is-checked+.el-checkbox__label {
  280. color: #27881a;
  281. }
  282. /deep/.el-checkbox__input.is-checked .el-checkbox__inner {
  283. background: #33b023;
  284. border-color: #27881a;
  285. }
  286. }
  287. .btn {
  288. padding-left: 30px;
  289. button {
  290. width: 78px;
  291. height: 37px;
  292. line-height: 37px;
  293. border-radius: 6px;
  294. border: none;
  295. font-family: PingFang SC, PingFang SC;
  296. font-weight: 400;
  297. font-size: 16px;
  298. color: #999999;
  299. }
  300. .voting {
  301. background-color: #49A769;
  302. color: #fff;
  303. margin-right: 44px;
  304. cursor: pointer;
  305. }
  306. .look {
  307. cursor: pointer;
  308. }
  309. }
  310. }
  311. .inquireData {
  312. .inquireDataItem {
  313. width: 100%;
  314. height: 38px;
  315. display: flex;
  316. align-items: center;
  317. justify-content: space-between;
  318. background: #F3F3F3;
  319. border: 1px solid #D2D2D2;
  320. margin-bottom: 10px;
  321. border-radius: 6px;
  322. padding: 0 15px;
  323. box-sizing: border-box;
  324. color: #999999;
  325. .inquireDataItemTitle {
  326. width: 290px;
  327. height: 38px;
  328. font-size: 16px;
  329. line-height: 38px;
  330. white-space: nowrap;
  331. overflow: hidden;
  332. text-overflow: ellipsis;
  333. }
  334. .inquireDataItemNum {
  335. font-size: 16px;
  336. }
  337. }
  338. .active {
  339. color:#49A769;
  340. background: #dff7e8;
  341. border: 1px solid #49A769;
  342. }
  343. }
  344. }