Commit 30a46e91 by libai

测试

parent 49f1db7c
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<title>绑定银行卡</title> <title>绑定银行卡</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2019041702"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<style> <style>
.layui-layer-ico { .layui-layer-ico {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<title>收款账户</title> <title>收款账户</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2019041702"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<style> <style>
.layui-layer-ico { .layui-layer-ico {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
} }
.n-banner p { .n-banner p {
text-align: center; text-align: center;
color: #fff; color: #015B5A;
line-height: 0.8rem; line-height: 0.8rem;
} }
.n-banner p:nth-child(1) { .n-banner p:nth-child(1) {
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
.banner { .banner {
width: 10rem; width: 10rem;
height: 7.5rem; height: 7.5rem;
background: linear-gradient(#FE6A00, #FD5531); background: linear-gradient(to right, #08E3DF, #1AFFFB);
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
font-weight: 700; font-weight: 700;
} }
.n-index1 .withdraw-btn { .n-index1 .withdraw-btn {
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
} }
.n-index1 .diamond-exchange { .n-index1 .diamond-exchange {
border: 1px solid #EBD591; border: 1px solid #EBD591;
...@@ -170,12 +170,11 @@ ...@@ -170,12 +170,11 @@
font-size: 0.4rem; font-size: 0.4rem;
position: relative; position: relative;
z-index: 2; z-index: 2;
color: #723D01; color: #015B5A;
margin-top: 1rem; margin-top: 1rem;
width: 6.37rem; width: 6.37rem;
height: 1.26rem; height: 1.26rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
box-shadow: 2px 2px 2px #F7CEBA;
} }
.diamond-exchange { .diamond-exchange {
width: 6.35rem; width: 6.35rem;
...@@ -272,9 +271,8 @@ ...@@ -272,9 +271,8 @@
text-align: center; text-align: center;
width: 4.31rem; width: 4.31rem;
border-radius: 1rem; border-radius: 1rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
box-shadow: 2px 2px 2px #F7CEBA; color: #005E5A;
color: #fff;
font-weight: 700; font-weight: 700;
font-size: 0.4rem; font-size: 0.4rem;
} }
...@@ -319,15 +317,14 @@ ...@@ -319,15 +317,14 @@
.card-btn { .card-btn {
width: 5.6rem; width: 5.6rem;
height: 1.215rem; height: 1.215rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #723D01; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.45rem; font-size: 0.45rem;
line-height: 1.2rem; line-height: 1.2rem;
margin: 0 auto; margin: 0 auto;
font-weight: 700; font-weight: 700;
margin-top: 0.5rem; margin-top: 0.5rem;
box-shadow: 2px 2px 2px #F7CEBA;
} }
.review-bg { .review-bg {
width: 10rem; width: 10rem;
...@@ -356,14 +353,13 @@ ...@@ -356,14 +353,13 @@
.warrant-box button { .warrant-box button {
width: 6rem; width: 6rem;
height: 1rem; height: 1rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #fff; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.38rem; font-size: 0.38rem;
font-weight: 700; font-weight: 700;
margin-top: 0.5rem; margin-top: 0.5rem;
border: none; border: none;
box-shadow: 2px 2px 2px #F7CEBA;
} }
.warrant-box .warrant-new { .warrant-box .warrant-new {
font-weight: 400; font-weight: 400;
...@@ -372,8 +368,8 @@ ...@@ -372,8 +368,8 @@
background: #fff; background: #fff;
font-weight: 400; font-weight: 400;
box-shadow: none; box-shadow: none;
border: 1px solid #EBD591; border: 1px solid #07EDE3;
color: #EBD591; color: #006169;
} }
.success-box { .success-box {
margin-top: 3rem; margin-top: 3rem;
...@@ -395,14 +391,13 @@ ...@@ -395,14 +391,13 @@
.success-box button { .success-box button {
width: 5.6rem; width: 5.6rem;
height: 1.215rem; height: 1.215rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #fff; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.45rem; font-size: 0.45rem;
font-weight: 700; font-weight: 700;
margin-top: 0.5rem; margin-top: 0.5rem;
border: none; border: none;
box-shadow: 2px 2px 2px #EBD591;
} }
.review-box { .review-box {
margin-top: 3rem; margin-top: 3rem;
...@@ -425,14 +420,13 @@ ...@@ -425,14 +420,13 @@
.review-box button { .review-box button {
width: 5.6rem; width: 5.6rem;
height: 1.215rem; height: 1.215rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #fff; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.45rem; font-size: 0.45rem;
font-weight: 700; font-weight: 700;
margin-top: 0.5rem; margin-top: 0.5rem;
border: none; border: none;
box-shadow: 2px 2px 2px #F7CEBA;
} }
.withdraw-bg { .withdraw-bg {
display: none; display: none;
...@@ -541,15 +535,14 @@ ...@@ -541,15 +535,14 @@
.withdraw-bg .with-btn { .withdraw-bg .with-btn {
width: 4.31rem; width: 4.31rem;
height: 1.2rem; height: 1.2rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #fff; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.45rem; font-size: 0.45rem;
line-height: 1.2rem; line-height: 1.2rem;
margin: 0 auto; margin: 0 auto;
font-weight: 700; font-weight: 700;
margin-top: 0.5rem; margin-top: 0.5rem;
box-shadow: 2px 2px 2px #F7CEBA;
} }
.withdraw-bg .with-btn-no { .withdraw-bg .with-btn-no {
background: #909090; background: #909090;
...@@ -777,13 +770,12 @@ ...@@ -777,13 +770,12 @@
.layer-phone button { .layer-phone button {
width: 6rem; width: 6rem;
height: 1rem; height: 1rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #fff; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.38rem; font-size: 0.38rem;
font-weight: 400; font-weight: 400;
border: none; border: none;
box-shadow: 2px 2px 2px #F7CEBA;
} }
.layer-phone .layer-close { .layer-phone .layer-close {
font-size: 0.4rem; font-size: 0.4rem;
...@@ -817,7 +809,7 @@ ...@@ -817,7 +809,7 @@
right: 1rem; right: 1rem;
} }
.face-box .face-out { .face-box .face-out {
color: #723D01; color: #015B5A;
display: inline-block; display: inline-block;
line-height: 1rem; line-height: 1rem;
font-size: 0.3rem; font-size: 0.3rem;
...@@ -831,8 +823,8 @@ ...@@ -831,8 +823,8 @@
line-height: 0.7rem; line-height: 0.7rem;
text-align: center; text-align: center;
font-size: 0.3rem; font-size: 0.3rem;
color: #7A4709; color: #005E5A;
background: linear-gradient(to right, #FAE7AC, #F7CA6A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
border-radius: 1rem; border-radius: 1rem;
position: absolute; position: absolute;
right: 0.1rem; right: 0.1rem;
...@@ -892,12 +884,12 @@ ...@@ -892,12 +884,12 @@
font-size: 0.35rem; font-size: 0.35rem;
} }
.login-btn { .login-btn {
background: linear-gradient(to right, #FAE7AC, #F7CA6A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
border-radius: 1rem; border-radius: 1rem;
width: 5rem; width: 5rem;
margin: 0 auto; margin: 0 auto;
height: 1rem; height: 1rem;
color: #7A4709; color: #005E5A;
font-size: 0.37rem; font-size: 0.37rem;
line-height: 1rem; line-height: 1rem;
text-align: center; text-align: center;
...@@ -950,13 +942,13 @@ ...@@ -950,13 +942,13 @@
} }
.diamond-ul li .diamond-num-box { .diamond-ul li .diamond-num-box {
font-size: 0.35rem; font-size: 0.35rem;
color: #6C4000;
font-weight: 400; font-weight: 400;
height: 0.85rem; height: 0.85rem;
line-height: 0.85rem; line-height: 0.85rem;
text-align: center; text-align: center;
position: absolute; position: absolute;
background: linear-gradient(to right, #FCE7B2, #F3CB6A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #005E5A;
padding-left: 0.35rem; padding-left: 0.35rem;
padding-right: 0.35rem; padding-right: 0.35rem;
border-radius: 1rem; border-radius: 1rem;
...@@ -1113,10 +1105,10 @@ ...@@ -1113,10 +1105,10 @@
position: absolute; position: absolute;
width: 1.9rem; width: 1.9rem;
height: 0.9rem; height: 0.9rem;
background: linear-gradient(to right, #F6E7B3, #F0CC78); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
line-height: 0.9rem; line-height: 0.9rem;
color: #6C4014;
font-size: 0.3rem; font-size: 0.3rem;
text-align: center; text-align: center;
top: 0.63rem; top: 0.63rem;
...@@ -1147,13 +1139,13 @@ ...@@ -1147,13 +1139,13 @@
position: relative; position: relative;
} }
.input-box .input-btn { .input-box .input-btn {
background: linear-gradient(to right, #F6E7B3, #F0CC78); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #005E5A;
font-size: 0.3rem; font-size: 0.3rem;
width: 1.5rem; width: 1.5rem;
height: 0.7rem; height: 0.7rem;
line-height: 0.7rem; line-height: 0.7rem;
text-align: center; text-align: center;
color: #6C4014;
border-radius: 1rem; border-radius: 1rem;
position: absolute; position: absolute;
top: 0.1rem; top: 0.1rem;
...@@ -1194,19 +1186,18 @@ ...@@ -1194,19 +1186,18 @@
font-size: 0.2rem; font-size: 0.2rem;
} }
.scale > span { .scale > span {
background: linear-gradient(to right, #F6E7B3, #F0CC78); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #005E5A;
width: 0.8rem; width: 0.8rem;
height: 0.8rem; height: 0.8rem;
position: absolute; position: absolute;
top: -0.05rem; top: -0.05rem;
background: #FFFFFF;
border: 0.05rem #999 solid; border: 0.05rem #999 solid;
left: -0.05rem; left: -0.05rem;
cursor: pointer; cursor: pointer;
font-size: 0.2rem; font-size: 0.2rem;
text-align: center; text-align: center;
line-height: 0.8rem; line-height: 0.8rem;
color: #000;
font-weight: 700; font-weight: 700;
font-size: 0.6rem; font-size: 0.6rem;
} }
...@@ -1224,7 +1215,7 @@ ...@@ -1224,7 +1215,7 @@
} }
.scale > div { .scale > div {
background-repeat: repeat-x; background-repeat: repeat-x;
background: linear-gradient(to right, #F6E7B3, #F0CC78); background: linear-gradient(to right, #08E3DF, #1AFFFB);
/*进度条颜色*/ /*进度条颜色*/
width: 0px; width: 0px;
position: absolute; position: absolute;
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
height: 100vh; height: 100vh;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
//display: none; //display: none;
} }
.n-banner{ .n-banner{
...@@ -14,7 +15,7 @@ ...@@ -14,7 +15,7 @@
margin: 0 auto; margin: 0 auto;
p{ p{
text-align: center; text-align: center;
color: #fff; color: #015B5A;
line-height: 0.8rem; line-height: 0.8rem;
} }
p:nth-child(1){ p:nth-child(1){
...@@ -28,7 +29,7 @@ ...@@ -28,7 +29,7 @@
.banner{ .banner{
width: 10rem; width: 10rem;
height: 7.5rem; height: 7.5rem;
background: linear-gradient(#FE6A00,#FD5531); background: linear-gradient(to right, #08E3DF, #1AFFFB);
position: relative; position: relative;
overflow: hidden; overflow: hidden;
.banner-tips{ .banner-tips{
...@@ -83,7 +84,7 @@ ...@@ -83,7 +84,7 @@
} }
.n-index1{ .n-index1{
.withdraw-btn{ .withdraw-btn{
background: linear-gradient(to right,#FAE9AA,#FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
} }
.diamond-exchange{ .diamond-exchange{
border: 1px solid #EBD591; border: 1px solid #EBD591;
...@@ -181,12 +182,12 @@ ...@@ -181,12 +182,12 @@
font-size: 0.4rem; font-size: 0.4rem;
position: relative; position: relative;
z-index: 2; z-index: 2;
color:#723D01; color:#015B5A;
margin-top: 1rem; margin-top: 1rem;
width: 6.37rem; width: 6.37rem;
height: 1.26rem; height: 1.26rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
box-shadow: 2px 2px 2px #F7CEBA; // box-shadow: 2px 2px 2px #F7CEBA;
} }
.diamond-exchange{ .diamond-exchange{
width: 6.35rem; width: 6.35rem;
...@@ -285,9 +286,9 @@ ...@@ -285,9 +286,9 @@
text-align: center; text-align: center;
width: 4.31rem; width: 4.31rem;
border-radius: 1rem; border-radius: 1rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
box-shadow: 2px 2px 2px #F7CEBA; color: #005E5A;
color: #fff; // box-shadow: 2px 2px 2px #F7CEBA;
font-weight: 700; font-weight: 700;
font-size: 0.4rem; font-size: 0.4rem;
} }
...@@ -332,15 +333,15 @@ ...@@ -332,15 +333,15 @@
.card-btn{ .card-btn{
width: 5.6rem; width: 5.6rem;
height: 1.215rem; height: 1.215rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color:#723D01; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.45rem; font-size: 0.45rem;
line-height: 1.2rem; line-height: 1.2rem;
margin: 0 auto; margin: 0 auto;
font-weight: 700; font-weight: 700;
margin-top: 0.5rem; margin-top: 0.5rem;
box-shadow: 2px 2px 2px #F7CEBA; // box-shadow: 2px 2px 2px #F7CEBA;
} }
.review-bg{ .review-bg{
width: 10rem; width: 10rem;
...@@ -368,14 +369,14 @@ ...@@ -368,14 +369,14 @@
button{ button{
width: 6rem; width: 6rem;
height: 1rem; height: 1rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #fff; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.38rem; font-size: 0.38rem;
font-weight: 700; font-weight: 700;
margin-top: 0.5rem; margin-top: 0.5rem;
border:none; border:none;
box-shadow: 2px 2px 2px #F7CEBA; // box-shadow: 2px 2px 2px #F7CEBA;
} }
.warrant-new{ .warrant-new{
font-weight: 400; font-weight: 400;
...@@ -384,8 +385,8 @@ ...@@ -384,8 +385,8 @@
background:#fff; background:#fff;
font-weight: 400; font-weight: 400;
box-shadow: none; box-shadow: none;
border: 1px solid #EBD591; border: 1px solid #07EDE3;
color: #EBD591; color: #006169;
} }
} }
.success-box{ .success-box{
...@@ -407,14 +408,14 @@ ...@@ -407,14 +408,14 @@
button{ button{
width: 5.6rem; width: 5.6rem;
height: 1.215rem; height: 1.215rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #fff; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.45rem; font-size: 0.45rem;
font-weight: 700; font-weight: 700;
margin-top: 0.5rem; margin-top: 0.5rem;
border:none; border:none;
box-shadow: 2px 2px 2px #EBD591; // box-shadow: 2px 2px 2px #EBD591;
} }
} }
.review-box{ .review-box{
...@@ -437,14 +438,14 @@ ...@@ -437,14 +438,14 @@
button{ button{
width: 5.6rem; width: 5.6rem;
height: 1.215rem; height: 1.215rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #fff; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.45rem; font-size: 0.45rem;
font-weight: 700; font-weight: 700;
margin-top: 0.5rem; margin-top: 0.5rem;
border:none; border:none;
box-shadow: 2px 2px 2px #F7CEBA; // box-shadow: 2px 2px 2px #F7CEBA;
} }
} }
.withdraw-bg{ .withdraw-bg{
...@@ -556,15 +557,15 @@ ...@@ -556,15 +557,15 @@
.with-btn{ .with-btn{
width: 4.31rem; width: 4.31rem;
height: 1.2rem; height: 1.2rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #fff; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.45rem; font-size: 0.45rem;
line-height: 1.2rem; line-height: 1.2rem;
margin: 0 auto; margin: 0 auto;
font-weight: 700; font-weight: 700;
margin-top: 0.5rem; margin-top: 0.5rem;
box-shadow: 2px 2px 2px #F7CEBA; // box-shadow: 2px 2px 2px #F7CEBA;
} }
.with-btn-no{ .with-btn-no{
background: #909090; background: #909090;
...@@ -796,13 +797,13 @@ ...@@ -796,13 +797,13 @@
button{ button{
width: 6rem; width: 6rem;
height: 1rem; height: 1rem;
background: linear-gradient(to right, #FAE9AA, #FAC96A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #fff; color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
font-size: 0.38rem; font-size: 0.38rem;
font-weight: 400; font-weight: 400;
border: none; border: none;
box-shadow: 2px 2px 2px #F7CEBA; // box-shadow: 2px 2px 2px #F7CEBA;
} }
.layer-close{ .layer-close{
font-size: 0.4rem; font-size: 0.4rem;
...@@ -837,7 +838,7 @@ ...@@ -837,7 +838,7 @@
} }
.face-out{ .face-out{
color: #723D01; color: #015B5A;
display: inline-block; display: inline-block;
line-height: 1rem; line-height: 1rem;
font-size: 0.3rem; font-size: 0.3rem;
...@@ -853,8 +854,8 @@ ...@@ -853,8 +854,8 @@
line-height: 0.7rem; line-height: 0.7rem;
text-align: center; text-align: center;
font-size: 0.3rem; font-size: 0.3rem;
color: #7A4709; color: #005E5A;
background: linear-gradient(to right, #FAE7AC, #F7CA6A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
border-radius: 1rem; border-radius: 1rem;
position: absolute; position: absolute;
right: 0.1rem; right: 0.1rem;
...@@ -916,12 +917,12 @@ ...@@ -916,12 +917,12 @@
} }
} }
.login-btn{ .login-btn{
background: linear-gradient(to right, #FAE7AC, #F7CA6A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
border-radius: 1rem; border-radius: 1rem;
width: 5rem; width: 5rem;
margin: 0 auto; margin: 0 auto;
height: 1rem; height: 1rem;
color: #7A4709; color: #005E5A;
font-size: 0.37rem; font-size: 0.37rem;
line-height: 1rem; line-height: 1rem;
text-align: center; text-align: center;
...@@ -972,13 +973,13 @@ ...@@ -972,13 +973,13 @@
} }
.diamond-num-box{ .diamond-num-box{
font-size: 0.35rem; font-size: 0.35rem;
color: #6C4000;
font-weight: 400; font-weight: 400;
height: 0.85rem; height: 0.85rem;
line-height: 0.85rem; line-height: 0.85rem;
text-align: center; text-align: center;
position: absolute; position: absolute;
background: linear-gradient(to right,#FCE7B2,#F3CB6A); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #005E5A;
padding-left: 0.35rem; padding-left: 0.35rem;
padding-right: 0.35rem; padding-right: 0.35rem;
border-radius: 1rem; border-radius: 1rem;
...@@ -1140,10 +1141,10 @@ ...@@ -1140,10 +1141,10 @@
position: absolute; position: absolute;
width: 1.9rem; width: 1.9rem;
height: 0.9rem; height: 0.9rem;
background: linear-gradient(to right, #F6E7B3, #F0CC78); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #005E5A;
border-radius: 1rem; border-radius: 1rem;
line-height: 0.9rem; line-height: 0.9rem;
color: #6C4014;
font-size: 0.3rem; font-size: 0.3rem;
text-align: center; text-align: center;
top: 0.63rem; top: 0.63rem;
...@@ -1173,13 +1174,13 @@ ...@@ -1173,13 +1174,13 @@
border-radius:1rem; border-radius:1rem;
position: relative; position: relative;
.input-btn{ .input-btn{
background: linear-gradient(to right, #F6E7B3, #F0CC78); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #005E5A;
font-size: 0.3rem; font-size: 0.3rem;
width: 1.5rem; width: 1.5rem;
height: 0.7rem; height: 0.7rem;
line-height: 0.7rem; line-height: 0.7rem;
text-align: center; text-align: center;
color: #6C4014;
border-radius: 1rem; border-radius: 1rem;
position: absolute; position: absolute;
top: 0.1rem; top: 0.1rem;
...@@ -1226,19 +1227,20 @@ ...@@ -1226,19 +1227,20 @@
} }
.scale>span { .scale>span {
background: linear-gradient(to right, #F6E7B3, #F0CC78); background: linear-gradient(to right, #08E3DF, #1AFFFB);
color: #005E5A;
width: 0.8rem; width: 0.8rem;
height: 0.8rem; height: 0.8rem;
position: absolute; position: absolute;
top: -0.05rem; top: -0.05rem;
background: #FFFFFF; // background: #FFFFFF;
border: 0.05rem #999 solid; border: 0.05rem #999 solid;
left: -0.05rem; left: -0.05rem;
cursor: pointer; cursor: pointer;
font-size: 0.2rem; font-size: 0.2rem;
text-align: center; text-align: center;
line-height: 0.8rem; line-height: 0.8rem;
color: #000; // color: #000;
font-weight: 700; font-weight: 700;
font-size: 0.6rem; font-size: 0.6rem;
} }
...@@ -1261,7 +1263,7 @@ ...@@ -1261,7 +1263,7 @@
.scale>div { .scale>div {
background-repeat: repeat-x; background-repeat: repeat-x;
background: linear-gradient(to right, #F6E7B3, #F0CC78); background: linear-gradient(to right, #08E3DF, #1AFFFB);
/*进度条颜色*/ /*进度条颜色*/
width: 0px; width: 0px;
position: absolute; position: absolute;
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<title>果冻直播登录</title> <title>果冻直播登录</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2019041702"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<style> <style>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<title>兑换橙钻</title> <title>兑换橙钻</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2020031801"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<style> <style>
.layui-layer-ico { .layui-layer-ico {
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<title>家族</title> <title>家族</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2020031801"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
</head> </head>
<body> <body>
......

17 KB | W: | H:

9.87 KB | W: | H:

gzh/images/icon1.png
gzh/images/icon1.png
gzh/images/icon1.png
gzh/images/icon1.png
  • 2-up
  • Swipe
  • Onion skin

15.7 KB | W: | H:

9.87 KB | W: | H:

gzh/images/icon2.png
gzh/images/icon2.png
gzh/images/icon2.png
gzh/images/icon2.png
  • 2-up
  • Swipe
  • Onion skin

16.7 KB | W: | H:

15.4 KB | W: | H:

gzh/images/logo.png
gzh/images/logo.png
gzh/images/logo.png
gzh/images/logo.png
  • 2-up
  • Swipe
  • Onion skin

4.2 KB | W: | H:

35.6 KB | W: | H:

gzh/images/n-banner.png
gzh/images/n-banner.png
gzh/images/n-banner.png
gzh/images/n-banner.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<title>我的收益</title> <title>我的收益</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2020031801"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<style> <style>
.layui-layer-ico { .layui-layer-ico {
......
...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
<title>果冻直播登录</title> <title>果冻直播登录</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=20190417202"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
</head> </head>
<body> <body>
<div class="bg"> <div class="bg">
<div style="height: 2.5rem;"></div> <div style="height: 2.5rem;"></div>
<div class="logo-box"><img src="images/logo.png?v=20210105" alt=""></div> <div class="logo-box"><img src="images/logo.png?v=2021051401" alt=""></div>
<div class="login-content"> <div class="login-content">
<div class="login-input-box"> <div class="login-input-box">
<span class="login-span1">+86</span> <span class="login-span1">+86</span>
......
...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
<title>果冻直播登录</title> <title>果冻直播登录</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=20190417202"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
</head> </head>
<body> <body>
<div class="bg"> <div class="bg">
<div style="height: 2.5rem;"></div> <div style="height: 2.5rem;"></div>
<div class="logo-box"><img src="images/logo.png?v=20210105" alt=""></div> <div class="logo-box"><img src="images/logo.png?v=2021051401" alt=""></div>
<div class="login-content"> <div class="login-content">
<div class="login-input-box"> <div class="login-input-box">
<span class="login-span1">+86</span> <span class="login-span1">+86</span>
......
...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
<title>果冻直播登录</title> <title>果冻直播登录</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=20190417022"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
</head> </head>
<body> <body>
<div class="bg"> <div class="bg">
<div style="height: 2.5rem;"></div> <div style="height: 2.5rem;"></div>
<div class="logo-box"><img src="images/logo.png?v=20210105" alt=""></div> <div class="logo-box"><img src="images/logo.png?v=2021051401" alt=""></div>
<div class="login-content"> <div class="login-content">
<div class="login-input-box"> <div class="login-input-box">
<span class="login-span1">+86</span> <span class="login-span1">+86</span>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<title>绑定银行卡</title> <title>绑定银行卡</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2019041702"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<style> <style>
.layui-layer-ico { .layui-layer-ico {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<title>绑定银行卡</title> <title>绑定银行卡</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2019041702"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<style> <style>
.layui-layer-ico { .layui-layer-ico {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<title>小券提现</title> <title>小券提现</title>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=201904170201"> <link rel="stylesheet" href="css/index.css?v=2021051401">
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<style> <style>
.layui-layer-ico { .layui-layer-ico {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment