Commit af68b9e8 authored by liujiangnan's avatar liujiangnan

Merge branch 'master' of http://vcs.ireadabc.com/template/JM-07

parents bbbfae21 8e3ad886
......@@ -530,7 +530,7 @@ body {
.score .medal{
position: absolute;
top: 6%;
left: 9.8rem;
left: 45.4%;
height: 45%;
}
......@@ -546,7 +546,7 @@ body {
text-align: center;
color: #ffffff;
position: absolute;
left: 10.15rem;
left: 47.2%;
top: 0.9rem;
}
......
......@@ -130,7 +130,7 @@
<div class="score">
<img src="../lib/images/excellent.png" class="medal">
<span id="score" class="val">90</span>
<h1 style="position: absolute; top: 2.0rem;left: 9.6rem;"><span class="tips">Great!</span></h1>
<h1 style="position: absolute; top: 1.8rem;left: 44%;"><span class="tips">Great!</span></h1>
<div class='sub-score'>
<table style="width: 100%; height: 100%; position: relative;">
<tr class="thead">
......
......@@ -521,7 +521,7 @@ function bindRecorderBtn() {
if (started) {
clearInterval(started);
}
// return;
cw.stopRecord(0, function (data) {
//录完后,显示撤销按钮
if (stuUserAspect.firstClickCancel) {
......@@ -859,7 +859,7 @@ function drawResult(data, text) {
fontColor = 'nicetry';
}
$(".tips").empty().addClass(fontColor);
$(".tips").empty().append(tips).addClass(fontColor);
$(".medal").attr('src', imgSrc);
$("#score").empty().append(score);
$("#recorder-text").empty().append(text);
......
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