kaijdetail.less 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
  1. @import './common/common.less';
  2. a {
  3. color: #666;
  4. }
  5. .padding0 {
  6. padding: 0;
  7. }
  8. .logo-left {
  9. padding-top: 0 !important;
  10. }
  11. /*开奖详情*/
  12. .detail-wrapper {
  13. // margin: 111px auto 0;
  14. // padding: 6px 0 5px;
  15. }
  16. .kaijbox-padding {
  17. background-color: #FFFFFF;
  18. padding: 18px 0 18px;
  19. margin: 10px 0;
  20. }
  21. // 开奖图标
  22. .kaij-icon {
  23. padding-top: 15px;
  24. .icon-shadow {
  25. font-size: 60px;
  26. color: red;
  27. border-radius: 30px;
  28. box-shadow: 0 0 10px 10px #fff, 0 0 15px 15px #DADADA;
  29. }
  30. .kaij-text {
  31. margin-top: 35px;
  32. font-size: 1.6rem;
  33. color: #000;
  34. display: block;
  35. }
  36. }
  37. // 开奖数据
  38. .kaij-data {
  39. margin-top: 10px;
  40. .kaij-title {
  41. margin-bottom: 1%;
  42. font-size: 1.3rem;
  43. .kaij-name {
  44. font-size: 1.5rem;
  45. color: #000;
  46. margin-right: 2%;
  47. }
  48. }
  49. .kaij-qs {
  50. color: #f44a07;
  51. margin: 0 0.5%;
  52. font-size: 1.6rem;
  53. font-weight: bold;
  54. }
  55. .kaij-cartoon {
  56. display: block;
  57. overflow: hidden;
  58. padding: 7px 0;
  59. // height: 35px;
  60. .ball-list {
  61. font-size: 2.0rem;
  62. height: 36px;
  63. width: 36px;
  64. line-height: 36px;
  65. }
  66. .ball-list-dnew {
  67. font-size: 2.0rem;
  68. height: 36px;
  69. width: 36px;
  70. line-height: 36px;
  71. }
  72. .ball-list-dnew2 {
  73. font-size: 2.0rem;
  74. height: 36px;
  75. width: 36px;
  76. line-height: 36px;
  77. }
  78. .ball-list-dnew3 {
  79. font-size: 2.0rem;
  80. height: 36px;
  81. width: 36px;
  82. line-height: 36px;
  83. }
  84. }
  85. .kaij-cartoon-new {
  86. display: block;
  87. overflow: hidden;
  88. padding: 3px 0;
  89. // height: 35px;
  90. .ball-list-new {
  91. font-size: 1.8rem;
  92. color: darkgray;
  93. height: 20px;
  94. width: 36px;
  95. line-height: 20px;
  96. }
  97. }
  98. .kaij-line {
  99. border-top: 0.1rem solid #E7E7E7;
  100. margin-top: 1%;
  101. }
  102. }
  103. .kaij-btns {
  104. margin: 5px 0;
  105. .kaij-btn-item {
  106. display: inline-block;
  107. padding: 5px 10px;
  108. font-size: 1.4rem;
  109. &:hover {
  110. color: @fcolor;
  111. font-weight: 700;
  112. }
  113. }
  114. .kaij-btn-item2 {
  115. display: inline-block;
  116. padding: 5px 2px;
  117. font-size: 1.4rem;
  118. }
  119. }
  120. .kaij-more {
  121. // margin-top: 5px;
  122. ul {
  123. width: 100%;
  124. }
  125. .kaij-list {
  126. padding: 4px 0;
  127. }
  128. .kaij-list span {
  129. display: inline-block;
  130. }
  131. span a {
  132. // margin-right: 0.3%;
  133. color: #333;
  134. text-decoration: solid !important;
  135. display: block;
  136. white-space: nowrap;
  137. overflow: hidden;
  138. text-overflow: ellipsis;
  139. outline: none;
  140. font-size: 1.0rem;
  141. &:hover {
  142. color: #C31A00;
  143. font-weight: bold;
  144. text-decoration: none;
  145. cursor: pointer;
  146. }
  147. }
  148. .morefirst {
  149. margin-right: 0.5%;
  150. color: #999;
  151. font-size: 1.2rem;
  152. }
  153. .morelast {
  154. margin-left: 4%;
  155. margin-top: 2%;
  156. }
  157. }
  158. .icon-left-more {
  159. font-size: 0.1rem;
  160. }
  161. //倒计时
  162. .kaij-count {
  163. font-size: 1.3rem;
  164. margin-bottom: 10px;
  165. .line {
  166. display: block;
  167. margin: 5px 0;
  168. color: #666;
  169. padding: 5px;
  170. font-size: 1.3rem;
  171. }
  172. .open {
  173. display: block;
  174. margin: 3px;
  175. .bgtime {
  176. display: inline-block;
  177. background: #444553;
  178. color: #ffd200;
  179. text-align: center;
  180. font-size: 1.8rem;
  181. border-radius: 2px;
  182. -moz-border-radius: 2px;
  183. -webkit-border-radius: 2px;
  184. width: 40px;
  185. height: 40px;
  186. vertical-align: middle;
  187. line-height: 40px;
  188. }
  189. }
  190. .opening {
  191. width: 220px;
  192. height: 40px;
  193. background: #212224;
  194. border-radius: 2px;
  195. -moz-border-radius: 2px;
  196. -webkit-border-radius: 2px;
  197. color: #f7f200;
  198. padding-left: 30px;
  199. box-sizing: border-box;
  200. -webkit-box-sizing: border-box;
  201. -moz-box-sizing: border-box;
  202. font-size: 1.8rem;
  203. z-index: 999;
  204. display: none;
  205. line-height: 36px;
  206. }
  207. .kaij-qsnext {
  208. color: #f44a07;
  209. margin: 0 0.5%;
  210. font-size: 1.5rem;
  211. }
  212. }
  213. //开奖table--start
  214. .list {
  215. background-color: #FFF;
  216. // margin-top: 1.5%;
  217. .list-head {
  218. padding: 10px 20px;
  219. border-bottom: 0.1rem solid #E7E7E7;
  220. line-height: 25px;
  221. .head-left {
  222. height: 30px;
  223. line-height: 30px;
  224. color: #333;
  225. font-size: 1.6rem;
  226. }
  227. .head-left-new {
  228. height: 30px;
  229. line-height: 30px;
  230. color: #333;
  231. font-size: 1.6rem;
  232. margin-right: 30px;
  233. cursor: pointer;
  234. }
  235. .head-left-new:hover {
  236. color:red;
  237. }
  238. .head-right {
  239. float: right;
  240. display: inline-block;
  241. a {
  242. display: inline-block;
  243. margin: 0 5px;
  244. }
  245. .year-query {
  246. display: inline-block;
  247. height: 25px;
  248. width: 130px;
  249. }
  250. .sel-input {
  251. display: inline-block;
  252. position: relative;
  253. &:before {
  254. content: '';
  255. position: absolute;
  256. top: 10px;
  257. right: 2px;
  258. width: 0;
  259. height: 0;
  260. border-left: 7px solid transparent;
  261. border-right: 5px solid transparent;
  262. border-top: 5px solid rgba(0,0,0,.3);
  263. }
  264. }
  265. .query-select {
  266. position: absolute;
  267. top: 25px;
  268. left: 0;
  269. background: #fff;
  270. z-index: 5;
  271. list-style: none;
  272. height: 200px;
  273. overflow-y: scroll;
  274. overflow-x: hidden;
  275. border-radius: 1px;
  276. display: none;
  277. > li {
  278. height: 25px;
  279. width: 62px;
  280. text-align: left;
  281. padding-left: 0.2rem;
  282. &:hover, > a:hover {
  283. cursor: pointer;
  284. background: #C31A00;
  285. color: #fff;
  286. }
  287. }
  288. }
  289. .year-input {
  290. box-sizing: border-box;
  291. height: 25px;
  292. width: 80px;
  293. display: inline-block;
  294. border: 1px solid rgba(0, 0, 0, 0.2);
  295. border-right: 0;
  296. padding-left: 2px;
  297. }
  298. .year-btn {
  299. width: 50px;
  300. height: 25px;
  301. display: inline-block;
  302. border-radius: 0 3px 3px 0;
  303. background: #C31A00;
  304. color: #fff;
  305. cursor: pointer;
  306. }
  307. }
  308. }
  309. .head-right > a, .head-right > span {
  310. color: #333;
  311. font-size: 1.4rem;
  312. margin: 0 6px;
  313. &:hover {
  314. color: #C31A00;
  315. font-weight: bold;
  316. text-decoration: none;
  317. cursor: pointer;
  318. }
  319. }
  320. .list-content {
  321. padding: 1.5%;
  322. }
  323. .table-headtxt {
  324. text-align: center;
  325. font-size: 1.4rem;
  326. font-weight: 100;
  327. }
  328. td {
  329. font-size: 1.4rem;
  330. }
  331. .s-acitve {
  332. background-color: #C31A00;
  333. padding: 3px 10px;
  334. color: #FFFFFF !important;
  335. border-radius: 4px;
  336. }
  337. }
  338. .td-number {
  339. text-align: center;
  340. vertical-align: middle !important;
  341. a{
  342. display:inline-block;
  343. margin:0 3px;
  344. }
  345. .pk3-list {
  346. margin-right: 10px;
  347. .iconfont {
  348. font-size: 2rem;
  349. }
  350. .ball-pk3 {
  351. font-size: 1.8rem;
  352. font-weight: 700;
  353. }
  354. }
  355. }
  356. //开奖table--end
  357. .mainContent {
  358. margin: 0;
  359. }
  360. .ads-list-title {
  361. margin: 0;
  362. }
  363. .main-ads-wrapper {
  364. margin: 0;
  365. padding: 0;
  366. }
  367. .typecell-wrapper {
  368. padding: 5px 5px 10px 5px;
  369. }
  370. .typecell {
  371. padding: 15px;
  372. background: #fff;
  373. }
  374. table {
  375. border: 1px solid #ddd;
  376. }
  377. caption {
  378. text-align: center !important;
  379. caption-side: top !important;
  380. font-size: 1.8rem !important;
  381. color: #666;
  382. line-height: 40px;
  383. }
  384. thead tr {
  385. background: @fcolor;
  386. box-sizing: border-box;
  387. }
  388. tr {
  389. td {
  390. border-right: 1px solid #ddd;
  391. &:last-child {
  392. border: 0;
  393. }
  394. }
  395. border-bottom: 1px solid #ddd;
  396. &:last-child {
  397. border: 0;
  398. }
  399. }
  400. th {
  401. line-height: 40px;
  402. font-size: 1.4rem;
  403. color: #fff;
  404. }
  405. .je {
  406. padding: 0 10px;
  407. font-size: 1.4rem;
  408. .margin {
  409. margin: 0 3px;
  410. }
  411. .trje, .gdje {
  412. font-size: 1.4rem;
  413. color: @fcolor;
  414. }
  415. }
  416. .explain {
  417. display: block;
  418. position: relative;
  419. width: 100%;
  420. overflow: hidden;
  421. vertical-align: middle;
  422. h3 {
  423. text-align: center;
  424. padding-bottom: 3px;
  425. border-bottom: 0.1rem solid #E7E7E7;
  426. }
  427. .explainImg {
  428. background: url(../images/winingNote.gif) no-repeat;
  429. width: 480px;
  430. margin: 0 auto;
  431. }
  432. .ssq {
  433. background-position: 0 -28px;
  434. height: 320px;
  435. }
  436. .fc3d {
  437. background-position: 0 -1224px;
  438. height: 180px;
  439. margin-bottom: 30px;
  440. }
  441. .pl3 {
  442. background-position: 0 -1224px;
  443. height: 180px;
  444. margin-bottom: 30px;
  445. }
  446. .pl5 {
  447. background-position: 0 -1674px;
  448. height: 90px;
  449. margin-bottom: 46px;
  450. }
  451. .qlc {
  452. background-position: 0 -836px;
  453. height: 323px;
  454. }
  455. .dlt {
  456. background-position: 0 -416px;
  457. height: 360px;
  458. }
  459. .qxc {
  460. background-position: 0 -1833px;
  461. height: 420px;
  462. }
  463. .hubei30x5 {
  464. background-position: 0 -2300px;
  465. height: 326px;
  466. margin-top: 33px;
  467. }
  468. .henan22x5 {
  469. background-position: 0 -2690px;
  470. height: 295px;
  471. }
  472. .hc1 {
  473. background-position: 0 -3040px;
  474. height: 283px;
  475. }
  476. .hd15x5 {
  477. background-position: 0 -3370px;
  478. height: 173px;
  479. }
  480. .df6j1 {
  481. background-position: 0 -3600px;
  482. height: 320px;
  483. }
  484. .js7ws {
  485. background-position: 0 -3970px;
  486. height: 290px;
  487. }
  488. .fujian31x7 {
  489. background-position: 0 -4320px;
  490. height: 322px;
  491. }
  492. .xj35x7 {
  493. background-position: 0 -4710px;
  494. height: 321px;
  495. }
  496. .fujian36x7 {
  497. background-position: 0 -5105px;
  498. height: 358px;
  499. }
  500. .guangdong36x7 {
  501. background-position: 0 -5520px;
  502. height: 380px;
  503. }
  504. .zhejiang6j1 {
  505. background-position: 0 -5960px;
  506. height: 285px;
  507. }
  508. .hbssxw {
  509. background-position: 0 -6300px;
  510. height: 210px;
  511. }
  512. }
  513. .kaij-tj {
  514. position: relative;
  515. width: 100%;
  516. height: 100%;
  517. .kaij-tj-title {
  518. position: absolute;
  519. left: 15px;
  520. top: 0;
  521. width: 60px;
  522. text-align: right;
  523. padding: 3px 0;
  524. font-size: 1.2rem;
  525. }
  526. .kaij-tj-detail {
  527. display: inline-block;
  528. padding-left: 60px;
  529. width: 100%;
  530. margin-left: 0px;
  531. }
  532. .kaij-qgcqt {
  533. display: inline-block;
  534. padding: 3px 0;
  535. word-break: keep-all;
  536. width: 102px;
  537. .text-ellipsis();
  538. text-align: left;
  539. &:hover {
  540. color: @fcolor;
  541. font-weight: 700;
  542. }
  543. }
  544. }
  545. .qs-select-wrapper {
  546. position: relative;
  547. display: inline-block;
  548. width: 100px;
  549. text-align: center;
  550. border: 1px solid #ddd;
  551. height: 25px;
  552. .caret {
  553. width: 0;
  554. height: 0;
  555. border-left: 3px solid transparent;
  556. border-right: 3px solid transparent;
  557. border-top: 6px solid #666;
  558. position: absolute;
  559. right: 3px;
  560. top: 10px;
  561. }
  562. .qs-select-box {
  563. color: #f44a07;
  564. margin: 0 2px;
  565. font-size: 1.6rem;
  566. font-weight: bold;
  567. height: 100%;
  568. line-height: 25px;
  569. cursor: pointer;
  570. }
  571. .qs-select {
  572. display:none;
  573. border: 1px solid #ddd;
  574. position: absolute;
  575. top: 27px;
  576. left: 0;
  577. right: 0;
  578. background: #fff;
  579. max-height:200px;
  580. overflow-y:scroll;
  581. overflow-x:hidden;
  582. li{
  583. line-height:25px;
  584. a{
  585. font-size:1.3rem;
  586. &:hover{
  587. background:@fcolor;
  588. color:#fff;
  589. }
  590. }
  591. }
  592. }
  593. }
  594. .thead-new .red {
  595. color: red;
  596. font-size: 1.6rem;
  597. }
  598. .thead-new .green {
  599. color: #1fc26b;
  600. font-size: 1.6rem;
  601. }
  602. .thead-new .blue {
  603. color: #0092dd;
  604. font-size: 1.6rem;
  605. }
  606. .thead-new2 .table-headtxt {
  607. color: #000;
  608. }
  609. .thead-new1 .table-headtxt {
  610. color: red;
  611. }
  612. #table1{
  613. display: block;
  614. }
  615. #table2 {
  616. display: none;
  617. }
  618. #table3 {
  619. display: none;
  620. }
  621. .row-new{
  622. margin-top:10px;
  623. margin-bottom:10px;
  624. }
  625. .td-number-new span {
  626. float: left;
  627. text-align: center;
  628. border:0px solid #000;
  629. }
  630. .td-number-new {
  631. vertical-align: top !important;
  632. }
  633. #table1 th {
  634. width: 33.33333%;
  635. }
  636. #table2 th {
  637. width: 8.33333%;
  638. }
  639. #table3 th {
  640. width: 20%;
  641. }
  642. .new-on{
  643. color:red !important;
  644. }
  645. .thead-new-head th {
  646. color: #000 !important;
  647. }
  648. .thead-new th{
  649. padding:.25rem .75rem;
  650. }
  651. .thead-new1 th {
  652. padding: .25rem .75rem;
  653. }
  654. .thead-new2 th {
  655. padding: .25rem .75rem;
  656. }
  657. .ball-list-new {
  658. font-size: 1.8rem;
  659. color: #a9a9a9;
  660. height: 20px;
  661. width: 30px;
  662. line-height: 20px;
  663. display: inline-block;
  664. margin: 2px;
  665. text-align: center;
  666. overflow: hidden;
  667. }