123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871 |
- .page{
- font-size: 14px;
- }
- ul,li,table,td,th{
- margin: 0px 0px;
- padding: 0px 0px;
- }
- .login-lines1{
- height: 60px;
- line-height: 60px;
- margin:5px auto;
- display: block;
- clear: both;
- width:250px;
- color: #222;
- text-align: left;
- position: relative;
- }
- .login-lines1 .tips{
- position: absolute;
- right: -27px;
- top:-10px;
- font-size: 20px;
- display: none;
- }
- .login-lines1 .tips.icon-ok-circle{
- color:#0aad6c;
- display: inline-block;
- }
- .login-lines1 .tips.icon-cancel-circle{
- color: #ff4400;
- display: inline-block;
- }
- .passwordtips{
- width:calc(100% - 102px);
- padding-left: 102px;
- height: 16px;
- line-height: 16px;
- color:#666;
- text-align: left;
- display: none;
- margin-top: -16px;
- font-size: 12px;
- }
- .passwordtips .color0{
- color: #ff0000;
- }
- .passwordtips .color1{
- color: #3388ff;
- }
- .passwordtips .color2{
- color: #2FE30E;
- }
- .login-lines1 .line{
- width:calc(100% - 40px);
- position: relative;
- border:1px solid #666;
- height: 40px;
- line-height: 40px;
- border-radius: 5px;
- padding-left:40px;
- }
- .login-lines1 .icon{
- font-size: 22px;
- color:#3388ff;
- position: absolute;
- left: 5px;
- top:0px;
- }
- .login-lines1 .input1{
- width:calc(100% - 20px);
- height: 40px;
- line-height: 40px;
- border: 0px;
- padding: 0px 10px;
- font-size: 14px;
- background-color: transparent;
- color: #222;
- border-left:1px solid #666;
- }
- .login-lines1 .input1::placeholder{
- color: #666;
- }
- .login-lines1 .input1:focus{
- border-color: #000;
- box-shadow: 0 0 15px #000
- }
- .nav1{
- width: 100%;
- display: table;
- height: 50px;
- line-height: 50px;
- padding: 0px !important;
- margin: 0px !important;
- }
- .nav1 li{
- display: table-cell;
- color:#666;
- background-color: #eee;
- text-align: center;
- font-size: 16px;
- cursor: pointer;
- }
- .nav1 li i{
- margin-right: 0px;
- }
- .nav1 li.active{
- background-color: #3f6df5;
- color: #fff;
- }
- #img_code{
- position: absolute;
- height: 40px;
- width: 100px;
- right: 0px;
- top:0px;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- cursor: pointer;
- }
- .button{
- height: 35px;
- line-height: 35px;
- border: 0px;
- border-radius: 5px;
- color: #fff;
- background: -webkit-linear-gradient(left top, #f76d40 , #ff7e00);
- background: -o-linear-gradient(bottom right, #f76d40, #ff7e00);
- background: -moz-linear-gradient(bottom right, #f76d40, #ff7e00);
- background: linear-gradient(to bottom right, #f76d40 , #ff7e00);
- padding: 0px 20px;
- font-size: 16px;
- font-weight: 600;
- }
- .button1{
- height: 40px;
- line-height: 40px;
- border: 0px;
- border-radius: 20px;
- color: #fff;
- /* background: -webkit-linear-gradient(left top, #3388ff , #2319dc);
- background: -o-linear-gradient(bottom right, #3388ff, #2319dc);
- background: -moz-linear-gradient(bottom right, #3388ff, #2319dc);
- background: linear-gradient(to bottom right, #3388ff , #2319dc); */
- background: #01a9fe;
- width: 100%;
- font-size: 16px;
- font-weight: 600;
- text-align: center;
- }
- .button2{
- height: 30px;
- line-height: 30px;
- border: 0px;
- border-radius: 8px;
- color: #fff;
- background: -webkit-linear-gradient(left top, #3388ff , #2319dc);
- background: -o-linear-gradient(bottom right, #3388ff, #2319dc);
- background: -moz-linear-gradient(bottom right, #3388ff, #2319dc);
- background: linear-gradient(to bottom right, #3388ff , #2319dc);
- width: 100%;
- font-size: 14px;
- font-weight: 600;
- text-align: center;
- }
- .bigbox{
- display: flex;
- transition: all .3s;
- position: absolute;
- left: 0px;
- top:0px;
- overflow: hidden;
- }
- .usercenter{
- display: inline-block;
- width: 100%;
- padding-bottom: 10px;
- position: relative;
- background: -webkit-linear-gradient(left top, #01d9ff , #01a9fe);
- background: -o-linear-gradient(bottom right, #01d9ff, #01a9fe);
- background: -moz-linear-gradient(bottom right, #01d9ff, #01a9fe);
- background: linear-gradient(to right, #01d9ff , #01a9fe);
- height: 80px;
- color: #fff;
- padding-left: 0px;
-
- }
- .usercenter > ul{
- display: table;
- table-layout: fixed;
- width: calc(100% - 20px);
- padding: 10px 10px;
- }
- .usercenter .setting{
- position:absolute;
- right:20px;
- top:13px;
- display: inline-block;
- border-radius: 50%;
- color: #fff;
- font-size: 22px;
-
- }
- .usercenter li{
- display: table-cell;
- vertical-align: middle;
- line-height: 28px;
- }
- .usercenter li:first-child{
- width: 70px;
- text-align: left;
- padding-left: 15px;
- line-height: 30px;
- padding-top: 5px;
- }
- .usercenter li:last-child{
- padding-top: 5px;
- }
- .usercenter .avatar{
- height: 60px;
- width: 60px;
- border-radius: 5px;
- vertical-align: top;
- }
- .usercenter .other{
- color: #fff;
- position: absolute;
- right:10px;
- top:30px;
- line-height: 25px;
- text-align: right;
- display: inline-block;
- width: 60px;
- }
- .usercenter .menu{
- position: absolute;
- left:0px;width: 100%;
- bottom:0px;
- line-height: 40px;
- height: 40px;
- text-align: center;
- display: table;
- background-color: rgba(0,0,0,0.3);
- }
- .usercenter .menu .row{
- display: table-cell;
- color: #fff;
- }
- .usermenu{
- background-color: #fafafa;
- display: inline-block;
- width: 100%;
- clear: both;
- }
- .usermenu .list{
- height: 40px;
- line-height: 40px;
- display: table;
- width: 100%;
- background-color: #fff;
- }
- .usermenu .list li{
- display: table-cell;
- text-align: left;
- }
- .usermenu .list li:first-child{
- width: 45px;
- text-align: right;
- padding-right: 8px;
- vertical-align: middle;
- }
- .usermenu .list li:first-child i{
- font-size: 22px;
- vertical-align: middle;
- }
- .usermenu .list li:last-child{
- width: 35px;
- text-align: left;
- }
- .usermenu .list li:last-child i{
- font-size: 16px;
- color:#666;
- }
- .usermenu .next{
- height: 20px;
- display: block;
- width: 100%;
- background-color: transparent;
- clear: both;
- }
- .usermenu1{
- background-color: #fff;
- width: 100%;
- display: inline-block;
- clear: both;
- margin-top: 10px;
- }
- .usermenu1 .title{
- height: 25px;
- line-height: 25px;
- padding-left: 10px;
- }
- .usermenu1 .info{
- background-color: #fafafa;
- display: inline-block;
- clear: both;
- text-align: left;
- width: 100%;
- }
- .usermenu1 .info li{
- width: 32%;
- text-align: center;
- display: inline-block;
- line-height: 25px;
- padding: 10px 0px;
- }
- .usermenu1 .info li i{
- font-size: 26px;
- }
- .footer_menu{
- width: 100%;
- line-height: 30px;
- text-align: center;
- }
- .footer_menu li{
- height: 30px;
- text-align: center;
- border-bottom: 1px #ddd solid;
- }
- .small_btn{
- height: 22px;
- line-height: 22px;
- border: 0px;
- border-radius: 5px;
- color: #fff;
- background: -webkit-linear-gradient(left top, #3388ff , #2319dc);
- background: -o-linear-gradient(bottom right, #3388ff, #2319dc);
- background: -moz-linear-gradient(bottom right, #3388ff, #2319dc);
- background: linear-gradient(to bottom right, #3388ff , #2319dc);
- padding: 0px 8px;
- margin-left: 10px;
- font-size: 12px;
- }
- .security-center {
- padding-left: 10px;
- padding-right: 10px;
- }
- .security-settings {
- overflow: hidden;
- }
- .security-settings li {
- position: relative;
- display: inline-block;
- width: calc(50% - 60px);
- height: 90px;
- overflow: hidden;
- padding:10px 15px 15px 15px;
- margin-left: 10px;
- margin-right: 10px;
- margin-bottom: 20px;
- border-radius: 5px;
- }
- .security-settings .bind-name {
- background-color: #ffcece;
- }
- .security-settings .bind-pwd {
- background-color: #c9f1f1;
- }
- .security-settings .bind-cpwd {
- background-color: #ffe6ba;
- }
- .security-settings .bind-question {
- background-color: #dff9b8;
- }
- .security-settings .bind-email {
- background-color: #c7d5fe;
- }
- .security-settings .bind-phone {
- background-color: #e0d1ff;
- }
- .security-settings h4 {
- height: 24px;
- line-height: 24px;
- overflow: hidden;
- font-weight: normal;
- }
- .security-settings p {
- margin-top: 3px;
- color: #999;
- font-size: 12px;
- width: calc(100% - 70px);
- height: 35px;
- }
- .security-settings .btnline{
- height: 30px;
- line-height: 30px;
- margin-top: 5px;
- text-align: center;
- width: 100%;
- clear: both;
- }
- .security-settings .btnline .btn{
- height: 23px;
- line-height: 23px;
- border-radius: 2px;
- background-color: #fff;
- display: inline-block;
- text-align: center;
- color: #222;
- padding: 0px 8px;
- margin: 0px 5px;
- cursor: pointer;
- }
- .security-settings .btn11 {
- width: 60px;
- height: 23px;
- line-height: 23px;
- margin-top: 12px;
- border-radius: 2px;
- background-color: #fff;
- display: inline-block;
- text-align: center;
- color: #222;
- position: absolute;
- bottom: 10px;
- right: 18px;
- text-decoration:none;
- }
- .security-settings i {
- position: absolute;
- top: 10px;
- right: 10px;
- width: 80px;
- height: 80px;
- color:#fff;
- font-size: 60px;
- }
- .profile{
- height: 50px;
- line-height: 50px;
- clear: both;
- width:90%;
- margin: 0 auto;
- }
- .profile li{
- display:inline-block;
- text-align: left;
- }
- .profile li:first-child{
- text-align: right;
- padding-right: 5px;
- width:80px; ;
- }
- .profile li:last-child{
- width:calc(100% - 90px);
- }
- .profile .input1{
- width:calc(100% - 20px);
- height: 30px;
- line-height: 30px;
- padding: 0px 5px;
- font-size: 14px;
- background-color: transparent;
- color: #222;
- border-bottom:1px solid #ccc;
-
- }
- .profile .input1::placeholder{
- color: #666;
- }
- .profile .input1:focus{
- border-color: #000;
- box-shadow: 0 0 15px #000
- }
- .profile select{
- height: 30px;
- border: solid #ccc 1px ;
- line-height: 30px;
- width: 100px;
- }
- .profile textarea{
- height: 50px;
- border: solid #ccc 1px ;
- line-height: 25px;
- width:calc(100% - 30px);
- border-radius: 5px;
- padding: 0px 10px;
- vertical-align:middle ;
- }
- .profile .tips{
- position: absolute;
- right: -30px;
- top:10px;
- font-size: 20px;
- display: none;
- }
- .profile .tips.icon-ok-circle{
- color:#0aad6c;
- display: inline-block;
- }
- .profile .tips.icon-cancel-circle{
- color: #ff4400;
- display: inline-block;
- }
- .sendbtn{
- height: 30px;
- line-height: 30px;
- background-color: #eee;
- border: 1px #ccc solid;
- border-radius: 5px;
- color: #222;
- padding: 0px 10px;
- }
- .sign_btn{
- height: 25px;
- line-height: 25px;
- border: 0px;
- border-radius: 5px;
- cursor: pointer;
- padding: 0px 8px;
- text-align: center;
- font-size: 14px;
- font-weight: 600;
- display: inline-block;
- margin-left:5px;
- }
- .sign_btn.click{
- color: #fff;
- background: -webkit-linear-gradient(left top, #f05c36 , #ff7e00);
- background: -o-linear-gradient(bottom right, #f05c36, #ff7e00);
- background: -moz-linear-gradient(bottom right, #f05c36, #ff7e00);
- background: linear-gradient(to bottom right, #f05c36 , #ff7e00);
- }
- .sign_btn i:before{
- margin-left: 0px;
- }
- .sign_btn.ok{
- color: #666;
- background-color: #fff;
- border: 1px solid #ddd;
- height: 23px;
- line-height: 23px;
- }
- .common-part{
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- background-color: #000000;
- /*父块透明,子块不透明,用rgba*/
- background: rgba(0,0,0,0.3);
- }
- .common-dialog{
- width: 7.2rem;
- text-align: center;
- position: absolute;
- background: #ffffff;
- z-index: 2;
- opacity: 1;
- border-radius: .1rem;
- border: 1px solid #f2f2f2;
- left: calc(50% - 3.6rem);
- left: -moz-calc(50% - 3.6rem);
- left: -webkit-calc(50% - 3.6rem);
- top: 3rem;
- }
- .pay-part{
- display: none;
- }
- .pay-dialog{
- height: 6.9rem;
- }
- .dialog-title{
- height: 40px;
- line-height: 40px;
- color: #333333;
- font-size:16px;
- border-bottom: 1px solid #f2f2f2;
- text-align: center;
- }
- .pay-money{
- color: #333333;
- font-size: .6rem;
- margin: .6rem 0;
- font-weight: bold;
- }
- .pay-password{
- width:244px;
- height:40px;
- border: 1px solid #999999;
- margin: 0 auto;
- position: relative;
- }
- .pay-password .real-ipt{
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 40px;
- line-height: 1.2rem;
- opacity: 0;
- z-index: 3;
- }
- .pay-password .surface-ipts{
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 40px;
- line-height:40px;
- z-index: 1;
- overflow: hidden;
- }
- .pay-password .surface-ipts .surface-ipt{
- height: 40px;
- line-height:40px;
- display: flex;
- justify-content: space-between;
- }
- .pay-password .surface-ipts .surface-ipt input{
- width: 40px;
- height: 40px;
- line-height:40px;
- border: 0;
- border-right: 1px solid #999999;
- color: #333333;
- font-size: .9rem;
- text-align: center;
- padding: 0;
- }
- .pay-part .btns{
- margin: .48rem 0;
- }
- .cancel-btn{
- width: 100px;
- height: 33px;
- line-height: 33px;
- background: #fff;
- background-size: 100%;
- color: #2ea7e0;
- font-size: 16px;
- border:1px solid #2ea7e0;
- border-radius: 5px;
- margin: 0px 10px
- }
- .confirm-btn{
- height: 35px;
- line-height: 35px;
- background-color: #2ea7e0;
- background-size: 100%;
- color: #ffffff;
- font-size:16px;
- border: none; border-radius: 5px;
- margin: 0px 10px;
- width: 100px;
- }
- .bank_tip {
- text-align: center;
- color: #1ea6fc;
- font-size: 14px;
- position: absolute;
- height: 20px;
- line-height: 20px;
- left: 0;
- right: 0;
- margin: auto;
- top: -10px;
- background: none!important;
- }
- .bank_text {
- padding: 15px 30px;
- border: 1px dashed #e5e5e5;
- height: 30px;
- width: calc(100% - 100px);
- margin: 10px auto;
- }
- .bank_text li {
- display: inline-block;
- width: calc(33% - 25px);
- padding-left: 22px;
- border-left: 3px solid #3498db;
- }
- .bank_text li span {
- color: #1ea6fc;
- font-size: 16px;
- padding: 0 4px;
- font-weight: 400;
- }
- #_bankList{
- padding: 10px 15px;
- }
- #_bankList li {
- display:block;
- width: calc(100% - 30px);
- height: 100px;
- margin: 0 auto;
- margin-bottom: 10px;
- position: relative;
- border-radius: 6px;
- color: #fff;
- cursor: pointer;
- padding: 15px 2%;
- overflow: hidden; background: #3567a4;
- }
- #_bankList .add_bankCard {
- border: 1px dashed #3498db;
- background: #eaf1f7
- }
- #_bankList .add_bankCard .add_bank {
- position: absolute;
- background: url("/static/img/add_bank.png") no-repeat center;
- width: 120px;
- height: 60px;
- line-height: 110px;
- font-size: 14px;
- color: #3498db;
- text-align: center;
- left: 0;
- bottom: 0;
- right: 0;
- top: 0;
- margin: 25px auto 0;
- padding-top: 40px;
- padding-left:0px;
- }
- .bank_item dt {
- width: 64px;
- height: 64px;
- border-radius: 100%;
- float: left;
- position: relative;
- border: 4px solid rgba(255,255,255,.2);
- text-align: center;
- }
- .bank_item dt img{
- vertical-align: middle;
- height: 60px;
- margin-top: 2px;
- }
- .bank_item dt i {
- position: absolute;
- left: 0;
- right: 0;
- margin: auto;
- width: 40px;
- font-size: 40px;
- line-height: 56px
- }
- .bank_item dd {
- padding-left: 5px;
- text-align: left;
- line-height: 28px;
- height: 28px
- }
- .bank_item dd span:first-child {
- float: left
- }
- .bank_item dd span:nth-child(2) {
- float: right
- }
- .bank_item p {
- background: #fff;
- height: 48px;
- line-height: 48px;
- color: #999;
- font-size: 14px;
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- border: 1px solid #ddd;
- border-top: 0;
- padding-left: 12%
- }
- .bank_item p:before {
- content: '';
- position: absolute;
- background: url("/static/img/bank_split.png") repeat-x;
- top: -3px;
- left: 0;
- right: 0;
- height: 3px
- }
- #myBonus_bank .modal-title span {
- background: url("/static/img/model_1.png") no-repeat 50px center;
- display: inline-block;
- width: 100%;
- padding-left: 30px
- }
- .bank_default {
- position: absolute;
- bottom: 1px;
- left: 1px;
- }
- .sexbtn{
- height: 16px;
- width: 16px;
-
- vertical-align: middle;border-radius: 5px;margin-left: 5px;margin-bottom: 5px
- }
- .vipbtn{
- height: 22px;
- width: 22px;
-
- vertical-align: middle;margin-left: 5px;margin-bottom: 5px;
- }
|