common.style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  1. /* -------------------------------- home -----------------------------------------*/
  2. /*:root {
  3. --main-color: #EE0033;
  4. --background-color-1: #eef5fb;
  5. --star-color: #ffc911;
  6. }*/
  7. /*:root {
  8. --main-color: #F36F21;
  9. --background-color-1: #eef5fb;
  10. --star-color: #ffc911;
  11. }*/
  12. :root {
  13. --main-color: #FF8603;
  14. --background-color-1: #eef5fb;
  15. --star-color: #ffc911;
  16. }
  17. .header-img-main-retangle-above {
  18. width: 100%;
  19. height: 150px;
  20. }
  21. .header-img-main-retangle {
  22. width: 100%;
  23. height: 100px;
  24. }
  25. .header-img-ellipse-1 {
  26. position: fixed;
  27. top: 125px;
  28. left: 20px;
  29. }
  30. .header-img-ellipse-2 {
  31. position: fixed;
  32. top: -40px;
  33. right: 0px;
  34. }
  35. .header-img-ellipse-3 {
  36. position: fixed;
  37. top: 65px;
  38. right: 0px;
  39. }
  40. .header-img-ellipse-4 {
  41. position: fixed;
  42. top: 115px;
  43. }
  44. .text-color-white {
  45. color: white;
  46. font-size: 16px;
  47. }
  48. .text-color-white a {
  49. color: white;
  50. }
  51. .text-cash {
  52. color: var(--main-color);
  53. }
  54. /* Red border */
  55. hr.new1 {
  56. border-top: 1px solid var(--main-color);
  57. margin: 0 10px;
  58. }
  59. /* Dashed red border */
  60. hr.new2 {
  61. border-top: 1px dashed gray;
  62. margin: 10px 0px 15px 0px;
  63. }
  64. /* Dotted red border */
  65. hr.new3 {
  66. border-top: 1px dotted var(--main-color);
  67. margin: 10px 0px 15px 0px;
  68. }
  69. /* Thick red border */
  70. hr.new4 {
  71. border: 1px solid var(--main-color);
  72. margin: 0 10px;
  73. }
  74. hr.line-2 {
  75. border: 1px solid #F0F0F0;
  76. top: 10px;
  77. position: relative;
  78. }
  79. /* Large rounded green border */
  80. hr.new5 {
  81. border: 10px solid var(--main-color);
  82. border-radius: 5px;
  83. margin: 0 10px;
  84. }
  85. .button-box-animation {
  86. /* overflow: hidden;
  87. height: 100%;
  88. position: relative;*/
  89. }
  90. /* .button-box-animation:after {
  91. content: "";
  92. background: gray;
  93. display: block;
  94. position: absolute;
  95. padding-top: 100%;
  96. padding-left: 100%;
  97. margin-left: -20px !important;
  98. margin-top: -100%;
  99. opacity: 0;
  100. transition: all 0.8s
  101. }
  102. .button-box-animation:active:after {
  103. padding: 0;
  104. margin: 0;
  105. opacity: 1;
  106. transition: 0s
  107. }
  108. */
  109. .button-box-animation-v1 {
  110. overflow: hidden;
  111. height: 100%;
  112. position: relative;
  113. /*background-color: transparent;*/
  114. }
  115. .button-box-animation-v1:after {
  116. content: "";
  117. /*background: gray;*/
  118. display: block;
  119. position: absolute;
  120. padding-top: 100%;
  121. padding-left: 100%;
  122. margin-left: -20px !important;
  123. margin-top: -100%;
  124. opacity: 0;
  125. transition: all 0.8s
  126. }
  127. .button-box-animation-v1:active:after {
  128. padding: 0;
  129. margin: 0;
  130. opacity: 1;
  131. transition: 0s
  132. }
  133. .time-container {
  134. /*padding: 0px 5px;*/
  135. text-align: center;
  136. }
  137. .time-container .time-box {
  138. color: black;
  139. border-radius: 5px;
  140. background: white;
  141. /* vertical-align: middle; */
  142. /* top: 9px; */
  143. /* margin-top: 2px; */
  144. margin: 5px;
  145. height: 40px;
  146. width: 45px;
  147. }
  148. .time-container .time-box h6 {
  149. font-size: 0.8rem;
  150. margin: 0;
  151. }
  152. .item-box {
  153. display: inline-block;
  154. color: var(--main-color);
  155. text-align: center;
  156. text-decoration: none;
  157. margin: 0px 2px;
  158. /* border-left: 1px solid gray; */
  159. vertical-align: middle;
  160. }
  161. .item-box a {
  162. border-radius: 10px;
  163. border: 1px solid #F0F0F0;
  164. border-radius: 10px;
  165. height: 40px;
  166. min-width: 80px;
  167. padding-top: 8px;
  168. }
  169. .item-box-large {
  170. display: inline-block;
  171. color: var(--main-color);
  172. text-align: center;
  173. text-decoration: none;
  174. margin: 0px 2px;
  175. /* border-left: 1px solid gray; */
  176. vertical-align: middle;
  177. }
  178. .item-box-large a {
  179. border-radius: 10px;
  180. border: 1px solid #F0F0F0;
  181. border-radius: 10px;
  182. height: 40px;
  183. min-width: 80px;
  184. height: 60px;
  185. width: 140px;
  186. top: 10px;
  187. padding-top: 15px;
  188. }
  189. .data-input-line {
  190. background: url(bg-dot.jpg) repeat-x center bottom;
  191. background-color: transparent;
  192. /* color: #eeeeee; */
  193. outline: none;
  194. outline-style: none !important;
  195. border-top: none !important;
  196. border-left: none !important;
  197. border-right: none !important;
  198. border-bottom: solid #eeeeee 1px !important;
  199. padding: 3px 10px !important;
  200. }
  201. .resent-tran {
  202. padding: 0 5px;
  203. text-align: center;
  204. }
  205. .resent-tran a {
  206. color: red;
  207. }
  208. .confirm-tran {
  209. padding: 0 5px;
  210. text-align: center;
  211. }
  212. .confirm-tran a {
  213. color: var(--main-color);
  214. font-weight: 600;
  215. }
  216. .cancel-tran {
  217. padding: 0 5px;
  218. text-align: center;
  219. }
  220. .cancel-tran a {
  221. color: black;
  222. }
  223. .text-box-row {
  224. margin: 5px 0px;
  225. }
  226. .text-end-bold {
  227. text-align: end;
  228. font-weight: 800;
  229. }
  230. .text-start {
  231. text-align: start;
  232. }
  233. .text-bold {
  234. font-weight: 700;
  235. line-height: 2rem;
  236. }
  237. .text-margin-10 {
  238. margin: 10px 0;
  239. }
  240. .scroll-box-margin {
  241. margin: 5px 0
  242. }
  243. .button-style-3 {
  244. background: #1890FF;
  245. color: white;
  246. border: 1px solid #1890FF;
  247. height: 40px;
  248. border-radius: 10px;
  249. font-size: 12px;
  250. }
  251. .text-style-start-2 {
  252. text-align: start;
  253. }
  254. .text-style-end-2 {
  255. text-align: end;
  256. }
  257. .text-style-start-3 {
  258. text-align: start;
  259. font-weight: 800;
  260. }
  261. .text-style-start-3 h4 {
  262. text-align: start;
  263. font-weight: 800;
  264. }
  265. .text-style-end-3 {
  266. text-align: end;
  267. font-weight: 800;
  268. }
  269. .text-style-end-3 h4 {
  270. text-align: end;
  271. font-weight: 800;
  272. }
  273. .tabs-style {
  274. position: relative;
  275. /*min-height: 200px;*/ /* This part sucks */
  276. margin: 15px 0;
  277. color: #F0F0F0;
  278. font-weight: bold;
  279. padding: 5px;
  280. }
  281. .tab-style {
  282. float: left;
  283. padding: 0;
  284. text-align: center;
  285. height: 20px;
  286. }
  287. .tab-style label {
  288. background: #fff;
  289. padding: 10px;
  290. border-bottom: 1px solid #ccc;
  291. margin-left: -1px;
  292. position: relative;
  293. left: 1px;
  294. top: -29px;
  295. width: 100%;
  296. }
  297. .tab-style [type=radio] {
  298. display: none;
  299. }
  300. .content-style {
  301. position: absolute;
  302. top: -1px;
  303. left: 0;
  304. right: 0;
  305. bottom: 0;
  306. /*padding: 20px;*/
  307. border-top: 1px solid #ccc;
  308. -webkit-transition: opacity .6s linear;
  309. opacity: 0;
  310. }
  311. [type=radio]:checked ~ label {
  312. border-bottom: 2px solid var(--main-color);
  313. z-index: 2;
  314. padding-bottom: 4px;
  315. }
  316. [type=radio]:checked ~ label ~ .content {
  317. z-index: 1;
  318. opacity: 1;
  319. }
  320. .wrapper-style-3 {
  321. /*max-width: 50rem;*/
  322. width: 100%;
  323. margin: 0 auto;
  324. }
  325. .tabs-style-3 {
  326. position: relative;
  327. /*margin: 3rem 0;*/
  328. /*background: #1abc9c;*/
  329. background: linear-gradient(90.24deg, #0A328C 11.23%, rgba(26, 72, 177, 0.695417) 103.44%, rgba(38, 90, 207, 0.453125) 115.57%, rgba(10, 50, 140, 0) 134.87%);
  330. /*height: 14.75rem;*/
  331. height: 40px;
  332. }
  333. .tabs-style-3::before,
  334. .tabs-style-3::after {
  335. content: "";
  336. display: table;
  337. }
  338. .tabs-style-3::after {
  339. clear: both;
  340. }
  341. .tab-style-3 {
  342. float: left;
  343. }
  344. .tab-switch-style-3 {
  345. display: none;
  346. }
  347. .tab-label-style-3 {
  348. position: relative;
  349. display: block;
  350. line-height: 2.75em;
  351. /*height: 3em;*/
  352. padding: 0 1.618em;
  353. border-right: 0.125rem solid #16a085;
  354. color: #fff;
  355. cursor: pointer;
  356. top: 0;
  357. transition: all 0.25s;
  358. }
  359. .tab-label-style-3:hover {
  360. top: -0.25rem;
  361. transition: top 0.25s;
  362. }
  363. .tab-content-style-3 {
  364. height: 12rem;
  365. position: absolute;
  366. z-index: 1;
  367. top: 2.75em;
  368. left: 0;
  369. padding: 1.618rem;
  370. background: #fff;
  371. color: #2c3e50;
  372. border-bottom: 0.25rem solid #bdc3c7;
  373. opacity: 0;
  374. transition: all 0.35s;
  375. }
  376. .tab-switch-style-3:checked + .tab-label-style-3 {
  377. background: #fff;
  378. color: #2c3e50;
  379. border-bottom: 0;
  380. border-right: 0.125rem solid #fff;
  381. transition: all 0.35s;
  382. z-index: 1;
  383. top: -0.0625rem;
  384. }
  385. .tab-switch-style-3:checked + label + .tab-content-style-3 {
  386. z-index: 2;
  387. opacity: 1;
  388. transition: all 0.35s;
  389. }
  390. .button-style-4 {
  391. background: linear-gradient(90.24deg, #0A328C 11.23%, rgba(26, 72, 177, 0.695417) 103.44%, rgba(38, 90, 207, 0.453125) 115.57%, rgba(10, 50, 140, 0) 134.87%);
  392. color: white;
  393. border: none;
  394. height: 40px;
  395. border-radius: 10px;
  396. }
  397. .small-input-box {
  398. padding: 5px !important;
  399. height: 30px;
  400. }
  401. .result-date-box {
  402. padding: 0 2px;
  403. border-radius: 10px;
  404. width: 40%;
  405. display: inline-block;
  406. }
  407. .result-date-box-button {
  408. padding: 0 2px;
  409. border-radius: 10px;
  410. width: 19%;
  411. display: inline-block;
  412. position: absolute;
  413. margin-top: 27px;
  414. }
  415. .active {
  416. background-color: #F0F0F0;
  417. border: 1px solid var(--main-color) !important;
  418. }
  419. .active-tab {
  420. color: var(--main-color);
  421. }
  422. .error-note-line {
  423. color: red;
  424. border-bottom: 1px solid red !important;
  425. border-radius: 0px;
  426. }
  427. .error-note-box {
  428. color: red;
  429. border: 1px solid red !important;
  430. }
  431. label a {
  432. color: lightslategray;
  433. }
  434. .image-w-24 {
  435. width: 24px;
  436. }
  437. .image-w-30 {
  438. width: 30px;
  439. }
  440. .image-w-35 {
  441. width: 35px !important;
  442. }
  443. .image-w-71 {
  444. width: 71px !important;
  445. }
  446. .image-w-80 {
  447. width: 80px !important;
  448. }
  449. .image-w-78 {
  450. width: 78px !important;
  451. }
  452. .image-w-80 {
  453. width: 80px !important;
  454. }
  455. .image-w-84 {
  456. width: 84px !important;
  457. }
  458. /*
  459. .ticket-buy-number {
  460. font-size: 2em;
  461. }
  462. .ticket-buy-number,.ticket-buy-number::-webkit-input-placeholder {
  463. font-size: 20px;
  464. }
  465. */
  466. .box-coin-choose {
  467. text-align: center;
  468. height: 40px;
  469. border-radius: 10px;
  470. border: 1px solid #ECEFF1;
  471. padding-top: 7px;
  472. font-size: 16px;
  473. margin: 10px 0;
  474. }
  475. .label-input-data {
  476. width: 100%;
  477. height: 100%;
  478. z-index: 100000;
  479. position: absolute;
  480. left: 0;
  481. }
  482. .buy-ticket-button {
  483. background: radial-gradient(140.28% 627.39% at 50% 50%, #F4CF0E 0%, rgba(244, 207, 14, 0) 100%) !important;
  484. }
  485. .faq-container {
  486. margin: 20px;
  487. }
  488. .faq-start-box {
  489. }
  490. .faq-end-box {
  491. text-align: end;
  492. }
  493. .faq-container-content {
  494. }
  495. .faq-container-img {
  496. text-align: center;
  497. }
  498. .nav-left {
  499. display: inline-block;
  500. border-radius: 100px;
  501. height: 30px;
  502. width: 30px;
  503. margin: auto;
  504. }
  505. .nav-left i {
  506. margin: auto;
  507. top: 10px;
  508. width: 100%;
  509. text-align: center;
  510. vertical-align: -webkit-baseline-middle;
  511. color: white;
  512. }
  513. .nav-page {
  514. display: inline-block;
  515. vertical-align: -webkit-baseline-middle;
  516. }
  517. .nav-right {
  518. display: inline-block;
  519. border-radius: 100px;
  520. height: 30px;
  521. width: 30px;
  522. margin: auto;
  523. }
  524. .nav-right i {
  525. margin: auto;
  526. top: 10px;
  527. width: 100%;
  528. text-align: center;
  529. vertical-align: -webkit-baseline-middle;
  530. color: white;
  531. }
  532. .nav-active {
  533. background: linear-gradient(182.09deg, pink 45.77%, rgba(188, 70, 70, 0.704875) 127.71%, rgba(213, 19, 19, 0.541667) 166.12%, rgba(255, 0, 0, 0) 185.46%);
  534. }
  535. .nav-not-active {
  536. background: linear-gradient(182.09deg, pink 45.77%, rgba(188, 70, 70, 0.704875) 127.71%, rgba(213, 19, 19, 0.541667) 166.12%, rgba(255, 0, 0, 0) 185.46%);
  537. pointer-events: none;
  538. opacity: 0.4;
  539. }
  540. .text-white {
  541. color: white;
  542. }
  543. .text-main-color {
  544. color: var(--main-color);
  545. }
  546. .button-choose-box {
  547. margin: 5px 0;
  548. }
  549. .red-box {
  550. border: 1px solid red !important;
  551. border-radius: 10px;
  552. }
  553. .inactive {
  554. pointer-events: none;
  555. opacity: 0.4;
  556. }
  557. .text-w-80-main-color {
  558. font-weight: 900;
  559. color: var(--main-color);
  560. }
  561. .text-main-color {
  562. color: var(--main-color);
  563. }