shukanDetail.less 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. .breadcrumb {
  2. width: 100%;
  3. height: 22px;
  4. margin-bottom: 30px;
  5. font-family: Microsoft YaHei, Microsoft YaHei;
  6. font-weight: 400;
  7. font-size: 20px;
  8. color: #666666;
  9. line-height: 23px;
  10. text-align: left;
  11. font-style: normal;
  12. text-transform: none;
  13. .el-breadcrumb::v-deep {
  14. display: inline-block;
  15. vertical-align: -4px;
  16. }
  17. /deep/.el-breadcrumb__inner a,
  18. /deep/.el-breadcrumb__inner.is-link {
  19. color: #666666;
  20. font-weight: 400;
  21. text-decoration: none;
  22. transition: var(--el-transition-color);
  23. }
  24. span {
  25. font-family: Microsoft YaHei, Microsoft YaHei;
  26. font-weight: 400;
  27. font-size: 20px;
  28. color: #666666;
  29. line-height: 23px;
  30. text-align: left;
  31. font-style: normal;
  32. text-transform: none;
  33. }
  34. span:hover {
  35. color: #666666;
  36. }
  37. .location {
  38. margin-right:5px;
  39. width: 100px;
  40. height: 22px;
  41. font-family: Microsoft YaHei, Microsoft YaHei;
  42. font-weight: 400;
  43. font-size: 20px;
  44. color: #666666;
  45. line-height: 23px;
  46. text-align: left;
  47. font-style: normal;
  48. text-transform: none;
  49. }
  50. }
  51. .dot1 {
  52. display: block;
  53. word-break: keep-all;
  54. white-space: nowrap;
  55. overflow: hidden;
  56. text-overflow: ellipsis;
  57. }
  58. .dot2 {
  59. overflow: hidden;
  60. display: -webkit-box;
  61. -webkit-box-orient: vertical;
  62. -webkit-line-clamp: 2;
  63. }
  64. .dot3 {
  65. overflow: hidden;
  66. display: -webkit-box;
  67. -webkit-box-orient: vertical;
  68. -webkit-line-clamp: 3;
  69. }
  70. .clearfix {
  71. overflow: hidden;
  72. }
  73. // 资讯列表
  74. .newsDetail {
  75. width: 100%;
  76. // margin-bottom: 70px;
  77. .inner {
  78. width: 1200px;
  79. font-size: 16px;
  80. .innerLeft {
  81. float: right;
  82. width: 900px;
  83. margin-right: 0;
  84. margin-left: 20px;
  85. .disclaimer {
  86. width: 900px;
  87. overflow: hidden;
  88. border-top: 1px solid #e6e6e6;
  89. padding: 30px 0px;
  90. color: #999999;
  91. font-size: 17px;
  92. p {
  93. width: 900px;
  94. line-height: 30px;
  95. }
  96. }
  97. // .dot1 {
  98. // display: block;
  99. // word-break: keep-all;
  100. // white-space: nowrap;
  101. // overflow: hidden;
  102. // text-overflow: ellipsis;
  103. // }
  104. // .dot2 {
  105. // overflow: hidden;
  106. // display: -webkit-box;
  107. // -webkit-box-orient: vertical;
  108. // -webkit-line-clamp: 2;
  109. // }
  110. // .dot3 {
  111. // overflow: hidden;
  112. // display: -webkit-box;
  113. // -webkit-box-orient: vertical;
  114. // -webkit-line-clamp: 3;
  115. // }
  116. // .clearfix {
  117. // overflow: hidden;
  118. // }
  119. .book_son_right {
  120. float: right;
  121. width: 900px;
  122. }
  123. .book_son_left_head {
  124. height: 69px;
  125. background-image: url(@/public/index/01.png);
  126. }
  127. .book_son_left_ul {
  128. margin-top: 29px;
  129. .book_son_left_li {
  130. display: block;
  131. width: 279px;
  132. background: #FBFBFB;
  133. height: 61px;
  134. line-height: 61px;
  135. box-sizing: border-box;
  136. margin-bottom: 15px;
  137. text-align: center;
  138. color: #333;
  139. font-size: 20px;
  140. border-left: solid 5px #A91B33;
  141. }
  142. .book_son_left_li_only {
  143. border: solid 1px #A91B33;
  144. }
  145. }
  146. /* 三农资讯网-书刊信息-详情 */
  147. .book_detail_box {
  148. background: #FBFBFB;
  149. padding: 40px 0px;
  150. .book_detail_img_box {
  151. float: left;
  152. width: 220px;
  153. height: 300px;
  154. margin-left: 30px;
  155. border: 1px solid #ccc;
  156. }
  157. .book_detail_img {
  158. float: left;
  159. width: 220px;
  160. height: 300px;
  161. // margin-left: 30px;
  162. border: 1px solid #ccc;
  163. }
  164. .book_detail_right {
  165. float: right;
  166. width: 600px;
  167. margin-right: 20px;
  168. }
  169. .book_detail_right_h4 {
  170. line-height: 26px;
  171. color: #333;
  172. font-size: 22px;
  173. margin-top: 11px;
  174. }
  175. .book_detail_right_title {
  176. margin-top: 22px;
  177. color: #333;
  178. font-size: 14px;
  179. }
  180. .book_detail_right_ul {
  181. margin-top: 31px;
  182. }
  183. .book_detail_right_li {
  184. float: left;
  185. min-width: 150px;
  186. margin: 0px 48px 25px 0px;
  187. display: flex;
  188. }
  189. .book_detail_right_li_label {
  190. height: 18px;
  191. line-height: 18px;
  192. color: #999;
  193. font-size: 14px;
  194. }
  195. .book_detail_right_li_text {
  196. height: 18px;
  197. line-height: 18px;
  198. color: #333;
  199. font-size: 14px;
  200. flex: 1;
  201. }
  202. .book_detail_price_box {
  203. margin-top: 9px;
  204. }
  205. .book_detail_price_red {
  206. float: left;
  207. height: 21px;
  208. line-height: 21px;
  209. color: #E52222;
  210. font-size: 16px;
  211. margin: 14px 5px 0px 0px;
  212. }
  213. .book_detail_price_box_in {
  214. float: left;
  215. min-width: 110px;
  216. height: 40px;
  217. }
  218. .book_detail_price_num {
  219. float: left;
  220. height: 40px;
  221. line-height: 40px;
  222. color: #E52222;
  223. font-size: 30px;
  224. margin: 0px 10px 0px 0px;
  225. }
  226. .book_detail_price_text {
  227. float: left;
  228. height: 21px;
  229. line-height: 21px;
  230. color: #999;
  231. font-size: 14px;
  232. margin: 14px 0px 0px 0px;
  233. }
  234. .book_detail_price_delete {
  235. float: left;
  236. height: 21px;
  237. line-height: 21px;
  238. color: #999;
  239. font-size: 14px;
  240. margin: 14px 0px 0px 0px;
  241. position: relative;
  242. }
  243. .book_detail_price_delete::after {
  244. content: '';
  245. display: block;
  246. background: #999;
  247. width: 100%;
  248. height: 1px;
  249. left: 0px;
  250. top: 50%;
  251. position: absolute;
  252. }
  253. }
  254. .book_detail_head_box {
  255. border-bottom: solid 1px #D9D9D9;
  256. .book_detail_head_left {
  257. float: left;
  258. }
  259. .book_detail_head_a {
  260. float: left;
  261. height: 55px;
  262. line-height: 55px;
  263. color: #333;
  264. font-weight: bold;
  265. font-size: 22px;
  266. border-bottom: solid 3px rgba(0, 0, 0, 0);
  267. margin-right: 40px;
  268. }
  269. .book_detail_head_only {
  270. float: left;
  271. height: 55px;
  272. line-height: 55px;
  273. color: #A91B33;
  274. font-weight: bold;
  275. font-size: 22px;
  276. border-bottom: solid 3px #A91B33;
  277. }
  278. }
  279. .book_detail_article {
  280. margin-top: 30px;
  281. min-height: 240px;
  282. margin-bottom: 30px;
  283. }
  284. @media screen and (min-width:1200px) {
  285. /*pc_1440*/
  286. @media screen and (max-width:1440px) {
  287. /*1200*/
  288. }
  289. .pc_none {
  290. display: none;
  291. }
  292. }
  293. @media screen and (max-width:599px) {}
  294. @media screen and (max-width:320px) {}
  295. }
  296. .innerRight {
  297. width: 279px;
  298. .rightMenuTitle {
  299. width: 279px;
  300. height: 69px;
  301. font-size: 22px;
  302. font-weight: bold;
  303. line-height: 58px;
  304. text-align: center;
  305. color: #fff;
  306. background: url("@/public/index/navtitle.png") no-repeat;
  307. margin-bottom: 30px;
  308. a {
  309. color: #fff;
  310. }
  311. }
  312. ul {
  313. li {
  314. a {
  315. border-left: 5px solid #A91B33;
  316. margin-bottom: 15px;
  317. font-size: 22px;
  318. display: block;
  319. height: 61px;
  320. line-height: 61px;
  321. color: #333333;
  322. text-align: center;
  323. background: #FBFBFB;
  324. }
  325. }
  326. }
  327. .active {
  328. border-left: 0;
  329. border: 1px solid #A91B33;
  330. background: #fff;
  331. }
  332. }
  333. }
  334. }