style.less 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. @subject-maxwidth:1460px;
  2. @subject-minwidth:1220px;
  3. @font-face {
  4. font-family: 'iconfont';
  5. src: url('../../iconfont/iconfont.eot');
  6. src: url('../../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  7. url('../../iconfont/iconfont.woff') format('woff'),
  8. url('../../iconfont/iconfont.ttf') format('truetype'),
  9. url('../../iconfont/iconfont.svg#iconfont') format('svg');
  10. }
  11. *{
  12. margin:0;
  13. padding:0;
  14. list-style: none;
  15. border:none;
  16. font-style: normal;
  17. }
  18. html{
  19. width:100%;
  20. background: #f1f1f1;
  21. min-width: @subject-minwidth;
  22. font-family:"Source Han Sans SC","HanHei SC","PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  23. }
  24. img{
  25. display:block;
  26. }
  27. a{
  28. text-decoration: none;
  29. color: #333;
  30. }
  31. .iconfont{
  32. font-family:"iconfont" !important;
  33. font-size:14px;font-style:normal;
  34. -webkit-font-smoothing: antialiased;
  35. -webkit-text-stroke-width: 0.2px;
  36. -moz-osx-font-smoothing: grayscale;
  37. }
  38. .detailed-box{
  39. position: relative;
  40. .detailed-title-box{
  41. width: 750px;
  42. margin: 0 auto;
  43. padding: 30px 0 0;
  44. h1{
  45. text-align: center;
  46. padding: 0 20px;
  47. }
  48. }
  49. .detailed-content-box{
  50. box-sizing: border-box;
  51. padding:0 30px;
  52. background: #fff;
  53. width: 960px;
  54. margin-left:7%;
  55. }
  56. }
  57. .detailed-box1{
  58. position: relative;
  59. .detailed-title-box{
  60. width: 960px;
  61. margin: 0 auto;
  62. padding: 30px 0 0;
  63. h1{
  64. text-align: center;
  65. padding: 0 20px;
  66. }
  67. }
  68. .detailed-content-box{
  69. box-sizing: border-box;
  70. padding:20px 30px;
  71. background: #fff;
  72. width: 960px;
  73. margin:0 auto;
  74. }
  75. }
  76. .detailed-title{
  77. padding-top: 30px;
  78. padding-bottom: 30px;
  79. h1{
  80. width: 750px;
  81. margin: 0 auto;
  82. text-align: center;
  83. font-size: 26px;
  84. }
  85. }
  86. .detailed-msg{
  87. position: relative;
  88. .msg-content{
  89. background: #fff;
  90. width: 960px;
  91. margin: 0 auto;
  92. border: 1px solid #ccc;
  93. padding: 15px;
  94. box-sizing: border-box;
  95. p{
  96. display: block;
  97. font-size: 14px;
  98. color: #c10000;
  99. text-align: center;
  100. }
  101. .tips{
  102. margin-top: 5px;
  103. font-size: 14px;
  104. text-align: center;
  105. display: block;
  106. }
  107. .msg-times{
  108. width: 100%;
  109. text-align: center;
  110. margin-top: 5px;
  111. span{
  112. font-size: 14px;
  113. }
  114. }
  115. }
  116. }
  117. .more-notice{
  118. position: absolute;
  119. top: 10px;
  120. right: 50%;
  121. margin-right: -630px;
  122. width: 230px;
  123. box-sizing: border-box;
  124. .more-notice-top{
  125. border: 1px solid #ccc;
  126. margin-bottom: 10px;
  127. .more-notice-title:after{
  128. content: '';
  129. display: block;
  130. clear: both;
  131. }
  132. .more-notice-title{
  133. background: #e9e9e9;
  134. border-bottom: 1px solid #ccc;
  135. height: 39px;
  136. .title-h6{
  137. float: left;
  138. h6{
  139. height: 20px;
  140. background: #fff;
  141. border-right: 1px solid #ccc;
  142. padding: 10px;
  143. font-size: 14px;
  144. color: #c10000;
  145. }
  146. }
  147. .title-a{
  148. float: right;
  149. a{
  150. margin-right: 10px;
  151. font-size: 14px;
  152. line-height: 39px;
  153. }
  154. a:hover{
  155. color: #c10000;
  156. }
  157. }
  158. }
  159. .more-notice-content{
  160. background: #fff;
  161. padding: 10px 0;
  162. li{
  163. overflow: hidden;
  164. text-overflow: ellipsis;
  165. white-space: nowrap;
  166. padding-left: 10px;
  167. margin-bottom: 10px;
  168. a{
  169. font-size: 14px;
  170. }
  171. a:hover{
  172. color: #c10000;
  173. }
  174. }
  175. li:last-child{
  176. margin: 0;
  177. }
  178. }
  179. }
  180. .tips{
  181. background: #fff;
  182. width: 230px;
  183. border: 1px solid #ccc;
  184. padding: 10px;
  185. box-sizing: border-box;
  186. margin-bottom: 10px;
  187. span{
  188. font-size: 14px;
  189. color: #333;
  190. display: block;
  191. margin-bottom: 5px;
  192. }
  193. }
  194. }
  195. .position-box{
  196. min-width: 1220px;
  197. width: 100%;
  198. position: fixed;
  199. bottom: 0;
  200. background: rgba(0,0,0,0.5);
  201. height: 100px;
  202. .bid-process{
  203. height: 100%;
  204. width: 100%;
  205. a{
  206. display: block;
  207. height: 80px;
  208. width: 250px;
  209. background: #f39800;
  210. margin: 10px auto 0;
  211. color: #fff;
  212. font-size: 30px;
  213. text-align: center;
  214. line-height: 80px;
  215. }
  216. }
  217. }
  218. .origin-url{
  219. background: #fff;
  220. a{
  221. background: #fff;
  222. text-align: center;
  223. font-size: 20px;
  224. width: 960px;
  225. display: block;
  226. margin-left:6%;
  227. padding-bottom: 30px;
  228. box-sizing: border-box;
  229. color: #c10000;
  230. }
  231. }
  232. .origin-url a:hover{
  233. color: #f39800;
  234. }
  235. .details_box{
  236. width:1400px;
  237. margin:20px auto;
  238. background:#fff;
  239. padding-bottom:30px;
  240. .note_tips{
  241. width:960px;
  242. margin:30px 6%;
  243. .tips{
  244. background: #fff;
  245. width:750px;
  246. padding-top:30px;
  247. box-sizing: border-box;
  248. width: 100%;
  249. display: flex;
  250. align-items: center;
  251. }
  252. .tips_left{
  253. height:30px;
  254. width:14%;
  255. background: #fff;
  256. display: flex;
  257. align-items: center;
  258. justify-content: space-around;
  259. .tips_box{
  260. height:30px;
  261. width:30px;
  262. display: block;
  263. border:1px solid #3471AA;
  264. transform: rotate(45deg);
  265. display: flex;
  266. align-items: center;
  267. justify-content: center
  268. }
  269. .tips_content{
  270. height:20px;
  271. width:20px;
  272. display: block;
  273. background: #3471AA;
  274. text-align: center;
  275. color:#fff;
  276. display: flex;
  277. align-items: center;
  278. justify-content: center;
  279. font-size:18px;
  280. line-height: 30px;
  281. em{
  282. transform: rotate(-45deg);
  283. font-size:14px;
  284. line-height: 30px;
  285. text-align: center
  286. }
  287. }
  288. }
  289. .tips_right{
  290. height:20px;
  291. width:85%;
  292. display: flex;
  293. align-items: center;
  294. .tips_line{
  295. height:2px;
  296. width:100%;
  297. background: #D4D4D4;
  298. }
  299. }
  300. }
  301. }
  302. .details_box1{
  303. width:1400px;
  304. margin:20px auto;
  305. background:#fff;
  306. padding-bottom:30px;
  307. .note_tips{
  308. width:750;
  309. margin:30px 6%;
  310. .tips{
  311. background: #fff;
  312. width:750px;
  313. padding-top:30px;
  314. box-sizing: border-box;
  315. width: 100%;
  316. display: flex;
  317. align-items: center;
  318. }
  319. .tips_left{
  320. height:30px;
  321. width:14%;
  322. background: #fff;
  323. display: flex;
  324. align-items: center;
  325. justify-content: space-around;
  326. .tips_box{
  327. height:30px;
  328. width:30px;
  329. display: block;
  330. border:1px solid #3471AA;
  331. transform: rotate(45deg);
  332. display: flex;
  333. align-items: center;
  334. justify-content: center
  335. }
  336. .tips_content{
  337. height:20px;
  338. width:20px;
  339. display: block;
  340. background: #3471AA;
  341. text-align: center;
  342. color:#fff;
  343. display: flex;
  344. align-items: center;
  345. justify-content: center;
  346. font-size:18px;
  347. line-height: 30px;
  348. em{
  349. transform: rotate(-45deg);
  350. font-size:14px;
  351. line-height: 30px;
  352. text-align: center
  353. }
  354. }
  355. }
  356. .tips_right{
  357. height:20px;
  358. width:85%;
  359. display: flex;
  360. align-items: center;
  361. .tips_line{
  362. height:2px;
  363. width:100%;
  364. background: #D4D4D4;
  365. }
  366. }
  367. }
  368. }
  369. .note_more{
  370. min-height:50px;
  371. width:100%;
  372. .more_content{
  373. width:940px;
  374. margin-left:6%;
  375. min-height:50px;
  376. line-height:50px;
  377. padding-left:20px;
  378. }
  379. }
  380. .more_content{
  381. li:hover{
  382. background: #f1f1f1;
  383. .names{
  384. color: #f39800;
  385. }
  386. }
  387. li{
  388. border-bottom: 1px dashed #ccc;
  389. line-height: 30px;
  390. padding:10px 0;
  391. position: relative;
  392. a{
  393. display: inline-block;
  394. line-height: 30px;
  395. }
  396. span{
  397. display: inline-block;
  398. }
  399. .reds{
  400. background: #ffe7e7;
  401. border: 1px solid #f24645;
  402. color: #f24645;
  403. }
  404. .greens{
  405. background: #efffea;
  406. border: 1px solid #2abf01;
  407. color: #2abf01;
  408. }
  409. .blues{
  410. background: #def1ff;
  411. border: 1px solid #2fa4ff;
  412. color: #2fa4ff;
  413. }
  414. .icons{
  415. text-align: center;
  416. line-height: 20px;
  417. font-size: 12px;
  418. display: inline-block;
  419. position: relative;
  420. width: 30px;
  421. height: 20px;
  422. }
  423. .names{
  424. width: 495px;
  425. margin-right: 28px;
  426. margin-left:10px;
  427. overflow: hidden;
  428. text-overflow: ellipsis;
  429. white-space: nowrap;
  430. vertical-align: bottom;
  431. font-size:14px;
  432. }
  433. .times_list{
  434. text-align: right;
  435. font-size:14px;
  436. position:absolute;
  437. right:0;
  438. }
  439. }
  440. }
  441. #qrcode {
  442. width:100%;
  443. height:auto;
  444. display: block;
  445. margin:15px 0;
  446. box-sizing: border-box;
  447. img{
  448. height:100%;
  449. width: 100%;
  450. }
  451. }
  452. .qrCode{
  453. margin-bottom:20px;
  454. border: 1px solid #ccc;
  455. padding:10px;
  456. h6{
  457. font-size: 16px;
  458. }
  459. }
  460. .qr_title{
  461. text-align: center;
  462. color:#c10000;
  463. font-weight: 600;
  464. }