| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835 |
- @charset "utf-8";
- @import url("https://fonts.googleapis.com/css2?family=Teko&display=swap");
- *,*:before,*:after {
- -webkit-box-sizing:border-box;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- body {
- background:#fff;
- -webkit-background-size:cover;
- -moz-background-size:cover;
- -o-background-size:cover;
- background-size:cover;
- margin:0;
- color:#000;
- font-family:'Teko',sans-serif;
- }
- .container {
- background:url(../img/container.jpg) no-repeat center;
- background-size:cover;
- margin:0px auto;
- margin-top:0.5%;
- margin-bottom:0.5%;
- max-width:400px;
- height:640px;
- border: 1px solid #ffcc57;
- border-radius:10px;
- box-shadow:1px 1px 10px rgba(0,0,0,0.3);
- position:relative;
- }
- .container-mask {
- background: rgba(0, 0, 0, 0.5);
- width: 100%;
- height: 100%;
- border-radius: 10px;
- }
- .navbar {
- background: #000;
- width:100%;
- height:50px;
- border-bottom:1px solid #eaa300;
- border-top-left-radius:10px;
- border-top-right-radius:10px;
- }
- .navbar-logo-box {
- width: 150px;
- height: 100%;
- border-top-left-radius: 8px;
- border-bottom: 50px solid #eaa300;
- border-right: 50px solid transparent;
- }
- .navbar-logo-box img {
- width: 100px;
- padding-top: 5px;
- margin-left: 8px;
- }
- .navbar-menu {
- margin-top:4px;
- float:right;
- }
- .navbar-menu i {
- margin-top: 3px;
- margin-right: 10px;
- color: #eaa300;
- font-size: 35px;
- }
- .landing-content {
- width: 100%;
- height: 350px;
- }
- .btn-share {
- background: #eaa300;
- width: 25%;
- height: 33px;
- margin-top: 11px;
- margin-left: 9px;
- padding: 5px;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- outline: none;
- float: left;
- }
- .btn-share-icon {
- background: #ffcc57;
- width: 25%;
- height: 100%;
- margin-right: 5px;
- border-radius: 5px;
- float: left;
- }
- .btn-share-icon i {
- padding-top: 2px;
- padding-left: 3.5px;
- color: #000;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .btn-share-txt {
- padding-top: 1px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: center;
- }
- .landing-message {
- width:100%;
- height:238px;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .landing-message img {
- width: 90px;
- margin-top: 5px;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .landing-message-title {
- padding-top: 10px;
- color: #eaa300;
- font-size: 27px;
- font-family: Teko, sans-serif;
- font-weight: bold;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .divider{
- display: block;
- margin-left: 5%;
- margin-right: 5%;
- margin-top: -8px;
- overflow: hidden;
- text-align: center;
- white-space: nowrap;
- width: 45%;
- }
- .divider>span{
- display: inline-block;
- position: relative;
- color: #eaa300;
- cursor: default;
- font-size: 20px;
- font-family: Teko, sans-serif;
- font-weight: bold;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .divider>span:before, .divider>span:after{
- background: #eaa300;
- content: "";
- height: 2px;
- position: absolute;
- top: 50%;
- width: 9999px;
- }
- .divider>span:before{
- margin-right: 10px;
- right: 100%;
- }
- .divider>span:after{
- left: 100%;
- margin-left: 10px;
- }
- .btn-collect {
- background: #eaa300;
- width: 30%;
- height: 33px;
- margin-top: 20px;
- margin-left: auto;
- margin-right: auto;
- padding: 5px;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- outline: none;
- display: block;
- }
- .btn-collect-icon {
- background: #ffcc57;
- width: 20%;
- height: 100%;
- margin-right: 5px;
- border-radius: 5px;
- float: left;
- }
- .btn-collect-icon i {
- padding-top: 2px;
- padding-left: 3.5px;
- color: #000;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .btn-collect-txt {
- padding-top: 1px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: center;
- }
- .reward-content {
- width:95%;
- height:88.5%;
- margin-top: 3%;
- margin-left:auto;
- margin-right:auto;
- display:block;
- }
- .menu-wrapper {
- background: #eaa300;
- width: 100%;
- height: auto;
- margin-top: 10px;
- margin-left: auto;
- margin-right: auto;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- display: block;
- }
- .menu-choose {
- width: 32.5%;
- height: auto;
- padding: 6px;
- padding-top: 8px;
- color: #000;
- text-align: center;
- border-bottom: 3px solid transparent;
- display: inline-block;
- }
- .menu-active {
- background: rgba(255, 204, 87, 0.4);
- border-bottom: 3px solid #ffcc57;
- transition: 0.5s;
- }
- .menu-notify {
- background: #eaa300;
- width: 100%;
- height: 35px;
- margin-top: 10px;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 10px;
- padding: 5px;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- outline: none;
- display: block;
- }
- .menu-notify-icon {
- background: #ffcc57;
- width: 6.5%;
- height: 100%;
- margin-right: 5px;
- border-radius: 5px;
- float: left;
- }
- .menu-notify-icon i {
- padding-top: 2px;
- padding-left: 3.5px;
- color: #000;
- font-size: 20px;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .menu-notify-txt {
- padding-top: 1px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: left;
- }
- .menu-notify-change {
- background: #ffcc57;
- width: 23%;
- height: auto;
- padding: 1px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: center;
- border-radius: 3px;
- float: right;
- }
- .scroll {
- overflow:scroll;
- position:relative;
- height: 465px;
- margin-top: 10px;
- scrollbar-face-color:#ffbb40;
- scrollbar-shadow-color:#ffbb40;
- scrollbar-highlight-color:#ffbb40;
- scrollbar-3dlight-color:#ffbb40;
- scrollbar-darkshadow-color:#ffbb40;
- scrollbar-track-color:#ffbb40;
- scrollbar-arrow-color:#ffbb40;
- }
- .item {
- background: #000;
- width: 32%;
- height: auto;
- margin-bottom: 9px;
- padding: 5px;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- }
- .item img {
- width: 100%;
- height: 105px;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- }
- .item button {
- background: #eaa300;
- width: 100%;
- height: auto;
- margin-top: 5px;
- padding: 3px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: center;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- outline: none;
- }
- .balance {
- background: #000;
- width: 32%;
- height: auto;
- margin-bottom: 9px;
- padding: 5px;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- }
- .balance-content-cash {
- width: 100%;
- height: 105px;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- }
- .balance-content-other {
- width: 100%;
- height: 105px;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- }
- .balance-content-cash img {
- width: 50;
- margin-top: 10px;
- margin-bottom: 9px;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .balance-content-other img {
- width: 50;
- margin-top: 10px;
- margin-bottom: 9px;
- margin-left: auto;
- margin-right: auto;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- display: block;
- }
- .balance-currency {
- width: 100%;
- height: auto;
- color: #eaa300;
- font-size: 18px;
- font-family: Teko, sans-serif;
- text-align: center;
- }
- .balance-price {
- background: #eaa300;
- width: 100%;
- height: auto;
- padding: 5px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: center;
- border: 1px solid #ffcc57;
- border-left: 0px;
- border-right: 0px;
- border-bottom: 0px;
- border-bottom-left-radius: 4px;
- border-bottom-right-radius: 4px;
- }
- .balance button {
- background: #eaa300;
- width: 100%;
- height: auto;
- margin-top: 5px;
- padding: 3px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: center;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- outline: none;
- }
- .popup {
- width:100%;
- height:100%;
- position:fixed;
- top:0;
- left:0;
- z-index:9999;
- overflow-y:scroll;
- }
- .item-confirmation {
- background: #eaa300;
- width: 100%;
- height: 105px;
- margin-top: 10px;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- }
- .item-confirmation-img-box {
- width: 28%;
- height: 100%;
- padding: 5px;
- border-right: 1px solid #ffcc57;
- float: left;
- }
- .item-confirmation-img-box img {
- width: 100%;
- height: 100%;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- }
- .item-confirmation-info {
- width: 72%;
- height: 100%;
- float: right;
- }
- .item-confirmation-status-title {
- background: #ffcc57;
- width: 37%;
- height: auto;
- margin-top: 6px;
- margin-left: 5px;
- padding-left: 5px;
- padding-right: 5px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: left;
- border-radius: 2px;
- }
- .item-confirmation-status-info {
- width: auto;
- height: auto;
- margin-top: 4px;
- margin-left: 5px;
- padding-top: 3px;
- padding-left: 4px;
- padding-right: 5px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: left;
- line-height: 10px;
- border-left: 1px solid #ffcc57;
- }
- .item-confirmation-information-title {
- background: #ffcc57;
- width: 37%;
- height: auto;
- margin-top: 14px;
- margin-left: 5px;
- padding-left: 5px;
- padding-right: 5px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: left;
- border-radius: 2px;
- }
- .item-confirmation-information-info {
- width: auto;
- height: auto;
- margin-top: 4px;
- margin-left: 5px;
- padding-top: 3px;
- padding-left: 4px;
- padding-right: 5px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: left;
- line-height: 10px;
- border-left: 1px solid #ffcc57;
- }
- .btn-popup-wrapper {
- width: 85%;
- height: 80px;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .btn-popup {
- background: #eaa300;
- width: 49%;
- height: 33px;
- margin-top: 20px;
- padding: 5px;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- outline: none;
- }
- .btn-popup-icon {
- background: #ffcc57;
- width: 15%;
- height: 100%;
- margin-right: 5px;
- border-radius: 5px;
- float: left;
- }
- .btn-popup-icon i {
- padding-top: 2px;
- padding-left: 3.5px;
- color: #000;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .btn-popup-txt {
- padding-top: 1px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: center;
- }
- .btn-submit-popup-txt {
- background: none;
- width: 81%;
- padding-left: 10px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: left;
- line-height: 20px;
- border: none;
- outline: none;
- float: right;
- }
- .btn-login {
- background: #eaa300;
- width: 100%;
- height: 51px;
- margin-bottom: 3px;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- }
- .btn-login-logo {
- background: #ffcc57;
- width: 16%;
- height: 100%;
- padding: 5px;
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;
- float: left;
- }
- .btn-login-logo img {
- width: 39px;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .btn-login-txt {
- margin-top: 10px;
- color: #000;
- font-size: 20px;
- font-family: Teko, sans-serif;
- text-align: center;
- }
- .popup-login {
- background:rgba(0,0,0,0.5);
- width:100%;
- height:100%;
- position:fixed;
- top:0;
- left:0;
- z-index:9999;
- }
- .popup-box-login-fb {
- background:#ECEFF6;
- max-width:330px;
- height:auto;
- position:relative;
- margin:50px auto;
- margin-top:1.9%;
- text-align:center;
- font-family:'Teko';
- color:#000;
- border-radius:10px;
- }
- .popup-box-login-twitter {
- background:#fff;
- max-width:330px;
- height:350px;
- position:relative;
- margin:50px auto;
- margin-top:10%;
- text-align:center;
- font-family:'Teko';
- color:#000;
- border-radius:10px;
- }
- .popup-box-login-google {
- background:#fff;
- max-width:330px;
- height:400px;
- position:relative;
- margin:50px auto;
- margin-top:10%;
- padding:15px;
- text-align:center;
- font-family:'Teko';
- color:#000;
- border-radius:10px;
- }
- .close-fb {
- background:#000;
- width:20px;
- height:20px;
- color:#fff;
- text-align:center;
- text-decoration:none;
- border-radius:50%;
- border:1.5px solid #fff;
- position:absolute;
- top:-8px;
- right:-10px;
- display:block;
- }
- .close-fb i {
- color:#fff;
- padding-top:1px;
- }
- .close-other {
- background:#000;
- width:20px;
- height:20px;
- color:#fff;
- text-align:center;
- text-decoration:none;
- border-radius:50%;
- border:1.5px solid #fff;
- top:-8px;
- right:-10px;
- position:absolute;
- z-index:9999999;
- display:block;
- }
- .close-other i {
- color:#fff;
- padding-top:1px;
- }
- .input-verify {
- background: #eaa300;
- width: 100%;
- height: auto;
- padding: 8px;
- color: #000;
- font-size: 15px;
- font-family: 'Teko', sans-serif;
- text-align: left;
- border: 1px solid #ffcc57;
- outline: none;
- }
- .select-verify {
- background: #eaa300;
- width: 100%;
- height: auto;
- padding: 10px;
- color: #000;
- font-size: 15px;
- font-family: 'Teko', sans-serif;
- text-align: left;
- border: 1px solid #ffcc57;
- outline: none;
- }
- .br-line-top-none {
- border-top: 0px;
- }
- .br-top {
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
- .br-bottom {
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .btn-verify {
- background: #eaa300;
- width: 40%;
- height: 33px;
- margin-top: 10px;
- margin-left: auto;
- margin-right: auto;
- padding: 5px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: center;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- outline: none;
- display: block;
- }
- .btn-verify-icon {
- background: #ffcc57;
- width: 18%;
- height: 100%;
- border-radius: 5px;
- float: left;
- }
- .btn-verify-icon i {
- padding-top: 1px;
- color: #000;
- font-size: 19px;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .message-box-finish {
- background: #eaa300;
- width: 100%;
- height: auto;
- padding: 5px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: left;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- }
- .notify-process {
- width: auto;
- height: auto;
- padding-left: 8px;
- padding-right: 8px;
- color: #000;
- font-size: 15px;
- font-family: Teko, sans-serif;
- text-align: left;
- border: 1px solid #ffcc57;
- border-radius: 5px;
- float: right;
- }
- .kiri {
- float: left;
- }
- .kanan {
- float: right;
- }
- .tengah {
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- ::-webkit-scrollbar {
- display:none;
- }
- input::-webkit-outer-spin-button,
- input::-webkit-inner-spin-button {
- -webkit-appearance: none;
- margin: 0;
- }
- select::-ms-expand {
- display: none;
- }
- select{
- -webkit-appearance: none;
- appearance: none;
- }
- @media only screen and (max-width:600px) {
- .container,.container-mask {
- width:100%;
- height:100%;
- margin-top:0px;
- margin-bottom:0px;
- border: none;
- border-radius:0px;
- padding:0px;
- }
- .navbar {
- border-radius:0px;
- }
- .navbar-logo-box {
- border-top-left-radius: 0px;
- }
- .landing-content {
- height: 280px;
- }
- .btn-share-icon {
- width: 27%;
- }
- .landing-message {
- border-radius: 0px;
- }
- .btn-collect-icon {
- width: 21%;
- }
- .item img {
- height: 90px;
- }
- .item-confirmation-img-box {
- margin-top: 5px;
- height: 92px;
- }
- .item-confirmation-status-title {
- width: 39%;
- }
- .item-confirmation-information-title {
- width: 43%;
- }
- .menu-notify-icon {
- width: 7.1%;
- }
- .btn-popup-icon {
- width: 15.5%;
- }
- .btn-popup-icon i {
- padding-top: 3px;
- }
- .popup-box-login-fb {
- margin-top: 5%;
- }
- }
|