Commit 9a65864d authored by 华国豪's avatar 华国豪 🙄
parents 4c9e4043 9d189550
...@@ -310,6 +310,7 @@ ...@@ -310,6 +310,7 @@
var html_l=""; var html_l="";
var html_c=""; var html_c="";
var html_r=""; var html_r="";
let marginH=0
$.each(rightList, function(i,v) { $.each(rightList, function(i,v) {
if(i==0){ if(i==0){
html_l+='<div class="right_box" style="margin-top:0 ">\n' + html_l+='<div class="right_box" style="margin-top:0 ">\n' +
...@@ -332,7 +333,10 @@ ...@@ -332,7 +333,10 @@
}); });
$(".c_right").append(html_l); $(".c_right").append(html_l);
$.each(data, function(i,v) { $.each(data, function(i,v) {
html_c+=' <div class="c_xian">\n' + if(i+1 == data.length ){
marginH = 0.6+'rem'
}
html_c+=' <div class="c_xian" style="margin-bottom:'+marginH+'">\n' +
' <div class="yuan"></div>\n' + ' <div class="yuan"></div>\n' +
' <div class="yuan_x"></div>\n' + ' <div class="yuan_x"></div>\n' +
' </div>' ' </div>'
...@@ -340,7 +344,8 @@ ...@@ -340,7 +344,8 @@
$(".c_center").append(html_c); $(".c_center").append(html_c);
$.each(leftList, function(i,v) { $.each(leftList, function(i,v) {
html_r+='<div class="letf_box" style="margin-top: 0.75rem">\n' +
html_r+='<div class="letf_box" style="margin-top: 0.75rem;">\n' +
' <div class="time">\n' + ' <div class="time">\n' +
' <p>'+leftList[i].StartTime+'</p>\n' + ' <p>'+leftList[i].StartTime+'</p>\n' +
' </div>\n' + ' </div>\n' +
......
...@@ -364,6 +364,10 @@ ...@@ -364,6 +364,10 @@
document.addEventListener("WeixinJSBridgeReady", function () { document.addEventListener("WeixinJSBridgeReady", function () {
music.load(); music.load();
}, false); }, false);
$('#back_ico').click(function () {
//返回首页
window.history.back()
})
}); });
</script> </script>
</html> </html>
...@@ -143,7 +143,7 @@ p{ ...@@ -143,7 +143,7 @@ p{
width: 90%; width: 90%;
height: 58%; height: 58%;
margin-left: 5%; margin-left: 5%;
margin-top: 34%; margin-top: 28%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
...@@ -203,6 +203,7 @@ p{ ...@@ -203,6 +203,7 @@ p{
color: #893630; color: #893630;
font-size: 0.12rem; font-size: 0.12rem;
margin-left: 0.1rem; margin-left: 0.1rem;
width: 90%;
} }
.c_describe p:nth-child(1){ .c_describe p:nth-child(1){
padding-top: 0.05rem; padding-top: 0.05rem;
......
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