style_Phone.less 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  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. padding-bottom:30px;
  41. .detailed-title-box{
  42. width: 90%;
  43. margin: 0 auto;
  44. padding: 30px 0 0;
  45. h1{
  46. text-align: center;
  47. padding: 0 20px;
  48. }
  49. }
  50. .detailed-content-box{
  51. box-sizing: border-box;
  52. padding:0 30px;
  53. background: #fff;
  54. width: 90%;
  55. margin-left:7%;
  56. p{
  57. font-size: 25px;
  58. }
  59. }
  60. }
  61. .detailed-box1{
  62. position: relative;
  63. .detailed-title-box{
  64. width: 90%;
  65. margin: 0 auto;
  66. padding: 30px 0 0;
  67. h1{
  68. text-align: center;
  69. padding: 0 20px;
  70. }
  71. }
  72. .detailed-content-box{
  73. box-sizing: border-box;
  74. padding:20px 30px;
  75. background: #fff;
  76. width: 90%;
  77. margin:0 auto;
  78. }
  79. }
  80. .detailed-title{
  81. padding-top: 30px;
  82. padding-bottom: 30px;
  83. h1{
  84. width: 750px;
  85. margin: 0 auto;
  86. text-align: center;
  87. font-size:30px;
  88. }
  89. }
  90. .detailed-msg{
  91. position: relative;
  92. .msg-content{
  93. background: #fff;
  94. width: 960px;
  95. margin: 0 auto;
  96. border: 1px solid #ccc;
  97. padding: 15px;
  98. box-sizing: border-box;
  99. p{
  100. display: block;
  101. font-size: 25px;
  102. color: #c10000;
  103. text-align: center;
  104. line-height: 50px;
  105. }
  106. .tips{
  107. margin-top: 5px;
  108. font-size: 25px;
  109. text-align: center;
  110. display: block;
  111. }
  112. .msg-times{
  113. width: 100%;
  114. text-align: center;
  115. margin-top: 5px;
  116. span{
  117. font-size: 25px;
  118. line-height: 40px;
  119. }
  120. }
  121. }
  122. }
  123. .more-notice{
  124. position: absolute;
  125. top: 10px;
  126. right: 50%;
  127. margin-right: -630px;
  128. width: 230px;
  129. box-sizing: border-box;
  130. .more-notice-top{
  131. border: 1px solid #ccc;
  132. margin-bottom: 10px;
  133. .more-notice-title:after{
  134. content: '';
  135. display: block;
  136. clear: both;
  137. }
  138. .more-notice-title{
  139. background: #e9e9e9;
  140. border-bottom: 1px solid #ccc;
  141. height: 39px;
  142. .title-h6{
  143. float: left;
  144. h6{
  145. height: 20px;
  146. background: #fff;
  147. border-right: 1px solid #ccc;
  148. padding: 10px;
  149. font-size: 14px;
  150. color: #c10000;
  151. }
  152. }
  153. .title-a{
  154. float: right;
  155. a{
  156. margin-right: 10px;
  157. font-size: 14px;
  158. line-height: 39px;
  159. }
  160. a:hover{
  161. color: #c10000;
  162. }
  163. }
  164. }
  165. .more-notice-content{
  166. background: #fff;
  167. padding: 10px 0;
  168. li{
  169. overflow: hidden;
  170. text-overflow: ellipsis;
  171. white-space: nowrap;
  172. padding-left: 10px;
  173. margin-bottom: 10px;
  174. a{
  175. font-size: 14px;
  176. }
  177. a:hover{
  178. color: #c10000;
  179. }
  180. }
  181. li:last-child{
  182. margin: 0;
  183. }
  184. }
  185. }
  186. .tips{
  187. background: #fff;
  188. width: 230px;
  189. border: 1px solid #ccc;
  190. padding: 10px;
  191. box-sizing: border-box;
  192. margin-bottom: 10px;
  193. span{
  194. font-size: 14px;
  195. color: #333;
  196. display: block;
  197. margin-bottom: 5px;
  198. }
  199. }
  200. }
  201. .position-box{
  202. min-width: 1220px;
  203. width: 100%;
  204. position: fixed;
  205. bottom: 0;
  206. background: rgba(0,0,0,0.5);
  207. height: 100px;
  208. .bid-process{
  209. height: 100%;
  210. width: 100%;
  211. a{
  212. display: block;
  213. height: 80px;
  214. width: 250px;
  215. background: #f39800;
  216. margin: 10px auto 0;
  217. color: #fff;
  218. font-size: 30px;
  219. text-align: center;
  220. line-height: 80px;
  221. }
  222. }
  223. }
  224. .origin-url{
  225. background: #fff;
  226. a{
  227. background: #fff;
  228. text-align: center;
  229. font-size: 20px;
  230. width: 960px;
  231. display: block;
  232. margin-left:6%;
  233. padding-bottom: 30px;
  234. box-sizing: border-box;
  235. color: #c10000;
  236. }
  237. }
  238. .origin-url a:hover{
  239. color: #f39800;
  240. }
  241. .details_box{
  242. width:100%;
  243. margin:20px auto;
  244. background:#fff;
  245. padding-bottom:30px;
  246. .note_tips{
  247. width:90%;
  248. margin:30px 6%;
  249. .tips{
  250. background: #fff;
  251. width:96%;
  252. padding-top:30px;
  253. box-sizing: border-box;
  254. display: flex;
  255. align-items: center;
  256. }
  257. .tips_left{
  258. height:45px;
  259. width:20%;
  260. background: #fff;
  261. display: flex;
  262. align-items: center;
  263. justify-content: space-around;
  264. .first_1{
  265. font-size: 30px;
  266. }
  267. .first_2{
  268. font-size: 30px;
  269. }
  270. .tips_box{
  271. height:30px;
  272. width:30px;
  273. display: block;
  274. border:1px solid #3471AA;
  275. transform: rotate(45deg);
  276. display: flex;
  277. align-items: center;
  278. justify-content: center
  279. }
  280. .tips_content{
  281. height:20px;
  282. width:20px;
  283. display: block;
  284. background: #3471AA;
  285. text-align: center;
  286. color:#fff;
  287. display: flex;
  288. align-items: center;
  289. justify-content: center;
  290. font-size:18px;
  291. line-height: 30px;
  292. em{
  293. transform: rotate(-45deg);
  294. font-size:14px;
  295. line-height: 30px;
  296. text-align: center
  297. }
  298. }
  299. }
  300. .tips_right{
  301. height:20px;
  302. width:85%;
  303. display: flex;
  304. align-items: center;
  305. .tips_line{
  306. height:2px;
  307. width:100%;
  308. background: #D4D4D4;
  309. }
  310. }
  311. }
  312. }
  313. .details_box1{
  314. width:1400px;
  315. margin:20px auto;
  316. background:#fff;
  317. padding-bottom:30px;
  318. .note_tips{
  319. width:750;
  320. margin:30px 6%;
  321. .tips{
  322. background: #fff;
  323. width:750px;
  324. padding-top:30px;
  325. box-sizing: border-box;
  326. width: 100%;
  327. display: flex;
  328. align-items: center;
  329. }
  330. .tips_left{
  331. height:30px;
  332. width:14%;
  333. background: #fff;
  334. display: flex;
  335. align-items: center;
  336. justify-content: space-around;
  337. .tips_box{
  338. height:30px;
  339. width:30px;
  340. display: block;
  341. border:1px solid #3471AA;
  342. transform: rotate(45deg);
  343. display: flex;
  344. align-items: center;
  345. justify-content: center
  346. }
  347. .tips_content{
  348. height:20px;
  349. width:20px;
  350. display: block;
  351. background: #3471AA;
  352. text-align: center;
  353. color:#fff;
  354. display: flex;
  355. align-items: center;
  356. justify-content: center;
  357. font-size:18px;
  358. line-height: 30px;
  359. em{
  360. transform: rotate(-45deg);
  361. font-size:14px;
  362. line-height: 30px;
  363. text-align: center
  364. }
  365. }
  366. }
  367. .tips_right{
  368. height:20px;
  369. width:85%;
  370. display: flex;
  371. align-items: center;
  372. .tips_line{
  373. height:2px;
  374. width:100%;
  375. background: #D4D4D4;
  376. }
  377. }
  378. }
  379. }
  380. .note_more{
  381. min-height:50px;
  382. width:100%;
  383. .more_content{
  384. width:940px;
  385. margin-left:6%;
  386. min-height:50px;
  387. line-height:50px;
  388. padding-left:20px;
  389. }
  390. }
  391. .more_content{
  392. li:hover{
  393. background: #f1f1f1;
  394. .names{
  395. color: #f39800;
  396. }
  397. }
  398. li{
  399. border-bottom: 1px dashed #ccc;
  400. line-height: 30px;
  401. padding:10px 0;
  402. position: relative;
  403. a{
  404. display: inline-block;
  405. line-height: 30px;
  406. }
  407. span{
  408. display: inline-block;
  409. }
  410. .reds{
  411. background: #ffe7e7;
  412. border: 1px solid #f24645;
  413. color: #f24645;
  414. }
  415. .greens{
  416. background: #efffea;
  417. border: 1px solid #2abf01;
  418. color: #2abf01;
  419. }
  420. .blues{
  421. background: #def1ff;
  422. border: 1px solid #2fa4ff;
  423. color: #2fa4ff;
  424. }
  425. .icons{
  426. text-align: center;
  427. line-height: 20px;
  428. font-size: 12px;
  429. display: inline-block;
  430. position: relative;
  431. width: 30px;
  432. height: 20px;
  433. }
  434. .names{
  435. width: 495px;
  436. margin-right: 28px;
  437. margin-left:10px;
  438. overflow: hidden;
  439. text-overflow: ellipsis;
  440. white-space: nowrap;
  441. vertical-align: bottom;
  442. font-size:14px;
  443. }
  444. .times_list{
  445. text-align: right;
  446. font-size:14px;
  447. position:absolute;
  448. right:0;
  449. }
  450. }
  451. }
  452. #qrcode {
  453. width:80%;
  454. height:auto;
  455. display: block;
  456. margin:15px auto;
  457. box-sizing: border-box;
  458. img{
  459. height:90%;
  460. width: 90%;
  461. display:block;
  462. margin:0 auto;
  463. }
  464. }
  465. .qrCode{
  466. margin-bottom:20px;
  467. border: 1px solid #ccc;
  468. padding:10px;
  469. margin-bottom:30px;
  470. background: #fff;
  471. padding-bottom:30px;
  472. h6{
  473. font-size:36px;
  474. line-height:120px;
  475. text-align: center;
  476. color:#c10000;
  477. font-weight: 600;
  478. }
  479. p{
  480. font-size:20px!important;
  481. line-height: 60px;
  482. text-indent:15%;
  483. cursor: pointer;
  484. }
  485. }
  486. .header-content {
  487. width: 100%;
  488. margin : 0 auto;
  489. height:100px;
  490. display: flex;
  491. align-items: center;
  492. justify-content: space-between;
  493. padding : 20px 40px;
  494. box-sizing:border-box;
  495. background: #fff;
  496. .logo-img {
  497. padding-right: 10px;
  498. margin-right : 10px;
  499. }
  500. .logo-text {
  501. h6 {
  502. font-size : 18px;
  503. margin-bottom: 5px;
  504. font-weight : 400
  505. }
  506. p {
  507. color: #999
  508. }
  509. }
  510. .contact {
  511. line-height: 48px;
  512. font-size : 18px;
  513. .layui-icon {
  514. font-size: 22px;
  515. position : relative;
  516. top : 2px;
  517. }
  518. a {
  519. font-weight: 400;
  520. color: #999;
  521. font-size: 30px;
  522. }
  523. }
  524. }
  525. .foot{
  526. height:200px;
  527. width:100%;
  528. background: #fff;
  529. display: flex;
  530. align-items: center;
  531. justify-content: center;
  532. a{font-size:38px;}
  533. }