common.less 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686
  1. @import './reset.less';
  2. @import './mixin.less';
  3. @import './iconfont.less';
  4. //@import '//at.alicdn.com/t/font_489507_0tjrv7fqnri442t9.css';
  5. * {
  6. color: #666;
  7. list-style: none !important;
  8. }
  9. body {
  10. background: #F0F0F0;
  11. }
  12. .hcontent-wrapper, .main {
  13. max-width:85%;
  14. margin: 0 auto;
  15. }
  16. .main {
  17. margin-top: 130px;
  18. section.mainContent {
  19. margin-left: -5px;
  20. margin-top: 10px !important;
  21. }
  22. section.main-ads-wrapper {
  23. box-sizing: border-box;
  24. margin-top: 5px;
  25. border-left: 5px solid #F0F0F0;
  26. }
  27. }
  28. .ball-list {
  29. display: inline-block;
  30. margin: 2px;
  31. height: 30px;
  32. width: 30px;
  33. font-size: 1.8rem;
  34. color: #fff;
  35. border-radius: 50%;
  36. text-align: center;
  37. line-height: 30px;
  38. overflow: hidden;
  39. }
  40. .ball-list-dnew {
  41. display: inline-block;
  42. margin: 2px;
  43. height: 30px;
  44. width: 30px;
  45. font-size: 1.8rem;
  46. color: #fff;
  47. border-radius: 0%;
  48. text-align: center;
  49. line-height: 30px;
  50. overflow: hidden;
  51. }
  52. .ball-list-newfont {
  53. display: inline-block;
  54. margin: 2px;
  55. height: 36px;
  56. width: 36px;
  57. font-size: 3rem;
  58. text-align: center;
  59. line-height: 36px;
  60. overflow: hidden;
  61. }
  62. .ball-list-new {
  63. display: inline-block;
  64. margin: 2px;
  65. text-align: center;
  66. overflow: hidden;
  67. }
  68. .ball-list.red {
  69. background: @fcolor;
  70. }
  71. .ball-list.blue {
  72. background: #0092DD;
  73. }
  74. .ball-list.green {
  75. background: #1fc26b;
  76. }
  77. .ball-list-dnew.red {
  78. background: @fcolor;
  79. }
  80. .ball-list-dnew.blue {
  81. background: #0092DD;
  82. }
  83. .ball-list-dnew.rednew {
  84. background: #bfbebe;
  85. }
  86. .ball-list-dnew.green {
  87. background: #1fc26b;
  88. }
  89. .ball-list.shengxiao {
  90. background: #0092DD;
  91. }
  92. .ball-list.jijie {
  93. background: #0092DD;
  94. }
  95. .ball-list.fangwei {
  96. background: #0092DD;
  97. }
  98. .pk3-list {
  99. display: inline-block;
  100. margin-right: 20px;
  101. .iconfont {
  102. font-size: 3rem;
  103. }
  104. .ball-pk3 {
  105. font-size: 2.8rem;
  106. font-weight: 700;
  107. }
  108. &.hongtao span, &.fangpian span {
  109. color: @fcolor;
  110. }
  111. &.heitao span, &.meihua span {
  112. color: rgba(0,0,0,.8);
  113. }
  114. }
  115. .icon-quanguo {
  116. color: #B21F2D !important;
  117. }
  118. .icon-difang {
  119. color: #007BFF !important;
  120. }
  121. .icon-gaopin {
  122. color: #00B7FF !important;
  123. }
  124. //header部分
  125. header {
  126. width: 100%;
  127. background: #fff;
  128. position: fixed;
  129. top: 0;
  130. left: 0;
  131. z-index: 999;
  132. .hcontent-wrapper {
  133. max-width: 85%;
  134. margin: 0 auto;
  135. }
  136. }
  137. .logo-wrapper {
  138. .logo-content {
  139. height: 80px;
  140. &.logo-left {
  141. box-sizing: border-box;
  142. text-align: left;
  143. vertical-align: middle;
  144. /*padding-top: 8px;*/
  145. line-height: 80px;
  146. img {
  147. display: inline-block;
  148. height: 70px;
  149. }
  150. }
  151. &.logo-center {
  152. .logo-hot-list {
  153. height: 40px;
  154. line-height: 40px;
  155. padding-left: 10px;
  156. position: relative;
  157. .text-ellipsis();
  158. &:nth-child(1), &:nth-child(2) {
  159. border-bottom: 1px solid #ddd;
  160. }
  161. }
  162. a {
  163. display: inline-block !important;
  164. padding: 0 3px;
  165. }
  166. .more {
  167. position: absolute;
  168. right: 0;
  169. color: #999;
  170. background: #fff;
  171. padding: 0 10px;
  172. z-index: 999;
  173. }
  174. span {
  175. font-size: 1.2rem;
  176. }
  177. .red {
  178. color: @fcolor;
  179. font-size: 1.4rem;
  180. }
  181. .blue, .shengxiao, .jijie, .fangwei {
  182. color: #0092DD;
  183. font-size: 1.4rem;
  184. }
  185. }
  186. &.logo-right {
  187. a.logo-right-item {
  188. float: right;
  189. text-align: right;
  190. line-height: 80px;
  191. margin: 0 5px;
  192. span {
  193. font-size: 1.4rem;
  194. cursor: pointer;
  195. &:hover {
  196. color: @fcolor;
  197. text-decoration: underline !important;
  198. }
  199. &:last-child {
  200. border: 0;
  201. }
  202. }
  203. }
  204. }
  205. }
  206. }
  207. section.nav-box {
  208. background: @fcolor;
  209. position: relative;
  210. height: 50px;
  211. }
  212. .mnav {
  213. height: 100%;
  214. height: 50px;
  215. line-height: 50px;
  216. text-align: right;
  217. z-index: 999;
  218. display: none;
  219. background-color:#fff;
  220. &.show {
  221. display: block;
  222. }
  223. .iconfont {
  224. display: inline-block;
  225. height: 100%;
  226. color: @fcolor;
  227. font-size: 24px;
  228. padding: 0 20px;
  229. }
  230. }
  231. .nav-wrapper {
  232. background: @fcolor;
  233. display: none;
  234. &.show {
  235. display: block;
  236. }
  237. .nav-content {
  238. box-sizing: border-box;
  239. height: 50px;
  240. color: #fff;
  241. float: left;
  242. > a {
  243. display: inline-block;
  244. height: 100%;
  245. line-height: 50px;
  246. text-align: center;
  247. padding: 0 12px;
  248. span.nav-item {
  249. cursor: pointer;
  250. color: #fff;
  251. font-size: 1.6rem;
  252. span.iconfont {
  253. color: #fff;
  254. font-size: 1.2rem;
  255. padding: 0 4px;
  256. }
  257. }
  258. }
  259. &:hover, &.active-nav {
  260. background: rgba(0,0,0,.1);
  261. }
  262. &.mobile {
  263. // float:right;
  264. position: relative;
  265. img {
  266. width: 140px;
  267. }
  268. &:hover {
  269. .cp-fl-box {
  270. display: block;
  271. }
  272. }
  273. .cp-fl-box {
  274. position: absolute;
  275. right: 0;
  276. background: #fff;
  277. border: 1px solid rgba(0,0,0,.1);
  278. padding: 10px;
  279. display: none;
  280. p {
  281. line-height: 30px;
  282. text-align: center;
  283. }
  284. }
  285. }
  286. &:hover .cp-fl-wrapper {
  287. display: block;
  288. }
  289. &:nth-child(2):hover, &:nth-child(3):hover, &:nth-child(4):hover, &:nth-child(5):hover {
  290. border-top: 1px solid @fcolor;
  291. background: #fff;
  292. span.nav-item, span.iconfont {
  293. color: @fcolor;
  294. }
  295. }
  296. }
  297. .ksj {
  298. position: relative;
  299. .ksj-wrapper {
  300. width: 100%;
  301. display: none;
  302. position: absolute;
  303. border: 2px solid @fcolor;
  304. border-top: 0;
  305. box-sizing: border-box;
  306. top: 100%;
  307. left: 0;
  308. background: #fff;
  309. .ksj-list {
  310. width: 100%;
  311. line-height: 40px;
  312. text-align: center;
  313. a {
  314. font-size: 1.4rem;
  315. &:hover {
  316. color: @fcolor;
  317. text-decoration: underline !important;
  318. }
  319. }
  320. }
  321. }
  322. }
  323. }
  324. .cp-fl-wrapper {
  325. position: absolute;
  326. top: 100%;
  327. left: 0;
  328. width: 100%;
  329. box-shadow: 0 4px 8px rgba(0,0,0,.15);
  330. background: #fff;
  331. padding: 10px 0;
  332. display: none;
  333. .cp-fl-box {
  334. max-width: 85%;
  335. margin: 0 auto;
  336. }
  337. .cp-fl-list {
  338. padding: 5px 20px;
  339. border-bottom: 1px solid rgba(0,0,0,.1);
  340. .clear();
  341. &:last-child {
  342. border: 0;
  343. }
  344. .cp-fl-title {
  345. width: 120px;
  346. float: left;
  347. line-height: 35px;
  348. font-size: 1.6rem;
  349. font-weight: 700;
  350. color: #666;
  351. .iconfont {
  352. font-size: 2.5rem;
  353. padding: 0 10px;
  354. float: left;
  355. font-weight: 100;
  356. &.icon-GPCK3 {
  357. font-size: 3rem;
  358. }
  359. }
  360. }
  361. .cp-fl-content {
  362. height: 35px;
  363. overflow: hidden;
  364. margin-left: 120px;
  365. a.lot-list {
  366. float: left;
  367. border-radius: 3px;
  368. line-height: 35px;
  369. color: #666;
  370. padding: 0 10px;
  371. font-size: 1.4rem;
  372. &:hover {
  373. .firbg();
  374. color: #fff;
  375. }
  376. }
  377. }
  378. &:hover, &:hover .cp-fl-content {
  379. cursor: pointer;
  380. height: auto;
  381. }
  382. }
  383. }
  384. //底部footer样式
  385. footer {
  386. background: #3F404F;
  387. color: #fff;
  388. padding-top: 25px;
  389. width: 100%;
  390. .hcontent-wrapper {
  391. max-width: 80%;
  392. margin: 0 auto;
  393. padding: 10px;
  394. }
  395. }
  396. .kjnav-wrapper {
  397. padding: 10px;
  398. .clear();
  399. .kjnav-left {
  400. float: left;
  401. width: 100px;
  402. .kjnav-title {
  403. font-size: 1.6rem;
  404. font-weight: 700;
  405. color: rgba(255,255,255,.7);
  406. }
  407. }
  408. .kjnav-right {
  409. margin-left: 100px;
  410. .kjnav-item {
  411. display: inline-block;
  412. padding-right: 10px;
  413. padding-left: 10px;
  414. white-space: nowrap;
  415. cursor: pointer;
  416. border-right: 0.15rem solid rgba(0,0,0,.2);
  417. margin:2px 0;
  418. &:last-child {
  419. border-right: 0;
  420. }
  421. span {
  422. display: inline-block;
  423. font-size: 1.5rem;
  424. color: rgba(255,255,255,.7);
  425. padding-top: 2px;
  426. padding-bottom: 2px;
  427. &:hover {
  428. color: @fcolor;
  429. }
  430. }
  431. &.flex-empty {
  432. .flex-empty();
  433. }
  434. }
  435. .kjnav-item-span {
  436. font-weight: 800;
  437. color: rgba(0,0,0,.2);
  438. padding-left: 5px;
  439. &:last-child {
  440. display: none;
  441. }
  442. }
  443. }
  444. }
  445. .fnav-box {
  446. border-top: 3px solid rgba(0,0,0,.2);
  447. }
  448. .footer-nav {
  449. padding: 10px 0 0;
  450. text-align: center;
  451. a.footer-nav-item {
  452. display: inline-block;
  453. padding: 5px 15px;
  454. border-right: 0.15rem solid rgba(0,0,0,.2);
  455. font-size: 1.2rem;
  456. font-weight: 700;
  457. cursor: pointer;
  458. color: rgba(255,255,255,.5);
  459. &:last-child {
  460. border: 0;
  461. }
  462. &:hover {
  463. color: @fcolor !important;
  464. }
  465. }
  466. }
  467. .copyright-wrapper {
  468. text-align: center;
  469. .copyright {
  470. font-size: 1.2rem;
  471. line-height: 25px;
  472. color: rgba(255,255,255,0.4);
  473. a {
  474. color: rgba(255,255,255,0.4);
  475. }
  476. a:hover {
  477. color: @fcolor;
  478. }
  479. }
  480. }
  481. //网页main-header样式
  482. .bread-nav {
  483. padding: 20px 10px 20px 0;
  484. .lable {
  485. font-size: 1.6rem;
  486. color: #666;
  487. }
  488. .iconfont {
  489. font-size: 10px;
  490. font-weight: 700;
  491. }
  492. a {
  493. display: inline-block;
  494. font-size: 1.6rem;
  495. color: #666;
  496. font-weight: normal;
  497. }
  498. a:hover {
  499. color: #C31A00;
  500. font-weight: bold;
  501. text-decoration: none;
  502. }
  503. }
  504. .icon-hot {
  505. color: @fcolor;
  506. padding: 0 10px;
  507. }
  508. section.hot-lottery-wrapper {
  509. margin-bottom: 10px;
  510. padding: 10px;
  511. background: #fff;
  512. .hot-lottery-title {
  513. display: block;
  514. height: 40px;
  515. line-height: 40px;
  516. padding: 0 10px;
  517. font-size: 1.6rem;
  518. border-bottom: 1px solid rgba(0,0,0,.1);
  519. .iconfont {
  520. color: @fcolor;
  521. font-size: 2.5rem;
  522. padding-left: 10px;
  523. }
  524. .lot-more {
  525. float: right;
  526. cursor: pointer;
  527. display: none;
  528. font-size: 1.4rem;
  529. .iconfont {
  530. font-weight: 700;
  531. font-size: 1.5rem;
  532. }
  533. }
  534. }
  535. .hot-lottery-content {
  536. padding: 10px 3px 3px;
  537. height: 95px;
  538. overflow: hidden;
  539. &.gpc {
  540. display: none;
  541. }
  542. &.gpc.active {
  543. display: block;
  544. }
  545. &.row {
  546. margin: 0 !important;
  547. }
  548. .hot-lottery-list {
  549. text-align: center;
  550. border-radius: 3px;
  551. padding: 10px 0 5px;
  552. cursor: pointer;
  553. height: 95px;
  554. &:hover {
  555. box-shadow: 0 0 3px 3px rgba(0,0,0,.1);
  556. }
  557. .iconfont {
  558. font-size: 5rem;
  559. color: @fcolor;
  560. line-height: 50px;
  561. }
  562. .icon-lable {
  563. display: block;
  564. font-size: 1.4rem;
  565. line-height: 30px;
  566. .text-ellipsis();
  567. }
  568. }
  569. }
  570. }
  571. .hot-lot-btn-box {
  572. padding: 10px 0 0;
  573. border-bottom: 2px solid @fcolor;
  574. &.row {
  575. margin: 0 !important;
  576. }
  577. .hot-lot-lable {
  578. float: left;
  579. padding: 5px 15px;
  580. // font-weight: 600;
  581. font-size: 1.7rem;
  582. border-radius: 5px 5px 0 0;
  583. cursor: pointer;
  584. &.active {
  585. color: #fff;
  586. background: @fcolor;
  587. }
  588. }
  589. .lot-more {
  590. float: right;
  591. cursor: pointer;
  592. display: none;
  593. .iconfont {
  594. color: rgba(0,0,0,.4);
  595. font-weight: 700;
  596. font-size: 1.4rem;
  597. }
  598. }
  599. }
  600. //网页main-left样式
  601. div.typecell-list-box {
  602. box-sizing: border-box;
  603. padding: 5px;
  604. overflow: hidden;
  605. .typecell-list {
  606. background: #fff;
  607. width: 100%;
  608. &:hover {
  609. box-shadow: 0 0 4px 4px rgba(0,0,0,.1);
  610. }
  611. }
  612. div.typecell-header {
  613. padding: 10px 10px 0;
  614. div.typecell-icon-wrapper {
  615. box-sizing: border-box;
  616. padding: 25px 30px 25px 20px;
  617. float: left;
  618. .iconfont {
  619. font-size: 3rem;
  620. color: red;
  621. box-shadow: 0 0 10px 10px #fff,0 0 15px 15px #DADADA;
  622. border-radius: 20px;
  623. }
  624. }
  625. div.typecell-hright-wrapper {
  626. text-align: left;
  627. .qs-box {
  628. margin-left: 20px;
  629. font-size: 1.4rem;
  630. }
  631. .hright-title {
  632. padding: 10px 0;
  633. font-size: 1.2rem;
  634. .text-ellipsis();
  635. }
  636. .lotName {
  637. color: #666;
  638. font-size: 1.6rem;
  639. font-weight: 700;
  640. }
  641. .qishu, .cqishu {
  642. color: @fcolor;
  643. font-size: 1.6rem;
  644. font-weight: 700;
  645. }
  646. .KJRate {
  647. font-size: 1.2rem;
  648. }
  649. div.hright-kjsm {
  650. color: #999;
  651. padding: 3px 0;
  652. font-size: 1.2rem;
  653. .timebox {
  654. color: @fcolor;
  655. font-size: 1.4rem;
  656. }
  657. }
  658. }
  659. }
  660. div.typecell-ball {
  661. padding: 10px 30px;
  662. overflow: hidden;
  663. }
  664. div.typecell-table {
  665. padding: 5px 10px;
  666. table {
  667. border-collapse: collapse;
  668. border-spacing: 2px;
  669. }
  670. th, td {
  671. border: 1px solid rgba(0,0,0,.1);
  672. }
  673. th {
  674. color: @fcolor;
  675. font-size: 1.3rem;
  676. font-weight: 400;
  677. }
  678. td {
  679. font-size: 1.2rem;
  680. color: #676767;
  681. }
  682. }
  683. div.typecell-button {
  684. margin: 10px 0 0;
  685. border-top: 1px solid rgba(0,0,0,.1);
  686. /*padding: 0 20px;
  687. overflow: hidden;*/
  688. .flex-center();
  689. flex-wrap: nowrap;
  690. .btn-list {
  691. height: 49px;
  692. line-height: 50px;
  693. cursor: pointer;
  694. text-align: center;
  695. flex:auto;
  696. a {
  697. font-size: 1.4rem;
  698. &:hover {
  699. color: @fcolor;
  700. }
  701. }
  702. }
  703. }
  704. }
  705. //网页main-right样式
  706. //section.main-ads-wrapper{
  707. // border-left:10px solid #F0F0F0;
  708. //}
  709. section.ads-section {
  710. margin-bottom: 10px;
  711. background: #fff;
  712. }
  713. .ads-list-title {
  714. height: 50px;
  715. line-height: 50px;
  716. padding: 0 10px;
  717. border-bottom: 1px solid #f0f0f0;
  718. .ads-title-lable {
  719. font-size: 1.6rem;
  720. color: #666;
  721. font-weight: 700;
  722. .text-ellipsis();
  723. }
  724. .more {
  725. color: darkgray;
  726. font-size: 1rem;
  727. cursor: pointer;
  728. text-align: right;
  729. span {
  730. color: darkgray;
  731. font-weight: 700;
  732. font-size: 1rem;
  733. }
  734. .iconfont {
  735. font-size: 0.4rem;
  736. color: darkgray;
  737. }
  738. }
  739. }
  740. .ads-list-content {
  741. padding: 10px;
  742. .ads-list {
  743. width: 100%;
  744. height: 30px;
  745. line-height: 30px;
  746. border-bottom: 1px solid ghostwhite;
  747. cursor: pointer;
  748. &:first-child {
  749. margin-top: -10px;
  750. }
  751. &:last-child {
  752. border: none;
  753. }
  754. a {
  755. overflow: hidden;
  756. position: relative;
  757. }
  758. .ads-list-lable {
  759. display: block;
  760. padding-right: 75px;
  761. width: 100%;
  762. height: 100%;
  763. box-sizing: border-box;
  764. color: #666;
  765. font-size: 1.4rem;
  766. .text-ellipsis();
  767. &:hover {
  768. color: @fcolor;
  769. }
  770. }
  771. .ads-list-time {
  772. position: absolute;
  773. right: 0;
  774. top: 0;
  775. width: 75px;
  776. height: 100%;
  777. text-align: right;
  778. color: darkgrey;
  779. }
  780. /**新增**/
  781. .ads-list-zs {
  782. width: 48%;
  783. text-align: center;
  784. display: inline-block;
  785. &:hover {
  786. text-decoration: underline;
  787. color: @fcolor;
  788. }
  789. }
  790. }
  791. .ads-wfcontent {
  792. width: 100%;
  793. height: 100%;
  794. display: block;
  795. text-indent: 2rem;
  796. line-height: 35px;
  797. font-size: 1.4rem;
  798. p {
  799. font-size: 1.4rem;
  800. }
  801. }
  802. .ads-recomkjh {
  803. width: 100%;
  804. height: 100%;
  805. display: block;
  806. position: relative;
  807. padding: 5px 0;
  808. border-bottom: 1px solid ghostwhite;
  809. .ads-name {
  810. display: inline-block;
  811. width: 56px;
  812. line-height: 36px;
  813. font-size: 1.6rem;
  814. position: absolute;
  815. left: 0;
  816. top: 0;
  817. }
  818. .ads-kjh {
  819. display: inline-block;
  820. left: 56px;
  821. top: 0;
  822. position: relative;
  823. }
  824. .ads-kjh-more {
  825. position: absolute;
  826. right: 0;
  827. top: 0;
  828. line-height: 36px;
  829. }
  830. }
  831. .hot-lottery-list {
  832. overflow: hidden;
  833. float: left;
  834. padding: 10px 10px;
  835. min-width: 10%;
  836. text-align: center;
  837. border-radius: 5px;
  838. &:hover {
  839. box-shadow: 0 0 3px 3px rgba(0,0,0,.1);
  840. }
  841. .iconfont {
  842. font-size: 30px;
  843. color: @fcolor;
  844. }
  845. .icon-lable {
  846. display: block;
  847. padding: 10px 0;
  848. font-size: 1.6rem;
  849. color: #666;
  850. .text-ellipsis();
  851. }
  852. }
  853. }
  854. .tool-list-wrapper {
  855. margin: 0 -10px;
  856. border-bottom: 1px solid #f0f0f0;
  857. .list-header {
  858. color: #666;
  859. padding: 0 10px;
  860. line-height: 50px;
  861. overflow: hidden;
  862. .iconfont {
  863. font-size: 40px;
  864. float: left;
  865. color: #01B4EE;
  866. }
  867. .tools-lable {
  868. margin-left: 10px;
  869. float: left;
  870. font-size: 1.4rem;
  871. }
  872. }
  873. .list-footer {
  874. padding: 10px;
  875. padding-top: 0;
  876. overflow: hidden;
  877. .tool-btn {
  878. font-size: 1.3rem;
  879. word-break: keep-all;
  880. height: 25px;
  881. line-height: 25px;
  882. .text-ellipsis();
  883. cursor: pointer;
  884. color: #666;
  885. &:hover {
  886. color: @fcolor;
  887. text-decoration: underline;
  888. /*background:#04D603;*/
  889. }
  890. }
  891. }
  892. }
  893. .ads-wrapper {
  894. padding: 10px 0;
  895. padding-left: 70px;
  896. background: #fff;
  897. overflow: hidden;
  898. position: relative;
  899. .tuiguang {
  900. background: @fcolor;
  901. color: #fff;
  902. line-height: 30px;
  903. font-size: 1.6rem;
  904. width: 160px;
  905. text-align: center;
  906. letter-spacing: 2px;
  907. position: absolute;
  908. top: 15px;
  909. left: -45px;
  910. transform: rotate(-45deg);
  911. // -webkit-transform:rotate(-45deg);
  912. // -o-transform:rotate(-45deg);
  913. // -ms-transform:rotate(-45deg);
  914. // -moz-transform:rotate(-45deg);
  915. // -khtml-transform:rotate(-45deg);
  916. }
  917. .ads-list {
  918. text-align: center;
  919. line-height: 25px;
  920. font-size: 0.8rem;
  921. padding: 0 10px;
  922. .text-ellipsis();
  923. &:hover {
  924. color: @fcolor;
  925. text-decoration: underline;
  926. }
  927. }
  928. }
  929. .main-title-wrapper {
  930. padding: 10px;
  931. margin-left: 5px;
  932. margin-top: 5px;
  933. background: #fff;
  934. .main-title {
  935. overflow: hidden;
  936. line-height: 35px;
  937. border-bottom: 2px solid @fcolor;
  938. .main-title-lable {
  939. float: left;
  940. padding: 0 15px;
  941. cursor: pointer;
  942. border-radius: 5px 5px 0 0;
  943. font-size: 1.7rem;
  944. &.active {
  945. background: @fcolor;
  946. color: #fff;
  947. }
  948. }
  949. }
  950. }
  951. .ksj-content-wrapper {
  952. margin-left: 5px;
  953. }
  954. .ksj-base-wrapper {
  955. margin: 10px 0;
  956. padding: 10px;
  957. background: #fff;
  958. overflow: hidden;
  959. .ksj-base-icon {
  960. float: left;
  961. padding: 25px 35px 25px 25px;
  962. .iconfont {
  963. .lot-shadow();
  964. font-size: 4rem;
  965. }
  966. }
  967. }
  968. .ksj-base-right {
  969. margin-left: 100px;
  970. padding-left: 10px;
  971. .lot-name {
  972. line-height: 35px;
  973. // border-bottom: 2px solid @fcolor;
  974. // padding-bottom: 5px;
  975. // margin-bottom: 5px;
  976. .lotName {
  977. font-size: 1.6rem;
  978. font-weight: 700;
  979. }
  980. .qishu {
  981. margin-left: 20px;
  982. font-size: 1.3rem;
  983. .select-qs {
  984. height: 25px;
  985. padding: 0 3px;
  986. margin: 0 10px;
  987. .border();
  988. }
  989. }
  990. }
  991. .kj-time {
  992. font-size: 1.3rem;
  993. line-height: 17px;
  994. color: rgba(0,0,0,.5);
  995. }
  996. .kj-btn {
  997. padding: 8px 0;
  998. .lot-btn {
  999. display: inline-block;
  1000. font-size: 1.4rem;
  1001. line-height: 16px;
  1002. padding: 0 15px;
  1003. color: @fcolor;
  1004. // border-right:2px solid rgba(0,0,0,.1);
  1005. border-right: 1px solid @fcolor;
  1006. &:last-child {
  1007. border: none;
  1008. }
  1009. &:first-child {
  1010. padding-left: 0;
  1011. }
  1012. &:hover {
  1013. color: @fcolor;
  1014. }
  1015. }
  1016. }
  1017. }
  1018. .ksj-num-wrapper {
  1019. height: 201px;
  1020. background: #fff;
  1021. padding: 10px;
  1022. margin-bottom: 10px;
  1023. margin-right: 10px;
  1024. .qishu {
  1025. line-height: 30px;
  1026. font-size: 1.7rem;
  1027. padding: 5px 0;
  1028. }
  1029. .ksj-ball {
  1030. padding: 5px 0;
  1031. }
  1032. .ksjxq {
  1033. line-height: 32px;
  1034. /*line-height: 35px;*/
  1035. font-size: 1.6rem;
  1036. > span {
  1037. font-size: 1.4rem;
  1038. }
  1039. }
  1040. .kj-btn {
  1041. line-height: 20px;
  1042. .strong {
  1043. font-size: 1.6rem;
  1044. font-weight: 700;
  1045. }
  1046. .lot-btn {
  1047. display: inline-block;
  1048. font-size: 1.6rem;
  1049. padding: 0 10px;
  1050. color: @fcolor;
  1051. cursor: pointer;
  1052. &:first-child {
  1053. padding-left: 0;
  1054. }
  1055. &.active, &:hover {
  1056. font-weight: 800;
  1057. }
  1058. }
  1059. }
  1060. }
  1061. .ksj-select-wrapper {
  1062. /*height: 165px;*/
  1063. /*overflow: hidden;*/
  1064. padding: 10px 0;
  1065. /*margin-bottom: 10px;*/
  1066. margin-right: 10px;
  1067. background: #fff;
  1068. .title {
  1069. line-height: 30px;
  1070. font-size: 1.6rem;
  1071. padding: 5px 0;
  1072. }
  1073. .select-list {
  1074. line-height: 30px;
  1075. /*overflow: hidden;*/
  1076. display: inline-block;
  1077. /*.lable {
  1078. font-size: 1.4rem;
  1079. }*/
  1080. .input-btn-group {
  1081. display: inline-block;
  1082. min-width: 160px;
  1083. height: 100%;
  1084. font-size: 0;
  1085. position: relative;
  1086. input {
  1087. .border();
  1088. float: left;
  1089. width: 105px;
  1090. height: 28px;
  1091. border-right: 0;
  1092. text-indent: 10px;
  1093. &#startInput {
  1094. .border();
  1095. }
  1096. }
  1097. .query-select {
  1098. position: absolute;
  1099. top: 30px;
  1100. left: 0;
  1101. /*width: 155px;*/
  1102. width: 105px;
  1103. background: #fff;
  1104. padding: 5px;
  1105. box-sizing: border-box;
  1106. z-index: 99;
  1107. max-height: 220px;
  1108. overflow-x: hidden;
  1109. overflow-y: scroll;
  1110. border: 1px solid #ddd;
  1111. border-top: 0;
  1112. display: none;
  1113. li {
  1114. line-height: 25px;
  1115. a {
  1116. text-align: center;
  1117. font-size: 1.4rem;
  1118. &:hover {
  1119. background: @fcolor;
  1120. color: #fff;
  1121. }
  1122. }
  1123. }
  1124. }
  1125. button {
  1126. width: 50px;
  1127. height: 30px;
  1128. border-radius: 0 3px 3px 0;
  1129. background: @fcolor;
  1130. color: #fff;
  1131. }
  1132. }
  1133. .eg {
  1134. font-size: 1.4rem;
  1135. color: #999;
  1136. vertical-align: bottom;
  1137. margin-left: 5px;
  1138. line-height: 40px;
  1139. }
  1140. }
  1141. }
  1142. .ksj-table-wrapper {
  1143. background: #fff;
  1144. padding: 10px;
  1145. margin-bottom: 10px;
  1146. margin-right: 10px;
  1147. .title {
  1148. /*overflow: hidden;*/
  1149. padding: 15px 10px;
  1150. span {
  1151. font-size: 1.8rem;
  1152. }
  1153. .qishu-box {
  1154. /*float: left;*/
  1155. padding: 10px 0;
  1156. .lot-btn {
  1157. display: inline-block;
  1158. font-size: 1.6rem;
  1159. color: @fcolor;
  1160. padding: 0 10px;
  1161. cursor: pointer;
  1162. &.active, &:hover {
  1163. font-weight: 800;
  1164. }
  1165. }
  1166. }
  1167. }
  1168. }
  1169. .ksj-table {
  1170. border-collapse: collapse;
  1171. border: 1px solid rgba(0,0,0,0.1);
  1172. // border-bottom: 0;
  1173. tr {
  1174. // border-top:1px solid #ddd;
  1175. &.single {
  1176. background: #ededed;
  1177. }
  1178. }
  1179. th {
  1180. font-size: 1.5rem;
  1181. line-height: 40px;
  1182. font-weight: 500;
  1183. }
  1184. td {
  1185. line-height: 40px;
  1186. font-size: 1.3rem;
  1187. span {
  1188. font-size: 1.3rem;
  1189. }
  1190. .red {
  1191. color: @fcolor;
  1192. }
  1193. .blue {
  1194. color: #0092DD;
  1195. }
  1196. .shengxiao {
  1197. color: #0092DD;
  1198. }
  1199. .jijie {
  1200. color: #0092DD;
  1201. }
  1202. .fangwei {
  1203. color: #0092DD;
  1204. }
  1205. }
  1206. }
  1207. .btn-refresh {
  1208. display: inline-block;
  1209. width: 64px;
  1210. height: 28px;
  1211. line-height: 26px;
  1212. text-align: center;
  1213. border-radius: 3px;
  1214. background: #C31A00;
  1215. color: #fff;
  1216. cursor: pointer;
  1217. }
  1218. @media screen and (min-width: 768px) {
  1219. .ksj:hover .ksj-wrapper {
  1220. display: block;
  1221. }
  1222. .hot-lottery-wrapper:hover .hot-lottery-content {
  1223. height: auto;
  1224. }
  1225. //右侧固定联系客服框
  1226. section.fiexed-wrapper {
  1227. position: fixed;
  1228. top: 50%;
  1229. right: 3px;
  1230. .fixed-list {
  1231. background: #fff;
  1232. border-radius: 3px;
  1233. box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
  1234. margin: 3px 0;
  1235. height: 50px;
  1236. width: 50px;
  1237. cursor: pointer;
  1238. text-align: center;
  1239. line-height: 50px;
  1240. &.shouji:hover {
  1241. background: @fcolor;
  1242. }
  1243. &.weixin:hover {
  1244. background: #04D603;
  1245. }
  1246. &.qq:hover {
  1247. background: #01B4EE;
  1248. }
  1249. &.fankui:hover {
  1250. background: #FF7779;
  1251. }
  1252. &.gotop:hover {
  1253. background-color:#FC73AB;
  1254. }
  1255. &.weixin, &.shouji {
  1256. position: relative;
  1257. .code-box {
  1258. position: absolute;
  1259. top: 3px;
  1260. right: 100%;
  1261. z-index: 999;
  1262. display: none;
  1263. margin-right: 3px;
  1264. img {
  1265. width: 100px;
  1266. }
  1267. }
  1268. &:hover .code-box {
  1269. display: inline-block;
  1270. }
  1271. }
  1272. &.gotop {
  1273. display: none;
  1274. }
  1275. span.iconfont {
  1276. font-size: 40px;
  1277. color: @fcolor;
  1278. &.icon-shouji {
  1279. font-size: 45px;
  1280. }
  1281. &.icon-weixin {
  1282. color: #04D603;
  1283. }
  1284. &.icon-qq {
  1285. color: #01B4EE;
  1286. }
  1287. &.icon-fankui {
  1288. color: #FF7779;
  1289. }
  1290. &.icon-gotop {
  1291. color: #FC73AB;
  1292. }
  1293. }
  1294. span.icontext {
  1295. display: none;
  1296. line-height: 18px;
  1297. font-size: 1.2rem;
  1298. color: #fff;
  1299. padding-top: 7px;
  1300. }
  1301. &:hover span.icontext {
  1302. display: inline-block;
  1303. color: #fff;
  1304. }
  1305. &:hover span.iconfont {
  1306. display: none;
  1307. }
  1308. }
  1309. }
  1310. }
  1311. @media screen and (min-width: 0px) and (max-width: 768px) {
  1312. .hcontent-wrapper, .main {
  1313. max-width: 100% !important;
  1314. }
  1315. header {
  1316. position: relative !important;
  1317. margin-bottom: 10px;
  1318. .logo-wrapper {
  1319. display: none;
  1320. }
  1321. .nav-box {
  1322. height: auto !important;
  1323. }
  1324. .nav-content a, .nav-content .nav-item {
  1325. display: block !important;
  1326. text-align: center;
  1327. }
  1328. .nav-content {
  1329. height: auto !important;
  1330. }
  1331. .ksj-wrapper {
  1332. position: relative !important;
  1333. top: 0;
  1334. }
  1335. .logo-img {
  1336. display: inline-block;
  1337. height: 100%;
  1338. overflow: hidden;
  1339. float: left;
  1340. img {
  1341. height: 90%;
  1342. margin-left: 10px;
  1343. }
  1344. }
  1345. }
  1346. .main {
  1347. margin-top: 0 !important;
  1348. .lot-more {
  1349. display: inline-block !important;
  1350. }
  1351. }
  1352. footer{
  1353. padding-top:0;
  1354. }
  1355. .kjnav-wrapper {
  1356. .kjnav-left {
  1357. display: block;
  1358. float: none;
  1359. width: 100%;
  1360. .kjnav-title {
  1361. line-height: 35px;
  1362. font-size: 1.4rem;
  1363. }
  1364. }
  1365. .kjnav-right {
  1366. margin-left: 0;
  1367. .kjnav-item {
  1368. span {
  1369. font-size: 1.1rem ;
  1370. .text-ellipsis();
  1371. }
  1372. }
  1373. }
  1374. }
  1375. section.fiexed-wrapper {
  1376. position: fixed;
  1377. bottom: 20px;
  1378. right: 10px;
  1379. .fixed-list {
  1380. display: none;
  1381. span.icon-gotop {
  1382. font-size: 40px;
  1383. color: #FC73AB;
  1384. }
  1385. .icontext{
  1386. display:none;
  1387. }
  1388. }
  1389. }
  1390. }
  1391. @media screen and (min-width: 0px) {
  1392. .lg-a-1 {
  1393. width: 100%;
  1394. float: left;
  1395. -webkit-box-sizing: border-box;
  1396. box-sizing: border-box;
  1397. }
  1398. }
  1399. @media screen and (min-width: 926px) {
  1400. .lg-a-2 {
  1401. width: 50%;
  1402. float: left;
  1403. -webkit-box-sizing: border-box;
  1404. box-sizing: border-box;
  1405. }
  1406. }
  1407. @media screen and (min-width: 1200px) {
  1408. .lg-a-5 {
  1409. width: 20%;
  1410. float: left;
  1411. -webkit-box-sizing: border-box;
  1412. box-sizing: border-box;
  1413. }
  1414. }
  1415. .lg-margin {
  1416. margin-right: 0px !important;
  1417. margin-left: 0px !important;
  1418. }
  1419. .pon {
  1420. max-width: 100% !important;
  1421. }
  1422. .lg-a-5 {
  1423. width: 20%;
  1424. float: left;
  1425. -webkit-box-sizing: border-box;
  1426. box-sizing: border-box;
  1427. }