添加后台代理代码

This commit is contained in:
2026-03-15 01:27:05 +08:00
parent 11f9ac4dc1
commit ea08c9366a
5254 changed files with 721042 additions and 0 deletions

View File

@@ -0,0 +1,130 @@
.wxtip {
background: rgba(0, 0, 0, 0.8);
text-align: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1011;
display: none;
}
.wxtip-icon {
width: 52px;
height: 67px;
display: block;
position: absolute;
right: 20px;
top: 20px;
}
.container{
max-width: 800px;
margin: 0 auto;
}
.slide{
width: 100%;
min-height: 180px;
overflow: hidden;
position: relative;
}
.slide .img{
overflow: hidden;
position: absolute;
transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;
}
.slide .img img{
width: calc(100% - 14px);
height: calc(100% - 14px);
margin: 7px;
}
.slide .img1{
width: 40%;
height: 40%;
top: 30%;
left: -50%;
z-index: 1;
}
.slide .img2{
width: 60%;
height: 60%;
top: 20%;
left: -20%;
z-index: 2;
}
.slide .img3{
width: 80%;
height: 80%;
top: 10%;
left: 10%;
z-index: 3;
}
.slide .img4{
width: 60%;
height: 60%;
top: 20%;
left: 60%;
z-index: 2;
}
.slide .img5{
width: 40%;
height: 40%;
top: 30%;
left: 110%;
z-index: 1;
}
.slide-bt{
position: absolute;
left: 50%;
bottom: 13%;
z-index: 10;
}
.slide-bt span{
width: 24px;
height: 8px;
background: #c9caca;
float: left;
margin: 5px;
border-radius: 4px;
}
.slide .slide-bt .on{
background: #ffd200;
}
.bg_write{
background-color: #ffffff;
}
.jiazai{
position: fixed; z-index: 999; width: 100%; height: 100%; display: none; background-color: white;
}
.jiazai .wh{
width:100px; height:200px;
}
.p_b_10{
padding-bottom: 10px;
}
.p_t_5{
padding-top: 5px;
}
.w_h_100{
position: absolute;
top: 0;
left: 0;
bottom: 49px;
right: 0;
width: 100%;
}
.w_100{
width: 100%;
}
.font-xs{
font-size: 10px
}
.pr_7 span{
padding-right: 2%;
}
.blue{
color: #0e90d2;
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,171 @@
.container {
max-width: 640px;
}
.flex-full {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
align-items: stretch;
}
.flex-full li {
flex: auto;
text-align: center;
}
.color-dark {
background-color: #ebebeb;
}
.circle-box {
border-radius: 10px;
background-color: #fff;
padding: 20px 8px;
margin-bottom: 20px;
}
.pt15 {
padding-top: 15px;
}
.pt8 {
padding-top: 8px;
}
.pl0 {
padding-left: 0;
}
.pr0 {
padding-right: 0;
}
.mt15 {
margin-top: 15px;
}
.mt8 {
margin-top: 8px;
}
.w60 {
width: 60%;
}
.w100 {
width: 100%;
}
.panel-img {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 999;
background-color: #000;
}
.panel-img .full-screen {
width: 100%;
height: 100%;
}
.box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.box .game-logo {
width: 60px;
height: 60px;
}
.box .item {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.box .grow1 {
flex-grow: 1;
}
.box .grow2 {
flex-grow: 2;
}
.box .grow2 h4 {
font-size: 16px;
margin-top: 5px;
margin-bottom: 2px;
}
.box .grow2 p {
font-size: 12px;
margin-bottom: 2px;
}
.game-notice {
font-size: 12px;
text-align: center;
margin-top: 10px;
}
.game-notice span + span {
margin-left: 6px;
}
.color-theme {
color: #1f89c7;
}
.color-theme-2 {
color: #2a5f80;
}
.color-theme-yellow {
color: #ccd010;
}
.sales-info {
text-align: center;
padding-top: 40%;
}
.sales-info .avatar {
border-radius: 2px;
border: 3px solid #fef6d0;
width: 70px;
height: 70px;
}
.sales-info .btn-confirm {
width: 177px;
height: 50px;
background-size: 100% 106%;
}
.sales-info p {
margin: 5px 0;
}
.center {
margin: 0 auto;
padding-top: 20px;
max-width: 589px;
text-align: center;
}
.center img{
width: 100%;
height:auto;
}
.content {
padding-top: 8px;
padding-bottom: 10px;
}
.kefu {
padding: 20px 0;
}
.kefu li {
max-width: 50%;
text-align: left;
}
.kefu li p {
margin: 0;
}
.kefu li img {
width:35px;
height:35px;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,441 @@
body {
padding-bottom: 60px;
}
.pt70 { padding-top: 70px; }
.flex-full {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
align-items: stretch;
}
.flex-full li {
flex: auto;
text-align: center;
}
.color-dark {
background-color: #ebebeb;
}
.circle-box {
border-radius: 10px;
background-color: #fff;
padding: 20px 8px;
margin-bottom: 20px;
}
.pt15 {
padding-top: 15px;
}
.pt8 {
padding-top: 8px;
}
.pt3 {
padding-top: 3px;
}
.pl0 {
padding-left: 0;
}
.pl5 {
padding-left: 5px;
}
.pr0 {
padding-right: 0;
}
.pr5 {
padding-right: 5px;
}
.mt15 {
margin-top: 15px;
}
.mt8 {
margin-top: 8px;
}
.fs {
font-size: 12px;
}
.w60 {
width: 60%;
}
.w80 {
width: 80%;
}
.w100 {
width: 100%;
}
.panel-img {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 999;
background-color: #000;
}
.panel-img .full-screen {
width: 100%;
height: 100%;
}
.pay-notice {
color: #A66B4C;
}
.box {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.box .game-logo {
width: 60px;
height: 60px;
}
.box .item {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.box .grow1 {
flex-grow: 1;
}
.box .grow2 {
flex-grow: 2;
}
.box .grow2 h4 {
font-size: 16px;
margin-top: 5px;
margin-bottom: 2px;
}
.box .grow2 p {
font-size: 12px;
margin-bottom: 2px;
}
.game-notice {
font-size: 12px;
text-align: center;
margin-top: 10px;
}
.game-notice span + span {
margin-left: 6px;
}
.agent-nav {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(230, 227, 228, 0.9);
height: 50px;
}
.agent-nav .nav {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
align-items: stretch;
}
.agent-nav .nav li {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex: auto;
font-size: 14px;
}
.agent-nav .nav li a {
flex: auto;
padding: 6px 0;
color: #8bbed2;
}
.agent-nav .nav li a.active {
color: #0e90d2;
}
.agent-nav .nav li i {
display: block;
font-size: 20px;
}
.products {
}
.product-box {
float: left;
width: 48.5%;
margin-bottom: 2.5%;
}
.product-box:nth-of-type(even) {
margin-left: 2.5%;
}
.product-box label {
display: block;
text-align: center;
border: 1px solid #0e90d2;
border-radius: 10px;
margin: 0;
}
.product-box label h3 {
margin: 5px 0;
}
.product-box .active {
background-color: #2697fc;
color: #fff;
}
.money {
font-size: 16px;
font-weight: 700;
border-bottom: 1px solid #d3d3d3;
padding-bottom: 10px;
}
.money .red {
color: red;
}
.user-info {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid #ddd;
}
.user-info .avatar {
border-radius: 50%;
width: 60px;
height: 60px;
}
.user-info .logo {
width: 60px;
height: 60px;
}
.user-info li {
flex: auto;
text-align: center;
padding: 10px 0;
margin-bottom: -1px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.sales-info {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
border-radius: 10px;
background-color: #fff;
padding: 8px;
margin-bottom: 8px;
}
.sales-info .avatar {
border-radius: 50%;
width: 70px;
height: 70px;
}
.sales-info .logo {
width: 60px;
height: 60px;
display: block;
}
.sales-info .more {
display: block;
}
.sales-info li {
flex: auto;
margin-bottom: -1px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.header-beta {
background-color: #2b2b2b;
color: #ffffff;
height: 40px;
line-height: 40px;
text-align: center;
}
.header-beta .home-sy {
color: inherit;
position: absolute;
right: 0;
display: block;
padding: 0 15px;
top: 0;
text-decoration: none;
}
.header-pos-fix{
position: fixed;z-index: 2
}
.header{
background-color: #2b2b2b;
color: #ffffff;
height: 40px;
line-height: 40px;
width: 100%;
text-align: center;
}
.header .img{
position: absolute;
left: 0;
top: 10px;
padding-left: 10px;
height: 18px;
}
.header .text_wen{
position: absolute;
top: 7px;
height: 25px;
line-height: 25px;
padding-left: 10px;
left: 20px;
}
.header .text_wen.left_20{
left: 20%;
}
.header .home-sy{
color: inherit;
position: absolute;
right: 0;
display: block;
padding: 0 15px;
top: 0;
text-decoration: none;
}
.header .select{
position: absolute;
right: 10px;
height: 25px;
width: 52%;
top: 7px;
}
.buju{
background-color: #fdfdfe;
border-radius: 6px;
overflow: hidden;
display: block;
height: auto;
position: relative;
margin: 10px;
}
.buju>.count{
height: 163px;
}
.buju>.left,
.buju>.count,
.buju>.right{
display: table-cell;
vertical-align: middle;
}
.left .header_img{
border-radius: 50%;
width: 50px;
height: 50px;
margin: 0 12px 12px 12px;
}
.count p{
margin: 0 0 2px 0;
color: #7b7877;
}
.right{
position: absolute;
right: 4%;
top: 6%;
}
.right .logo{
width: 70px;
height: 70px;
top: -20px;
position: absolute;
right: 0;
}
.dfs{
color: #7b7877;
font-size: 10px;
position: absolute;
bottom: 23px;
left: 12px;
}
.vip-link{
position: absolute;
right: 5px;
bottom: 5px;
}
.bg-grap {
background-color: #ebebeb;
margin-bottom: 50px;
}
.content {
background-color: #fdfdfe;
border-radius: 6px;
margin: 10px;
padding: 8px;
}
.nav-diy li.active {
border-bottom: 4px solid #8e7cee;
}
.nav-diy>li>a {
color: #000000;
}
.nav-diy>li>a:focus, .nav-diy>li>a:hover {
background-color: #fff;
}
.text-red {
color: red;
}
.topbar {
position: fixed;
right: 0;
left: 0;
top: 0;
z-index: 1030;
color: #fff;
font-size: 16px;
line-height: 20px;
background-color: #222;
border-color: #080808;
min-height: 50px;
}
.topbar a {
color: #fff;
}
.topbar .topbar-back {
height: 50px;
padding: 15px 0;
}
.topbar .topbar-title {
height: 50px;
padding: 15px 15px;
font-size: 20px;
line-height: 20px;
}
.topbar .topbar-other {
height: 50px;
padding: 15px 0;
}

View File

@@ -0,0 +1,36 @@
body {
margin: 0;
}
.bg_hui{
background-color: #ebebeb;
margin-bottom: 50px;
}
.count_full{
padding: 10px;
}
.text-center{
text-align: center;
}
.buju{
background-color: #fdfdfe;
border-radius: 6px;
width: 100%;
overflow: hidden;
display: block;
height: auto;
position: relative;
margin-bottom: 10px;
}
.buju>.count{
display: table-cell;
vertical-align: middle;
}
.count p{
margin: 0 0 5px 0;
color: #7b7877;
}
h4 {
margin: 15px 0;
}
.olprompt{padding-left: 5px;line-height: 2;}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,103 @@
body {
margin: 0;
font-family: "微软雅黑";
font-size: 14px;
line-height: 1.43;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block
}
a {
background-color: transparent
}
p{
margin: 0;
}
.mt-20{
margin-top: 20px;
}
.headlogin{
padding: 7% 0;
}
.headlogin img{
width: 80px;
height: 80px;
border-radius: 50%;
}
.logins{
margin-top: 40%;
}
.logins .login-input{
width: 90%;
height: 45px;
line-height: 45px;
margin: 0 5%;
padding-left: 5px;
border-bottom: 1px solid #fd4f01;
border-top: none;
border-left: none;
border-right: none;
outline: none;
}
.logins .login-input:nth-child(2){
margin-top: 20px;
}
.cwdaili{
margin: 20px 5% 10px 5%;
}
.cwdaili a{
color: #666666;
text-decoration: none;
padding: 20px 0;
}
.logbtn{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
text-decoration: none;
outline: none;
}
.text-center{
text-align: center;
}
.zhbtn ,
.wxbtn{
width: 85%;
border-radius: 25px;
margin-top: 25px;
padding: 12px;
}
.zhbtn{
background: -moz-linear-gradient(left, #fd8d01, #fd4f01);
background: -webkit-gradient(linear,0% 100%,100% 100%,from(#fd8d01),to(#fd4f01));
background: -webkit-linear-gradient(left, #fd8d01, #fd4f01);
background: -o-linear-gradient(left, #fd8d01, #fd4f01);
background: -ms-linear-gradient(left, #fd8d01, #fd4f01);
border-color: #fd8d01;
background-color: #fd4f01;
color: #ffffff;
-moz-box-shadow: 0px 2px 5px #b1b1b1;
box-shadow: 0px 2px 5px #b1b1b1;
}
.wxbtn{
border: 1px solid #fd4f01;
color: orangered;
background-color: #FFFFFF;
}

File diff suppressed because it is too large Load Diff