style.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835
  1. @charset "utf-8";
  2. @import url("https://fonts.googleapis.com/css2?family=Teko&display=swap");
  3. *,*:before,*:after {
  4. -webkit-box-sizing:border-box;
  5. -moz-box-sizing:border-box;
  6. box-sizing:border-box;
  7. }
  8. body {
  9. background:#fff;
  10. -webkit-background-size:cover;
  11. -moz-background-size:cover;
  12. -o-background-size:cover;
  13. background-size:cover;
  14. margin:0;
  15. color:#000;
  16. font-family:'Teko',sans-serif;
  17. }
  18. .container {
  19. background:url(../img/container.jpg) no-repeat center;
  20. background-size:cover;
  21. margin:0px auto;
  22. margin-top:0.5%;
  23. margin-bottom:0.5%;
  24. max-width:400px;
  25. height:640px;
  26. border: 1px solid #ffcc57;
  27. border-radius:10px;
  28. box-shadow:1px 1px 10px rgba(0,0,0,0.3);
  29. position:relative;
  30. }
  31. .container-mask {
  32. background: rgba(0, 0, 0, 0.5);
  33. width: 100%;
  34. height: 100%;
  35. border-radius: 10px;
  36. }
  37. .navbar {
  38. background: #000;
  39. width:100%;
  40. height:50px;
  41. border-bottom:1px solid #eaa300;
  42. border-top-left-radius:10px;
  43. border-top-right-radius:10px;
  44. }
  45. .navbar-logo-box {
  46. width: 150px;
  47. height: 100%;
  48. border-top-left-radius: 8px;
  49. border-bottom: 50px solid #eaa300;
  50. border-right: 50px solid transparent;
  51. }
  52. .navbar-logo-box img {
  53. width: 100px;
  54. padding-top: 5px;
  55. margin-left: 8px;
  56. }
  57. .navbar-menu {
  58. margin-top:4px;
  59. float:right;
  60. }
  61. .navbar-menu i {
  62. margin-top: 3px;
  63. margin-right: 10px;
  64. color: #eaa300;
  65. font-size: 35px;
  66. }
  67. .landing-content {
  68. width: 100%;
  69. height: 350px;
  70. }
  71. .btn-share {
  72. background: #eaa300;
  73. width: 25%;
  74. height: 33px;
  75. margin-top: 11px;
  76. margin-left: 9px;
  77. padding: 5px;
  78. border: 1px solid #ffcc57;
  79. border-radius: 5px;
  80. outline: none;
  81. float: left;
  82. }
  83. .btn-share-icon {
  84. background: #ffcc57;
  85. width: 25%;
  86. height: 100%;
  87. margin-right: 5px;
  88. border-radius: 5px;
  89. float: left;
  90. }
  91. .btn-share-icon i {
  92. padding-top: 2px;
  93. padding-left: 3.5px;
  94. color: #000;
  95. margin-left: auto;
  96. margin-right: auto;
  97. display: block;
  98. }
  99. .btn-share-txt {
  100. padding-top: 1px;
  101. color: #000;
  102. font-size: 15px;
  103. font-family: Teko, sans-serif;
  104. text-align: center;
  105. }
  106. .landing-message {
  107. width:100%;
  108. height:238px;
  109. border-bottom-left-radius: 10px;
  110. border-bottom-right-radius: 10px;
  111. }
  112. .landing-message img {
  113. width: 90px;
  114. margin-top: 5px;
  115. margin-left: auto;
  116. margin-right: auto;
  117. display: block;
  118. }
  119. .landing-message-title {
  120. padding-top: 10px;
  121. color: #eaa300;
  122. font-size: 27px;
  123. font-family: Teko, sans-serif;
  124. font-weight: bold;
  125. text-align: center;
  126. text-transform: uppercase;
  127. letter-spacing: 1px;
  128. }
  129. .divider{
  130. display: block;
  131. margin-left: 5%;
  132. margin-right: 5%;
  133. margin-top: -8px;
  134. overflow: hidden;
  135. text-align: center;
  136. white-space: nowrap;
  137. width: 45%;
  138. }
  139. .divider>span{
  140. display: inline-block;
  141. position: relative;
  142. color: #eaa300;
  143. cursor: default;
  144. font-size: 20px;
  145. font-family: Teko, sans-serif;
  146. font-weight: bold;
  147. text-transform: uppercase;
  148. letter-spacing: 1px;
  149. }
  150. .divider>span:before, .divider>span:after{
  151. background: #eaa300;
  152. content: "";
  153. height: 2px;
  154. position: absolute;
  155. top: 50%;
  156. width: 9999px;
  157. }
  158. .divider>span:before{
  159. margin-right: 10px;
  160. right: 100%;
  161. }
  162. .divider>span:after{
  163. left: 100%;
  164. margin-left: 10px;
  165. }
  166. .btn-collect {
  167. background: #eaa300;
  168. width: 30%;
  169. height: 33px;
  170. margin-top: 20px;
  171. margin-left: auto;
  172. margin-right: auto;
  173. padding: 5px;
  174. border: 1px solid #ffcc57;
  175. border-radius: 5px;
  176. outline: none;
  177. display: block;
  178. }
  179. .btn-collect-icon {
  180. background: #ffcc57;
  181. width: 20%;
  182. height: 100%;
  183. margin-right: 5px;
  184. border-radius: 5px;
  185. float: left;
  186. }
  187. .btn-collect-icon i {
  188. padding-top: 2px;
  189. padding-left: 3.5px;
  190. color: #000;
  191. margin-left: auto;
  192. margin-right: auto;
  193. display: block;
  194. }
  195. .btn-collect-txt {
  196. padding-top: 1px;
  197. color: #000;
  198. font-size: 15px;
  199. font-family: Teko, sans-serif;
  200. text-align: center;
  201. }
  202. .reward-content {
  203. width:95%;
  204. height:88.5%;
  205. margin-top: 3%;
  206. margin-left:auto;
  207. margin-right:auto;
  208. display:block;
  209. }
  210. .menu-wrapper {
  211. background: #eaa300;
  212. width: 100%;
  213. height: auto;
  214. margin-top: 10px;
  215. margin-left: auto;
  216. margin-right: auto;
  217. border: 1px solid #ffcc57;
  218. border-radius: 5px;
  219. display: block;
  220. }
  221. .menu-choose {
  222. width: 32.5%;
  223. height: auto;
  224. padding: 6px;
  225. padding-top: 8px;
  226. color: #000;
  227. text-align: center;
  228. border-bottom: 3px solid transparent;
  229. display: inline-block;
  230. }
  231. .menu-active {
  232. background: rgba(255, 204, 87, 0.4);
  233. border-bottom: 3px solid #ffcc57;
  234. transition: 0.5s;
  235. }
  236. .menu-notify {
  237. background: #eaa300;
  238. width: 100%;
  239. height: 35px;
  240. margin-top: 10px;
  241. margin-left: auto;
  242. margin-right: auto;
  243. margin-bottom: 10px;
  244. padding: 5px;
  245. border: 1px solid #ffcc57;
  246. border-radius: 5px;
  247. outline: none;
  248. display: block;
  249. }
  250. .menu-notify-icon {
  251. background: #ffcc57;
  252. width: 6.5%;
  253. height: 100%;
  254. margin-right: 5px;
  255. border-radius: 5px;
  256. float: left;
  257. }
  258. .menu-notify-icon i {
  259. padding-top: 2px;
  260. padding-left: 3.5px;
  261. color: #000;
  262. font-size: 20px;
  263. margin-left: auto;
  264. margin-right: auto;
  265. display: block;
  266. }
  267. .menu-notify-txt {
  268. padding-top: 1px;
  269. color: #000;
  270. font-size: 15px;
  271. font-family: Teko, sans-serif;
  272. text-align: left;
  273. }
  274. .menu-notify-change {
  275. background: #ffcc57;
  276. width: 23%;
  277. height: auto;
  278. padding: 1px;
  279. color: #000;
  280. font-size: 15px;
  281. font-family: Teko, sans-serif;
  282. text-align: center;
  283. border-radius: 3px;
  284. float: right;
  285. }
  286. .scroll {
  287. overflow:scroll;
  288. position:relative;
  289. height: 465px;
  290. margin-top: 10px;
  291. scrollbar-face-color:#ffbb40;
  292. scrollbar-shadow-color:#ffbb40;
  293. scrollbar-highlight-color:#ffbb40;
  294. scrollbar-3dlight-color:#ffbb40;
  295. scrollbar-darkshadow-color:#ffbb40;
  296. scrollbar-track-color:#ffbb40;
  297. scrollbar-arrow-color:#ffbb40;
  298. }
  299. .item {
  300. background: #000;
  301. width: 32%;
  302. height: auto;
  303. margin-bottom: 9px;
  304. padding: 5px;
  305. border: 1px solid #ffcc57;
  306. border-radius: 5px;
  307. }
  308. .item img {
  309. width: 100%;
  310. height: 105px;
  311. border: 1px solid #ffcc57;
  312. border-radius: 5px;
  313. }
  314. .item button {
  315. background: #eaa300;
  316. width: 100%;
  317. height: auto;
  318. margin-top: 5px;
  319. padding: 3px;
  320. color: #000;
  321. font-size: 15px;
  322. font-family: Teko, sans-serif;
  323. text-align: center;
  324. border: 1px solid #ffcc57;
  325. border-radius: 5px;
  326. outline: none;
  327. }
  328. .balance {
  329. background: #000;
  330. width: 32%;
  331. height: auto;
  332. margin-bottom: 9px;
  333. padding: 5px;
  334. border: 1px solid #ffcc57;
  335. border-radius: 5px;
  336. }
  337. .balance-content-cash {
  338. width: 100%;
  339. height: 105px;
  340. border: 1px solid #ffcc57;
  341. border-radius: 5px;
  342. }
  343. .balance-content-other {
  344. width: 100%;
  345. height: 105px;
  346. border: 1px solid #ffcc57;
  347. border-radius: 5px;
  348. }
  349. .balance-content-cash img {
  350. width: 50;
  351. margin-top: 10px;
  352. margin-bottom: 9px;
  353. margin-left: auto;
  354. margin-right: auto;
  355. display: block;
  356. }
  357. .balance-content-other img {
  358. width: 50;
  359. margin-top: 10px;
  360. margin-bottom: 9px;
  361. margin-left: auto;
  362. margin-right: auto;
  363. border: 1px solid #ffcc57;
  364. border-radius: 5px;
  365. display: block;
  366. }
  367. .balance-currency {
  368. width: 100%;
  369. height: auto;
  370. color: #eaa300;
  371. font-size: 18px;
  372. font-family: Teko, sans-serif;
  373. text-align: center;
  374. }
  375. .balance-price {
  376. background: #eaa300;
  377. width: 100%;
  378. height: auto;
  379. padding: 5px;
  380. color: #000;
  381. font-size: 15px;
  382. font-family: Teko, sans-serif;
  383. text-align: center;
  384. border: 1px solid #ffcc57;
  385. border-left: 0px;
  386. border-right: 0px;
  387. border-bottom: 0px;
  388. border-bottom-left-radius: 4px;
  389. border-bottom-right-radius: 4px;
  390. }
  391. .balance button {
  392. background: #eaa300;
  393. width: 100%;
  394. height: auto;
  395. margin-top: 5px;
  396. padding: 3px;
  397. color: #000;
  398. font-size: 15px;
  399. font-family: Teko, sans-serif;
  400. text-align: center;
  401. border: 1px solid #ffcc57;
  402. border-radius: 5px;
  403. outline: none;
  404. }
  405. .popup {
  406. width:100%;
  407. height:100%;
  408. position:fixed;
  409. top:0;
  410. left:0;
  411. z-index:9999;
  412. overflow-y:scroll;
  413. }
  414. .item-confirmation {
  415. background: #eaa300;
  416. width: 100%;
  417. height: 105px;
  418. margin-top: 10px;
  419. border: 1px solid #ffcc57;
  420. border-radius: 5px;
  421. }
  422. .item-confirmation-img-box {
  423. width: 28%;
  424. height: 100%;
  425. padding: 5px;
  426. border-right: 1px solid #ffcc57;
  427. float: left;
  428. }
  429. .item-confirmation-img-box img {
  430. width: 100%;
  431. height: 100%;
  432. border: 1px solid #ffcc57;
  433. border-radius: 5px;
  434. }
  435. .item-confirmation-info {
  436. width: 72%;
  437. height: 100%;
  438. float: right;
  439. }
  440. .item-confirmation-status-title {
  441. background: #ffcc57;
  442. width: 37%;
  443. height: auto;
  444. margin-top: 6px;
  445. margin-left: 5px;
  446. padding-left: 5px;
  447. padding-right: 5px;
  448. color: #000;
  449. font-size: 15px;
  450. font-family: Teko, sans-serif;
  451. text-align: left;
  452. border-radius: 2px;
  453. }
  454. .item-confirmation-status-info {
  455. width: auto;
  456. height: auto;
  457. margin-top: 4px;
  458. margin-left: 5px;
  459. padding-top: 3px;
  460. padding-left: 4px;
  461. padding-right: 5px;
  462. color: #000;
  463. font-size: 15px;
  464. font-family: Teko, sans-serif;
  465. text-align: left;
  466. line-height: 10px;
  467. border-left: 1px solid #ffcc57;
  468. }
  469. .item-confirmation-information-title {
  470. background: #ffcc57;
  471. width: 37%;
  472. height: auto;
  473. margin-top: 14px;
  474. margin-left: 5px;
  475. padding-left: 5px;
  476. padding-right: 5px;
  477. color: #000;
  478. font-size: 15px;
  479. font-family: Teko, sans-serif;
  480. text-align: left;
  481. border-radius: 2px;
  482. }
  483. .item-confirmation-information-info {
  484. width: auto;
  485. height: auto;
  486. margin-top: 4px;
  487. margin-left: 5px;
  488. padding-top: 3px;
  489. padding-left: 4px;
  490. padding-right: 5px;
  491. color: #000;
  492. font-size: 15px;
  493. font-family: Teko, sans-serif;
  494. text-align: left;
  495. line-height: 10px;
  496. border-left: 1px solid #ffcc57;
  497. }
  498. .btn-popup-wrapper {
  499. width: 85%;
  500. height: 80px;
  501. margin-left: auto;
  502. margin-right: auto;
  503. display: block;
  504. }
  505. .btn-popup {
  506. background: #eaa300;
  507. width: 49%;
  508. height: 33px;
  509. margin-top: 20px;
  510. padding: 5px;
  511. border: 1px solid #ffcc57;
  512. border-radius: 5px;
  513. outline: none;
  514. }
  515. .btn-popup-icon {
  516. background: #ffcc57;
  517. width: 15%;
  518. height: 100%;
  519. margin-right: 5px;
  520. border-radius: 5px;
  521. float: left;
  522. }
  523. .btn-popup-icon i {
  524. padding-top: 2px;
  525. padding-left: 3.5px;
  526. color: #000;
  527. margin-left: auto;
  528. margin-right: auto;
  529. display: block;
  530. }
  531. .btn-popup-txt {
  532. padding-top: 1px;
  533. color: #000;
  534. font-size: 15px;
  535. font-family: Teko, sans-serif;
  536. text-align: center;
  537. }
  538. .btn-submit-popup-txt {
  539. background: none;
  540. width: 81%;
  541. padding-left: 10px;
  542. color: #000;
  543. font-size: 15px;
  544. font-family: Teko, sans-serif;
  545. text-align: left;
  546. line-height: 20px;
  547. border: none;
  548. outline: none;
  549. float: right;
  550. }
  551. .btn-login {
  552. background: #eaa300;
  553. width: 100%;
  554. height: 51px;
  555. margin-bottom: 3px;
  556. border: 1px solid #ffcc57;
  557. border-radius: 5px;
  558. }
  559. .btn-login-logo {
  560. background: #ffcc57;
  561. width: 16%;
  562. height: 100%;
  563. padding: 5px;
  564. border-top-left-radius: 2px;
  565. border-bottom-left-radius: 2px;
  566. float: left;
  567. }
  568. .btn-login-logo img {
  569. width: 39px;
  570. margin-left: auto;
  571. margin-right: auto;
  572. display: block;
  573. }
  574. .btn-login-txt {
  575. margin-top: 10px;
  576. color: #000;
  577. font-size: 20px;
  578. font-family: Teko, sans-serif;
  579. text-align: center;
  580. }
  581. .popup-login {
  582. background:rgba(0,0,0,0.5);
  583. width:100%;
  584. height:100%;
  585. position:fixed;
  586. top:0;
  587. left:0;
  588. z-index:9999;
  589. }
  590. .popup-box-login-fb {
  591. background:#ECEFF6;
  592. max-width:330px;
  593. height:auto;
  594. position:relative;
  595. margin:50px auto;
  596. margin-top:1.9%;
  597. text-align:center;
  598. font-family:'Teko';
  599. color:#000;
  600. border-radius:10px;
  601. }
  602. .popup-box-login-twitter {
  603. background:#fff;
  604. max-width:330px;
  605. height:350px;
  606. position:relative;
  607. margin:50px auto;
  608. margin-top:10%;
  609. text-align:center;
  610. font-family:'Teko';
  611. color:#000;
  612. border-radius:10px;
  613. }
  614. .popup-box-login-google {
  615. background:#fff;
  616. max-width:330px;
  617. height:400px;
  618. position:relative;
  619. margin:50px auto;
  620. margin-top:10%;
  621. padding:15px;
  622. text-align:center;
  623. font-family:'Teko';
  624. color:#000;
  625. border-radius:10px;
  626. }
  627. .close-fb {
  628. background:#000;
  629. width:20px;
  630. height:20px;
  631. color:#fff;
  632. text-align:center;
  633. text-decoration:none;
  634. border-radius:50%;
  635. border:1.5px solid #fff;
  636. position:absolute;
  637. top:-8px;
  638. right:-10px;
  639. display:block;
  640. }
  641. .close-fb i {
  642. color:#fff;
  643. padding-top:1px;
  644. }
  645. .close-other {
  646. background:#000;
  647. width:20px;
  648. height:20px;
  649. color:#fff;
  650. text-align:center;
  651. text-decoration:none;
  652. border-radius:50%;
  653. border:1.5px solid #fff;
  654. top:-8px;
  655. right:-10px;
  656. position:absolute;
  657. z-index:9999999;
  658. display:block;
  659. }
  660. .close-other i {
  661. color:#fff;
  662. padding-top:1px;
  663. }
  664. .input-verify {
  665. background: #eaa300;
  666. width: 100%;
  667. height: auto;
  668. padding: 8px;
  669. color: #000;
  670. font-size: 15px;
  671. font-family: 'Teko', sans-serif;
  672. text-align: left;
  673. border: 1px solid #ffcc57;
  674. outline: none;
  675. }
  676. .select-verify {
  677. background: #eaa300;
  678. width: 100%;
  679. height: auto;
  680. padding: 10px;
  681. color: #000;
  682. font-size: 15px;
  683. font-family: 'Teko', sans-serif;
  684. text-align: left;
  685. border: 1px solid #ffcc57;
  686. outline: none;
  687. }
  688. .br-line-top-none {
  689. border-top: 0px;
  690. }
  691. .br-top {
  692. border-top-left-radius: 5px;
  693. border-top-right-radius: 5px;
  694. }
  695. .br-bottom {
  696. border-bottom-left-radius: 5px;
  697. border-bottom-right-radius: 5px;
  698. }
  699. .btn-verify {
  700. background: #eaa300;
  701. width: 40%;
  702. height: 33px;
  703. margin-top: 10px;
  704. margin-left: auto;
  705. margin-right: auto;
  706. padding: 5px;
  707. color: #000;
  708. font-size: 15px;
  709. font-family: Teko, sans-serif;
  710. text-align: center;
  711. border: 1px solid #ffcc57;
  712. border-radius: 5px;
  713. outline: none;
  714. display: block;
  715. }
  716. .btn-verify-icon {
  717. background: #ffcc57;
  718. width: 18%;
  719. height: 100%;
  720. border-radius: 5px;
  721. float: left;
  722. }
  723. .btn-verify-icon i {
  724. padding-top: 1px;
  725. color: #000;
  726. font-size: 19px;
  727. margin-left: auto;
  728. margin-right: auto;
  729. display: block;
  730. }
  731. .message-box-finish {
  732. background: #eaa300;
  733. width: 100%;
  734. height: auto;
  735. padding: 5px;
  736. color: #000;
  737. font-size: 15px;
  738. font-family: Teko, sans-serif;
  739. text-align: left;
  740. border: 1px solid #ffcc57;
  741. border-radius: 5px;
  742. }
  743. .notify-process {
  744. width: auto;
  745. height: auto;
  746. padding-left: 8px;
  747. padding-right: 8px;
  748. color: #000;
  749. font-size: 15px;
  750. font-family: Teko, sans-serif;
  751. text-align: left;
  752. border: 1px solid #ffcc57;
  753. border-radius: 5px;
  754. float: right;
  755. }
  756. .kiri {
  757. float: left;
  758. }
  759. .kanan {
  760. float: right;
  761. }
  762. .tengah {
  763. margin-left: auto;
  764. margin-right: auto;
  765. display: block;
  766. }
  767. ::-webkit-scrollbar {
  768. display:none;
  769. }
  770. input::-webkit-outer-spin-button,
  771. input::-webkit-inner-spin-button {
  772. -webkit-appearance: none;
  773. margin: 0;
  774. }
  775. select::-ms-expand {
  776. display: none;
  777. }
  778. select{
  779. -webkit-appearance: none;
  780. appearance: none;
  781. }
  782. @media only screen and (max-width:600px) {
  783. .container,.container-mask {
  784. width:100%;
  785. height:100%;
  786. margin-top:0px;
  787. margin-bottom:0px;
  788. border: none;
  789. border-radius:0px;
  790. padding:0px;
  791. }
  792. .navbar {
  793. border-radius:0px;
  794. }
  795. .navbar-logo-box {
  796. border-top-left-radius: 0px;
  797. }
  798. .landing-content {
  799. height: 280px;
  800. }
  801. .btn-share-icon {
  802. width: 27%;
  803. }
  804. .landing-message {
  805. border-radius: 0px;
  806. }
  807. .btn-collect-icon {
  808. width: 21%;
  809. }
  810. .item img {
  811. height: 90px;
  812. }
  813. .item-confirmation-img-box {
  814. margin-top: 5px;
  815. height: 92px;
  816. }
  817. .item-confirmation-status-title {
  818. width: 39%;
  819. }
  820. .item-confirmation-information-title {
  821. width: 43%;
  822. }
  823. .menu-notify-icon {
  824. width: 7.1%;
  825. }
  826. .btn-popup-icon {
  827. width: 15.5%;
  828. }
  829. .btn-popup-icon i {
  830. padding-top: 3px;
  831. }
  832. .popup-box-login-fb {
  833. margin-top: 5%;
  834. }
  835. }