| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996 |
- .warp_userinfo {
- overflow: auto;
- overflow-x: hidden;
- margin-bottom: 56px;
- }
- .left_tab {
- width: 149px;
- height: 521px;
- background: #F6F7F7;
- float: left;
- }
- .left_tab a {
- font-size: 14px;
- padding: 11px 33px;
- display: block;
- border-bottom: 2px solid #fff;
- }
- .left_tab a img {
- position: relative;
- width: 15px;
- top: -1px;
- margin-right: 2px;
- }
- .left_tab .active{
- color: #fff;
- background: #51a7ff;
- }
- .left_tab a:hover{
- color: #fff;
- background: #51a7ff;
- }
- .content_right{
- width: 1049px;
- min-height: 521px;
- margin-left: 2px;
- background: #F6F7F7;
- float: left;
- }
- /* 账号保存的样式 */
- .account_info {
- width: 300px;
- margin: auto;
- font-size: 14px;
- color: #494949;
- margin-top: 30px;
- line-height: 45px;
- }
- .account_info span {
- width: 70px;
- text-align: right;
- float: left;
- margin-right: 15px;
- }
- .account_info img {
- width: 83px;
- border-radius: 50%;
- }
- .account_info div div {
- float: left;
- width: 208px;
- line-height: normal;
- margin-top: 12px;
- }
- .account_info div{
- overflow: hidden;
- }
- .account_info a {
- display: block;
- width: 265px;
- height: 44px;
- background: #51a7ff;
- color: #fff;
- font-size: 16px;
- text-align: center;
- margin-top: 25px;
- margin: 26px auto;
- border-radius: 2px;
- }
- .edit_nav {
- margin: 10px;
- overflow: hidden;
- }
- .edit_nav a {
- height: 24px;
- display: block;
- width: max-content;
- float: left;
- margin-right: 27px;
- color: #B2B2B2;
- }
- .edit_nav .active {
- border-bottom: 2px solid #51a7ff;
- color: #494949;
- }
- .edit_image {
- width: 350px;
- margin: auto;
- font-size: 12px;
- color: #B2B2B2;
- margin-top: 107px;
- line-height: 31px;
- text-align: center;
- }
- .edit_image>img {
- width: 100px;
- border-radius: 50%;
- }
- .edit_image p{
- margin: 30px 0;
- }
- .edit_image input {
- width: 265px;
- height: 44px;
- background: #51a7ff;
- border: none;
- color: #fff;
- font-size: 16px;
- }
- /* 账号保存的样式 end*/
- .user_form{
- width: 350px;
- margin: auto;
- font-size: 14px;
- color: #494949;
- line-height: 31px;
- }
- .user_form span{
- display: block;
- width: 70px;
- text-align: right;
- float: left;
- margin-right: 5px;
- line-height: 27px;
- }
- .user_form input[type="text"],.user_form input[type="date"]{
- width: 255px;
- height: 31px;
- line-height: 31px;
- padding-left: 10px;
- border: 1px solid #EEEEEE;
- }
- .address {
- height: 92px;
- }
- .address_error {
- margin-top: -12px;
- }
- .user_form textarea {
- width: 261px;
- height: 70px;
- border: 1px solid #eee;
- }
- .user_form .save{
- font-size: 16px;
- width: 265px;
- height: 44px;
- color: #fff;
- background: #51a7ff;
- border: none;
- border-radius: 2px;
- margin-left: 75px;
- margin-top: 4px;
- cursor: pointer;
- }
- .user_form p {
- color: #FC5E5B;
- font-size: 12px;
- line-height: 28px;
- padding-left: 75px;
- display: none;
- }
- .qqnum ,.birthday,.postalcode,.nickname{
- height:59px;
- position: relative;
- }
- .nickname .tip{
- display: block;
- color: #a1a1a1;
- position: absolute;
- right: -231px;
- top: 2px;
- width: fit-content;
- }
- .sex {
- height: 40px;
- }
- label{
- line-height: 20px;
- display: inline-block;
- margin-left: 5px;
- margin-right:15px;
- color: #777;
- }
- .radio_type{
- width: 20px;
- height:20px;
- appearance: none;
- -webkit-appearance: none;
- position: relative;
- top: -2px;
- }
- .radio_type:before{
- content: '';
- width: 13px;
- height: 13px;
- border: 1px solid #D2D2D2;
- display: inline-block;
- border-radius: 50%;
- vertical-align: middle;
- }
- .radio_type:after{
- content: '';
- width: 7px;
- height: 7px;
- text-align: center;
- background:#D2D2D2;
- border-radius: 50%;
- display: block;
- position: absolute;
- top: 14px;
- left: 4px;
- }
- .radio_type:checked:before{
- content: '';
- width: 13px;
- height: 13px;
- border: 1px solid #51a7ff;
- display: inline-block;
- border-radius: 50%;
- vertical-align: middle;
- }
- .radio_type:checked:after{
- content: '';
- width: 7px;
- height:7px;
- text-align: center;
- background:#51a7ff;
- border-radius: 50%;
- display: block;
- position: absolute;
- top: 14px;
- left: 4px;
- }
- .radio_type:checked+label{
- color: #51a7ff;
- }
- .footer ul{
- color: #fff !important;
- background: #494949 !important;
- }
- .footer ul a{
- color: #fff;
- }
- .cutdown{
- background:#D2D2D2 ;
- }
- /* 消费记录 */
- .warp_recharg {
- width: 910px;
- margin: 25px auto;
- }
- .pay_info .warp_recharg{
- width: 1018px;
- }
- form.query_form {
- font-size: 12px;
- line-height: 32px;
- color: #494949;
- text-align: right;
- }
- .ordernum,.gamename{
- width: 149px;
- height: 28px;
- padding-left: 12px;
- border: 1px solid #eee;
- }
- .pay_info .ordernum,.pay_info .gamename{
- width: 96px;
- }
- .pay_info select{
- width: 96px;
- height: 30px;
- padding-left: 12px;
- border: 1px solid #eee;
- }
- #strattime,#endtime{
- width: 120px;
- height: 30px;
- border: 1px solid #eee;
- display: inline-block !important;
- }
- input.query {
- font-size: 14px;
- color: #fff;
- width: 99px;
- height: 31px;
- background: #51a7ff;
- border: none;
- border-radius: 2px;
- cursor: pointer;
- margin-left: 12px;
- }
- .query_form span {
- margin-left: 10px;
- }
- .query_form span:first-child {
- margin-left: 0px;
- }
- .query_form .line{margin: 0px;}
- .records_title {
- width: 100%;
- height: 32px;
- background: #f0f1f1;
- margin-top: 16px;
- color: #494949;
- font-size: 12px;
- font-weight: bold;
- }
- .records{
- width: 100%;
- background: #fff;
- color: #494949;
- font-size: 12px;
- overflow: auto;
- }
- .records_title span,.pay_records span{
- display: block;
- float: left;
- line-height: 32px;
- height: 32px;
- text-align: center;
- border: 1px solid #F6F7F7;
- margin-top: -1px;
- margin-left: -1px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .badge {
- border: none;
- width: 100%;
- }
- .pay_detail {
- display: none;
- background: #fff;
- font-size: 12px;
- line-height: 20px;
- padding: 5px 35px;
- color: #494949;
- border-bottom: 1px solid #F6F7F7;
- }
- .pay_detail b {
- padding-right: 5px;
- }
- .orderid,.time{
- width: 180.5px;
- }
- .orderid{
- position: relative;
- }
- .orderid b{
- width: 24px;
- font-size: 19px;
- position: absolute;
- left: 0;
- padding: 0 5px;
- cursor: pointer;
- color: #B2B2B2;
- }
- .game{width: 130px;}
- .mount,.pay,.coin{width: 130px;}
- /* 存号箱 */
- .giftbox{
- text-align: right;
- }
- .gift_name{width: 208px;position: relative;}
- .gift_cont{width: 240px;}
- .record_cont .gift_cont{width: 230px;}
- .gift_code{width: 142px;}
- .record_cont .gift_code{width: 132px;}
- .collect_time{width: 163px;}
- .record_cont .collect_time{width: 153px;}
- .operation{width: 151px;}
- .record_cont .operation{width: 141px;}
- .operation a {
- background: #51a7ff;
- color: #fff;
- padding: 4px 25px;
- border-radius: 2px;
- }
- .gift_name b {
- width: 24px;
- font-size: 19px;
- position: absolute;
- left: 0;
- padding: 0 5px;
- cursor: pointer;
- color: #B2B2B2;
- }
- .record_cont {
- overflow: auto;
- overflow-y: hidden;
- word-break: break-all;
- border-bottom: 1px solid #f6f7f7;
- }
- .gift_records p{
- line-height: 32px;
- border-bottom: 1px solid #F6F7F7;
- display: none;
- padding-left: 46px;
- }
- .record_cont div {
- display: block;
- float: left;
- padding-left: 0;
- margin-left: -1px;
- margin-top: -1px;
- text-align: center;
- line-height: normal;
- min-height: 14px;
- display: flex !important;
- align-items: center;
- justify-content: space-around;
- flex-direction: column;
- padding: 5px;
- border-left: 1px solid #f6f7f7;
- }
- .record_cont div span{
- line-height: 16px;
- display: inline-block;
- vertical-align: middle;
- }
- .gift_records .gift_name {
- /* text-align: left; */
- width: 164px !important;
- padding-left: 40px;
- padding-right: 5px;
- }
- .gift_box{
- height: auto !important;
- }
- .login_password {
- width: 523px;
- height: 142px;
- border-right: 1px solid #EEEEEE;
- border-bottom: 1px solid #EEEEEE;
- float: left;
- }
- .login_password:hover{
- background: #fff;
- }
- .zhaq_img {
- position: relative;
- width: 87px;
- margin: 26px 12px 0px 166px;
- float: left;
- }
- .zhaq_img .icon{
- position: absolute;
- left: 29px;
- top: 29px;
- width: 30px;
- }
- .zhaq_title {
- float: left;
- height: 87px;
- margin-top: 46px;
- display: table-cell;
- vertical-align: middle;
- }
- .zhaq_title h4 {
- font-size: 16px;
- line-height: 33px;
- }
- .zhaq_title a {
- font-size: 12px;
- color: #FF6600;
- border: 1px solid #FF6600;
- border-radius: 15px;
- padding: 1px 18px;
- }
- .zhaq_title a:hover {
- background: #ff6600;
- color: #fff;
- }
- .zhaq_title p{
- font-size: 12px;
- color: #B2B2B2;
- line-height: 22px;
- }
- .bind{
- margin-top: 40px !important;
- }
- .bind h4{
- line-height: 22px !important;
- }
- /* 修改密码 */
- .changepwd {
- width: 340px;
- margin: 150px auto;
- }
- .changepwd span {
- font-size: 14px;
- display: block;
- float: left;
- width: 70px;
- text-align: right;
- line-height: 32px;
- }
- .changepwd input {
- width: 252px;
- height: 28px;
- border: 1px solid #eee;
- padding-left: 12px;
- }
- .changepwd p{
- font-size: 12px;
- color:#FC5351;
- margin-left: 70px;
- line-height: 26px;
- display: none;
- }
- .changepwd div{height: 58px;}
- .changepwd a {
- font-size: 16px;
- color: #fff;
- padding: 7px 34px;
- background: #B5B5B5;
- border-radius: 2px;
- margin-left: 70px;
- }
- .changepwd .resetpwd{
- width: 100px;
- height: 36px;
- font-size: 16px;
- color: #fff;
- border: none;
- background: #ff9c00;
- border-radius: 2px;
- cursor: pointer;
- margin-left: 61px;
- padding: 0px;
- }
- /* 手机邮箱验证 */
- .verify_identity {
- width: 540px;
- color: #494949;
- margin: 155px auto;
- }
- .verify_identity p {
- font-size: 14px;
- margin-bottom: 26px;
- }
- .mail_verify, .phone_verify {
- width: 540px;
- height: 69px;
- border: 1px solid #EEEEEE;
- background: #fff;
- margin-top: 12px;
- }
- .mail_verify p, .phone_verify p {
- line-height: 69px;
- float: left;
- margin-left: 23px;
- margin-bottom: 0px;
- }
- .mail_verify a, .phone_verify a {
- font-size: 12px;
- color: #51a7ff;
- border: 1px solid #51a7ff;
- border-radius: 5px;
- padding: 7px 18px;
- float: right;
- margin: 18px;
- }
- .mail_verify a:hover, .phone_verify a:hover {
- color: #fff;
- background: #51a7ff;
- }
- .code_verify {
- width: 340px;
- margin: 140px auto;
- }
- .code_verify p{
- font-size: 14px;
- }
- .tipinfo {
- font-size: 12px;
- margin-bottom: 30px;
- }
- .send_code{
- margin-top: 30px;
- height: 73px;
- }
- .send_code span{
- font-size: 14px;
- line-height: 32px;
- }
- .getcode{
- width: 154px;
- height: 30px;
- border: 1px solid #eee;
- padding-left: 12px;
- }
- .sendcode {
- width: 85px;
- height: 32px;
- font-size: 12px;
- color: #fff;
- background: #51a7ff;
- border: none;
- border-radius: 2px;
- margin-left: 8px;
- cursor: pointer;
- }
- .send_code p {
- font-size: 12px;
- line-height: 40px;
- margin-left: 62px;
- color: #FC5351;
- display: none;
- }
- .nextstep,.confirm,.real_name .define {
- width: 265px;
- height: 44px;
- font-size: 16px;
- color: #fff;
- background: #ff9c00;
- border: none;
- border-radius: 2px;
- margin-left: 63px;
- cursor: pointer;
- }
- .code_verify a {
- font-size: 12px;
- color: #b2b2b2;
- padding-left: 64px;
- line-height: 40px;
- }
- /* 手机邮箱绑定 */
- .bindcode {
- width: 360px;
- margin: 140px auto;
- color: #494949;
- }
- .bindcode p:first-child {
- font-size: 12px;
- margin-bottom: 30px;
- }
- .input-img {
- width: 30px;
- height: 34px;
- background: #d2d2d2;
- position: absolute;
- }
- .input-img img {
- width: 16px;
- margin: 7px;
- }
- .bindphone,.bindmail{
- width: 227px;
- height: 32px;
- border: 1px solid #eee;
- padding-left: 37px;
- }
- .bind_code .getcode{
- padding-left: 42px;
- width: 124px;
- }
- .warp_input{height: 61px;position: relative;}
- .warp_input p{
- font-size: 12px;
- color: #FC5351;
- line-height: 28px;
- display: none;
- }
- .confirm{
- margin-left: 0px;
- }
- /* 实名认证 */
- .realname {
- width: 510px;
- margin: 120px auto;
- }
- .realname p:first-child {
- font-size: 14px;
- color: #494949;
- line-height: 32px;
- margin-bottom: 50px;
- }
- .realname span {
- font-size: 14px;
- color: #494949;
- display: block;
- float: left;
- line-height: 32px;
- }
- .realname span:first-child{
- width: 70px;
- text-align: right;
- }
- .real_name div input {
- width: 251px;
- height: 28px;
- padding-left: 12px;
- border: 1px solid #eee;
- }
- .real_name p {
- font-size: 12px;
- color: #FC5E5B;
- padding-left: 70px;
- line-height: 26px;
- display: none;
- }
- .real_name div{
- height: 58px;
- width: 340px;
- margin: auto;
- }
- .real_name .define{
- margin-left: 155px;
- display: block;
- text-align: center;
- line-height: 44px;
- }
- /* 关于我们等 */
- .info_tab a{
- padding: 0px;
- width: 149px;
- height: 43px;
- line-height: 43px;
- text-align: center;
- }
- .title {
- height: 43px;
- border-bottom: 1px solid #eee;
- }
- .title h1 {
- font-size: 16px;
- font-weight: bold;
- padding-left: 23px;
- line-height: 43px;
- float: left;
- }
- .language {
- float: right;
- line-height: 43px;
- font-size: 14px;
- padding-right: 26px;
- }
- .select {
- color: #FF8B02;
- }
- .chinese_cont,.english_cont {
- font-size: 14px;
- line-height: 28px;
- margin: 33px 28px 0px 25px;
- }
- .chinese_cont p,.english_cont p{
- text-indent:25px
- }
- .english_cont{display: none;}
- .warp_cont {
- margin: 26px 26px 15px 25px;
- }
- .tab_title{width: 180px;}
- .policy .content_right {
- height: auto;
- }
- .policy_cont{
- margin-bottom: 25px;
- }
- .policy_cont p{
- margin-top: 5px;
- font-size: 14px;
- line-height: 1.5;
- text-indent: 20px;
- }
- .policy_cont h4{
- color: orange;
- font-size: 16px;
- margin: 15px 0px;
- }
- .policy_cont h3{
- font-size: 18px;
- font-weight: 700;
- margin: 15px 0px;
- }
- .warp_cont3 {
- margin: 0px 26px 15px 25px;
- }
- .agreement {
- border: 1px solid #eee;
- padding: 0 16px 30px 16px;
- color: #494949;
- line-height: 20px;
- margin-bottom: 30px;
- }
- .agreement h1{
- width: 1200px;
- text-align: center;
- font-size: 24px;
- font-weight: bold;
- line-height: 60px;
- margin: 0 -16px;
- border-bottom: 1px solid #eee;
- }
- .agreement b{
- font-size: 16px;
- text-indent: 2em;
- margin-top: 20px;
- display: block;
- }
- .agreement p{
- font-size: 14px;
- text-indent:2em;
- line-height: 28px;
- }
- /* 分页 */
- .page {
- width: 100%;
- text-align: center;
- }
- .pagination {
- height: 33px;
- margin: auto;
- width: max-content;
- display:inline-block;
- *display:inline;
- *zoom:1;
- display: flex;
- }
- .pagination li {
- float: left;
- }
- .pagination li a,.pagination li span{
- font-size: 14px;
- padding: 6px 13px;
- color: #494949;
- border-radius: 4px;
- border: 1px solid #eee;
- margin: 0 5px;
- cursor: pointer;
- background-color: #fff;
- }
-
- .pagination li a:hover{
- color: #fff;
- background: #51a7ff;
- border: 1px solid #51a7ff;
- }
-
- .pagination .active span{
- color: #fff;
- background: #51a7ff;
- border: 1px solid #51a7ff;
- }
- .pagination .disabled span{
- color: #fff;
- background: #eee;
- }
- .pagination .disabled span:hover{
- color: #fff;
- background: #eee;
- }
- .rows {
- margin: 4px 0 ;
- color: #B2B2B2;
- font-size: 14px;
- text-align: center;
- }
- .layui-input, .layui-textarea {
- display: initial !important;
- }
- .layui-form-select dl dd.layui-this {
- background-color: #51a7ff !important;
- }
- input#date {
- width: 267px;
- height: 33px;
- }
-
- /* 我的游戏 */
- .mygame{
- position: relative;
- }
- .mygame .title {
- height: auto;
- overflow: hidden;
- border-bottom: none;
- }
- .mygame .tip {
- float: left;
- font-size: 16px;
- color: #494949;
- margin: 25px 0 25px 20px !important;
- }
- .mygame .tip>p {
- float: left;
- margin-right: 8px;
- padding-left: 7px;
- border-left: 3px solid #FF8D10;
- }
- .mygame .tip img {
- width: 17px;
- }
- .tip_pop {
- position: absolute;
- display: none;
- top: 3px;
- left: 125px;
- color: #fff;
- width: 295px;
- font-size: 12px;
- padding: 5px;
- line-height: 17px;
- border-radius: 10px;
- background: #000000ba;
- }
- .tip_pop span {
- color: #FF8D10;
- margin-right: 5px;
- }
- .tip_pop .left {
- position: absolute;
- left: -20px;
- top: 24px;
- width: 0;
- height: 0;
- border-top: 10px solid transparent;
- border-right: 10px solid #000000ba;
- border-bottom: 10px solid transparent;
- font-size: 0;
- line-height: 0;
- }
- .tip:hover .tip_pop{
- display: block;
- }
- .status{
- width: 96px;
- height: 30px;
- padding-left: 12px;
- border: 1px solid #eee;
- }
- .query_form.query_box {
- float: right;
- margin: 20px;
- }
- .mygame .list,.youlove .list{
- margin-left: 16px;
- width: auto;
- }
- .mygame .list li,.youlove .list li{
- width: 188px !important;
- }
- .game_state{
- font-size: 16px !important;
- color: #B2B2B2;
- margin-top: 16px;
- }
- .no_download {
- width: 118px;
- height: 36px;
- margin: auto;
- font-size: 16px;
- margin-top: 22px;
- cursor: pointer;
- background: #fff;
- padding-top: 0px !important;
- color: #B2B2B2 !important;
- line-height: 36px !important;
- border: 1px solid #B2B2B2;
- border-radius: 29px;
- }
- .warp_public_nav{
- border-bottom: none !important;}
- .youlove .tit{
- padding-left: 7px;
- border-left: 3px solid #FF8D10;
- margin: 20px;
- font-size: 16px;
- }
|