Commit 2340a2f2 authored by liujiangnan's avatar liujiangnan

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

parents ef86b543 e62995a1
......@@ -547,7 +547,7 @@ body {
.score .medal{
position: absolute;
top: 6%;
margin-left: -0.9rem;
left: 9.8rem;
height: 45%;
}
......@@ -563,8 +563,8 @@ body {
text-align: center;
color: #ffffff;
position: absolute;
margin-left: -0.55rem;
margin-top: 0.9rem;
left: 10.15rem;
top: 0.9rem;
}
.score .tips{
......@@ -596,9 +596,10 @@ body {
width: 60%;
height: 18%;
background-color: #3e9b31;
border-radius: 40px;
margin-left: 20%;
margin-top: 8px;
border-radius: 0.4rem;
left: 20%;
top: 3.2rem;
position: absolute;
}
.sub-score .thead{
......
......@@ -133,7 +133,7 @@
<div class="score">
<img src="../lib/images/excellent.png" class="medal">
<span id="score" class="val">90</span>
<h1 style="margin-top: 2.2rem;margin-bottom: 0.05rem;"><span class="tips">Great!</span></h1>
<h1 style="position: absolute; top: 2.0rem;left: 9.6rem;"><span class="tips">Great!</span></h1>
<div class='sub-score'>
<table style="width: 100%; height: 100%; position: relative;">
<tr class="thead">
......
......@@ -299,6 +299,8 @@ class PlayView {
$(".hello-container").show();
//$("#submitBtn").show();
//$("#exercise").show();
// 学生特定的页面
$("[role='stu']").show();
}
......
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