Commit 9539cc97 by 冷斌

fix bug

parent 27d808c5
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
transition: all .3s ease-in-out; transition: all .3s ease-in-out;
z-index: 8; z-index: 8;
} }
body{background-color: #fff;overflow: hidden;} body{background-color: #fff;overflow: hidden;}
.reportPage{ .reportPage{
padding: 0 0.75rem;box-sizing: border-box; padding: 0 0.75rem;box-sizing: border-box;
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
.reportContent_btn{ .reportContent_btn{
width: 10rem;height: 3rem;line-height: 3rem;text-align: center;border-radius:1.5rem;background-color: #A3E460;color: #fff;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-size: 1rem;margin: 0 auto; width: 10rem;height: 3rem;line-height: 3rem;text-align: center;border-radius:1.5rem;background-color: #A3E460;color: #fff;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-size: 1rem;margin: 0 auto;
} }
.reportLastBox{ .reportLastBox{
position: fixed;width: 100%;bottom: 0;left: 0;z-index: 1; position: fixed;width: 100%;bottom: 0;left: 0;z-index: 1;
} }
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<div class="reportPage"> <div class="reportPage">
<div class="reportTop"> <div class="reportTop">
<p class="reportTop_t">练习题目:{$paper.exams_paper_title}</p> <p class="reportTop_t">练习题目:{$paper.exams_paper_title}</p>
<p class="reportTop_t">耗时:{:floor($answerData['anser_time']/60)}h{:$answerData['anser_time'] % 60}m</p> <p class="reportTop_t">耗时:{$answerData['anser_time']} {:floor($answerData['anser_time']/60)}h{:$answerData['anser_time'] % 60}m</p>
</div> </div>
<div class="reportContent"> <div class="reportContent">
<p class="reportContent_de">得分</p> <p class="reportContent_de">得分</p>
...@@ -102,10 +102,10 @@ ...@@ -102,10 +102,10 @@
new Vue({ new Vue({
el:"#app", el:"#app",
data:{ data:{
}, },
created:function() { created:function() {
}, },
mounted:function(){ mounted:function(){
$("#preloader").hide(); $("#preloader").hide();
...@@ -118,4 +118,4 @@ ...@@ -118,4 +118,4 @@
} }
} }
}) })
</script> </script>
\ No newline at end of file
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