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