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