common.style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  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. margin-top: 5px !important;
  281. }
  282. .tab-style {
  283. float: left;
  284. padding: 0;
  285. text-align: center;
  286. /*height: 20px;*/
  287. }
  288. .tab-style label {
  289. background: #fff;
  290. padding: 10px;
  291. border-bottom: 1px solid #ccc;
  292. margin-left: -1px;
  293. position: relative;
  294. left: 1px;
  295. /*top: -29px;*/
  296. width: 100%;
  297. }
  298. .tab-style [type=radio] {
  299. display: none;
  300. }
  301. .content-style {
  302. position: absolute;
  303. top: -1px;
  304. left: 0;
  305. right: 0;
  306. bottom: 0;
  307. /*padding: 20px;*/
  308. border-top: 1px solid #ccc;
  309. -webkit-transition: opacity .6s linear;
  310. opacity: 0;
  311. }
  312. [type=radio]:checked ~ label {
  313. border-bottom: 2px solid var(--main-color);
  314. z-index: 2;
  315. padding-bottom: 4px;
  316. }
  317. [type=radio]:checked ~ label ~ .content {
  318. z-index: 1;
  319. opacity: 1;
  320. }
  321. .wrapper-style-3 {
  322. /*max-width: 50rem;*/
  323. width: 100%;
  324. margin: 0 auto;
  325. }
  326. .tabs-style-3 {
  327. position: relative;
  328. /*margin: 3rem 0;*/
  329. /*background: #1abc9c;*/
  330. 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%);
  331. /*height: 14.75rem;*/
  332. height: 40px;
  333. }
  334. .tabs-style-3::before,
  335. .tabs-style-3::after {
  336. content: "";
  337. display: table;
  338. }
  339. .tabs-style-3::after {
  340. clear: both;
  341. }
  342. .tab-style-3 {
  343. float: left;
  344. }
  345. .tab-switch-style-3 {
  346. display: none;
  347. }
  348. .tab-label-style-3 {
  349. position: relative;
  350. display: block;
  351. line-height: 2.75em;
  352. /*height: 3em;*/
  353. padding: 0 1.618em;
  354. border-right: 0.125rem solid #16a085;
  355. color: #fff;
  356. cursor: pointer;
  357. top: 0;
  358. transition: all 0.25s;
  359. }
  360. .tab-label-style-3:hover {
  361. top: -0.25rem;
  362. transition: top 0.25s;
  363. }
  364. .tab-content-style-3 {
  365. height: 12rem;
  366. position: absolute;
  367. z-index: 1;
  368. top: 2.75em;
  369. left: 0;
  370. padding: 1.618rem;
  371. background: #fff;
  372. color: #2c3e50;
  373. border-bottom: 0.25rem solid #bdc3c7;
  374. opacity: 0;
  375. transition: all 0.35s;
  376. }
  377. .tab-switch-style-3:checked + .tab-label-style-3 {
  378. background: #fff;
  379. color: #2c3e50;
  380. border-bottom: 0;
  381. border-right: 0.125rem solid #fff;
  382. transition: all 0.35s;
  383. z-index: 1;
  384. top: -0.0625rem;
  385. }
  386. .tab-switch-style-3:checked + label + .tab-content-style-3 {
  387. z-index: 2;
  388. opacity: 1;
  389. transition: all 0.35s;
  390. }
  391. .button-style-4 {
  392. 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%);
  393. color: white;
  394. border: none;
  395. height: 40px;
  396. border-radius: 10px;
  397. }
  398. .small-input-box {
  399. padding: 5px !important;
  400. height: 30px;
  401. }
  402. .result-date-box {
  403. padding: 0 2px;
  404. border-radius: 10px;
  405. width: 40%;
  406. display: inline-block;
  407. }
  408. .result-date-box-button {
  409. padding: 0 2px;
  410. border-radius: 10px;
  411. width: 19%;
  412. display: inline-block;
  413. position: absolute;
  414. margin-top: 27px;
  415. }
  416. .active {
  417. background-color: #F0F0F0;
  418. border: 1px solid var(--main-color) !important;
  419. }
  420. .active-tab {
  421. color: var(--main-color);
  422. }
  423. .error-note-line {
  424. color: red;
  425. border-bottom: 1px solid red !important;
  426. border-radius: 0px;
  427. }
  428. .error-note-box {
  429. color: red;
  430. border: 1px solid red !important;
  431. }
  432. label a {
  433. color: lightslategray;
  434. }
  435. .image-w-24 {
  436. width: 24px;
  437. }
  438. .image-w-30 {
  439. width: 30px;
  440. }
  441. .image-w-35 {
  442. width: 35px !important;
  443. }
  444. .image-w-71 {
  445. width: 71px !important;
  446. }
  447. .image-w-80 {
  448. width: 80px !important;
  449. }
  450. .image-w-78 {
  451. width: 78px !important;
  452. }
  453. .image-w-80 {
  454. width: 80px !important;
  455. }
  456. .image-w-84 {
  457. width: 84px !important;
  458. }
  459. /*
  460. .ticket-buy-number {
  461. font-size: 2em;
  462. }
  463. .ticket-buy-number,.ticket-buy-number::-webkit-input-placeholder {
  464. font-size: 20px;
  465. }
  466. */
  467. .box-coin-choose {
  468. text-align: center;
  469. height: 40px;
  470. border-radius: 10px;
  471. border: 1px solid #ECEFF1;
  472. padding-top: 7px;
  473. font-size: 16px;
  474. margin: 10px 0;
  475. }
  476. .label-input-data {
  477. width: 100%;
  478. height: 100%;
  479. z-index: 100000;
  480. position: absolute;
  481. left: 0;
  482. }
  483. .buy-ticket-button {
  484. background: radial-gradient(140.28% 627.39% at 50% 50%, #F4CF0E 0%, rgba(244, 207, 14, 0) 100%) !important;
  485. }
  486. .faq-container {
  487. margin: 20px;
  488. }
  489. .faq-start-box {
  490. }
  491. .faq-end-box {
  492. text-align: end;
  493. }
  494. .faq-container-content {
  495. }
  496. .faq-container-img {
  497. text-align: center;
  498. }
  499. .nav-left {
  500. display: inline-block;
  501. border-radius: 100px;
  502. height: 30px;
  503. width: 30px;
  504. margin: auto;
  505. }
  506. .nav-left i {
  507. margin: auto;
  508. top: 10px;
  509. width: 100%;
  510. text-align: center;
  511. vertical-align: -webkit-baseline-middle;
  512. color: white;
  513. }
  514. .nav-page {
  515. display: inline-block;
  516. vertical-align: -webkit-baseline-middle;
  517. }
  518. .nav-right {
  519. display: inline-block;
  520. border-radius: 100px;
  521. height: 30px;
  522. width: 30px;
  523. margin: auto;
  524. }
  525. .nav-right i {
  526. margin: auto;
  527. top: 10px;
  528. width: 100%;
  529. text-align: center;
  530. vertical-align: -webkit-baseline-middle;
  531. color: white;
  532. }
  533. .nav-active {
  534. 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%);
  535. }
  536. .nav-not-active {
  537. 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%);
  538. pointer-events: none;
  539. opacity: 0.4;
  540. }
  541. .text-white {
  542. color: white;
  543. }
  544. .text-main-color {
  545. color: var(--main-color);
  546. }
  547. .button-choose-box {
  548. margin: 5px 0;
  549. }
  550. .red-box {
  551. border: 1px solid red !important;
  552. border-radius: 10px;
  553. }
  554. .inactive {
  555. pointer-events: none;
  556. opacity: 0.4;
  557. }
  558. .text-w-80-main-color {
  559. font-weight: 900;
  560. color: var(--main-color);
  561. }
  562. .text-main-color {
  563. color: var(--main-color);
  564. }