Commit a27ca69e authored by 华国豪's avatar 华国豪 🙄

1

parent b247645b
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
color: #C04843; color: #C04843;
} }
.page .content{ .page .content{
margin-top: 5%; margin-top: 2%;
line-height: 2em; line-height: 2em;
font-size: 1.4em; font-size: 1.4em;
font-family: 'PingFangR'; font-family: 'PingFangR';
color: #475165; color: #475165;
} }
.page1 .content>div{ .page1 .content>div{
margin-top: .2rem; margin-top: .1rem;
} }
.page1 .rili-tit{ .page1 .rili-tit{
text-align: center; text-align: center;
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
} }
.page2 .bottom-box{ .page2 .bottom-box{
width: 100%; width: 100%;
margin-top: .4rem; margin-top: .2rem;
position: absolute; position: absolute;
text-align: center; text-align: center;
} }
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
.page3 .page3_shiz{ .page3 .page3_shiz{
width: 80%; width: 80%;
padding-left: 5%; padding-left: 5%;
padding-top: .8rem; padding-top: .3rem;
} }
.page3 .page3_shiz img{ .page3 .page3_shiz img{
width: 100%; width: 100%;
...@@ -143,8 +143,11 @@ ...@@ -143,8 +143,11 @@
.page4{ .page4{
padding-left: .1rem; padding-left: .1rem;
} }
.page4 .page4_shiz{
text-align: center;
}
.page4 .page4_shiz img{ .page4 .page4_shiz img{
width: 93%; width: 85%;
} }
.page5{ .page5{
font-family: 'PingFangR'; font-family: 'PingFangR';
...@@ -181,15 +184,15 @@ ...@@ -181,15 +184,15 @@
} }
.page5 .page5_img{ .page5 .page5_img{
width: 80%; width: 80%;
padding-left: .2rem; margin: 0 auto;
} }
.page5 .page5_img img{ .page5 .page5_img img{
width: 100%; width: 90%;
} }
.page6 .line_box div{ .page6 .line_box div{
width: 88%; width: 88%;
height: 1.8rem; height: 1.8rem;
margin: .3rem auto 0 auto; margin: .1rem auto 0 auto;
} }
.page6 .xianlu,.page6 .nianling{ .page6 .xianlu,.page6 .nianling{
background:url('../images/huikui/page6_xianl.png'); background:url('../images/huikui/page6_xianl.png');
...@@ -208,7 +211,8 @@ ...@@ -208,7 +211,8 @@
width: 100%; width: 100%;
} }
.page7 .page7_img img,.page8 .page8_img img{ .page7 .page7_img img,.page8 .page8_img img{
width: 100%; width: 95%;
text-align: center;
} }
.page9{ .page9{
background:url('../images/huikui/bg2-img.png'); background:url('../images/huikui/bg2-img.png');
...@@ -218,11 +222,11 @@ ...@@ -218,11 +222,11 @@
} }
.page9 .page9_img{ .page9 .page9_img{
width: 96%; width: 96%;
/* width: 80%; */
margin: 0 auto; margin: 0 auto;
text-align: center;
} }
.page9 .page9_img img{ .page9 .page9_img img{
width: 100%; width: 90%;
} }
.page9 .shuoming{ .page9 .shuoming{
width: 90%; width: 90%;
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<p>您目前已累计<span class="red"></span><span class="font-c04-s3" id="dahongbao"></span>元大红包</p> <p>您目前已累计<span class="red"></span><span class="font-c04-s3" id="dahongbao"></span>元大红包</p>
</div> </div>
<div class="page9_img"> <div class="page9_img">
<img src="../images/huikui/page9_img.png" alt=""> <img onclick="goRed()" src="../images/huikui/page9_img.png" alt="">
</div> </div>
<div class="shuoming" onclick="showTk(1)"> <div class="shuoming" onclick="showTk(1)">
<div class="shuoming_box margint-20"> <div class="shuoming_box margint-20">
...@@ -568,7 +568,7 @@ ...@@ -568,7 +568,7 @@
backgroundColor: '#E8A61F', backgroundColor: '#E8A61F',
show: true, show: true,
position: 'top', position: 'top',
formatter: '{c}%', formatter: '{c}',
color: '#fff' color: '#fff'
} }
}, },
...@@ -649,7 +649,7 @@ ...@@ -649,7 +649,7 @@
backgroundColor: '#E67C26', backgroundColor: '#E67C26',
show: true, show: true,
position: 'top', position: 'top',
formatter: '{c}%', formatter: '{c}',
color: '#fff' color: '#fff'
} }
}, },
...@@ -727,7 +727,7 @@ ...@@ -727,7 +727,7 @@
backgroundColor: '#0CD8A7', backgroundColor: '#0CD8A7',
show: true, show: true,
position: 'top', position: 'top',
formatter: '{c}%', formatter: '{c}',
color: '#fff' color: '#fff'
} }
}, },
...@@ -861,7 +861,7 @@ ...@@ -861,7 +861,7 @@
backgroundColor: '#E8A61F', backgroundColor: '#E8A61F',
show: true, show: true,
position: 'top', position: 'top',
formatter: '{c}%', formatter: '{c}',
color: '#fff' color: '#fff'
} }
}, },
...@@ -942,7 +942,7 @@ ...@@ -942,7 +942,7 @@
backgroundColor: '#E67C26', backgroundColor: '#E67C26',
show: true, show: true,
position: 'top', position: 'top',
formatter: '{c}%', formatter: '{c}',
color: '#fff' color: '#fff'
} }
}, },
...@@ -1020,7 +1020,7 @@ ...@@ -1020,7 +1020,7 @@
backgroundColor: '#0CD8A7', backgroundColor: '#0CD8A7',
show: true, show: true,
position: 'top', position: 'top',
formatter: '{c}%', formatter: '{c}',
color: '#fff' color: '#fff'
} }
}, },
...@@ -1093,6 +1093,9 @@ ...@@ -1093,6 +1093,9 @@
function goRule(){ function goRule(){
window.location.href = 'rule.html'; window.location.href = 'rule.html';
} }
function goRed(){
window.location.href = 'openRedPacket.html';
}
</script> </script>
</body> </body>
......
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 to comment