| Server IP : 127.0.0.1 / Your IP : 216.73.216.48 Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64 User : win 10 ( 0) PHP Version : 8.2.12 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/xampp/htdocs-coblaa/cb_image/main_css/ |
Upload File : |
body{
background:#3B0F56;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
.home_div
{
float:left;width:100%;height:80px;margin-bottom:30px;
}
.back_img
{
float:left;width:50px;height:50px;margin:15px;border-radius:50px;background:#ccc;cursor:pointer;
}
.user_name
{
float:right;height:40px;line-height:40px;margin-right:2%;margin-top:20px;text-align:center;color:#fff;font-weight:bold;
}
.main_continer
{
float:left;width:80%;height:300px;margin-left:10%;background:#481B64;border-radius:20px;
}
.bal_div
{
float:left;width:100%;height:150px;margin-leftk:25%;margin-top:50px;backgroundk:#fff;
}
.bal_lebal
{
float:left;width:100%;height:40px;line-height:40px;text-align:center;color:#fff;
}
.bal_output
{
float:left;width:100%;height:70px;line-height:70px;text-align:center;font-size:2.5em;font-weight:bold;color:#fff;backgroundk:red;
}
.bal_btn
{
float:left;width:30%;height:60px;margin-left:12.5%;margin-top:20px;border:0px;outline:none;border-radius:20px;cursor:pointer;font-size:1.2em;background:#3E105B;
color:#fff;
}
.bal_btn2
{
float:left;width:30%;height:60px;margin-left:12.5%;margin-top:20px;border:0px;outline:none;border-radius:20px;cursor:pointer;font-size:1.2em;background:#00E10E;
color:#fff;display:none;
}
.bal_tips
{
float:left;width:50%;height:40px;line-height:40px;margin-top:20px;text-align:center;color:#ccc;
}
.trans_history_div
{
float:left;width:80%;height:auto;margin-left:10%;margin-top:10px;margin-bottom:20px;background:#fff;border-radius:10px;
}
.history_lebal
{
float:left;width:32%;height:30px;line-height:30px;margin-left:1%;margin-top:10px;backgroundk:#ededed;text-align:center;font-weight:bold;
}
.history_output
{
float:left;width:32%;height:40px;line-height:40px;margin-left:1%;backgroundk:#fff;text-align:center;color:#333;font-size:0.9em;
}
#mdx{display:none;}
.transfer_div
{
float:left;width:80%;margin-left:10%;margin-top:20px;background:#ededed;border-radius:10px;display:none;
}
.transfer_title
{
float:left;width:100%;height:40px;line-height:40px;margin-top:30px;text-align:center;font-weight:bold;font-size:1.5em;
}
.transfer_lebal
{
float:left;width:50%;height:30px;line-height:30px;margin-left:26%;margin-top:30px;font-weight:bold;
}
.transfer_input
{
float:left;width:50%;height:50px;line-height:50px;margin-left:25%;margin-topk:10px;borderk:0px;outline:none;font-size:1.2em;border-radius:10px;padding:10px;
}
.transfer_lebal_pass
{
float:left;width:50%;height:30px;line-height:30px;margin-left:26%;margin-top:30px;font-weight:bold;display:none;
}
.transfer_input_pass
{
float:left;width:50%;height:50px;line-height:50px;margin-left:25%;margin-topk:10px;borderk:0px;outline:none;font-size:1.2em;border-radius:10px;padding:10px;
display:none;
}
.fin_transf_btn
{
float:right;width:20%;height:50px;margin-right:25%;margin-top:20px;margin-bottom:30px;border-radius:10px;background:#00E10E;color:#fff;border:0px;cursor:pointer;
font-size:1.1em;display:none;
}
.cancel_transf_btn
{
float:left;width:20%;height:50px;margin-left:25%;margin-top:20px;margin-bottom:30px;border-radius:10px;background:red;color:#fff;border:0px;cursor:pointer;
font-size:1.1em;display:none;
}
.next_transf_btn
{
float:right;width:20%;height:50px;margin-right:25%;margin-top:20px;margin-bottom:30px;border-radius:10px;background:#00E10E;color:#fff;border:0px;cursor:pointer;
font-size:1.1em;
}
.transfer_finish_div
{
float:left;width:80%;margin-left:10%;margin-top:20px;background:#ededed;border-radius:10px;
}
.error_output
{
float:left;width:100%;height:40px;line-height:40px;margin-top:30px;text-align:center;font-weightk:bold;font-size:1.2em;display:none;
}
@media screen and (max-width: 700px)
{
.main_continer
{
float:left;width:94%;height:300px;margin-left:3%;background:#481B64;border-radius:20px;
}
.bal_tips
{
float:left;width:100%;height:40px;line-height:40px;margin-top:10px;text-align:center;color:#ccc;
}
.trans_history_div
{
float:left;width:96%;height:auto;margin-left:2%;margin-top:10px;margin-bottom:20px;background:#fff;border-radius:10px;
}
}