Commit 073a5506 authored by Chen Jiping's avatar Chen Jiping

fix:样式调整

parent ea279e58
......@@ -547,8 +547,8 @@ body {
.score .medal{
position: absolute;
top: 6%;
left: 45%;
width: 10%;
left: 45.5%;
width: 9%;
}
.score .val{
......@@ -562,10 +562,6 @@ body {
letter-spacing: normal;
text-align: center;
color: #ffffff;
position: absolute;
left: 40%;
top: 24%;
width: 20%;
}
.score .tips{
......@@ -640,10 +636,10 @@ body {
#recorder-text{
width: 98%;
height: 40%;
height: 50%;
overflow-x: inherit;
overflow-y: auto;
margin-top: 0.65rem;
margin-top: 0.40rem;
text-align: left;
padding: 0.1rem 0.8rem;
object-fit: contain;
......@@ -663,9 +659,9 @@ body {
}
.hr{
height: 10px;
height: 2%;
width: 96%;
margin-top: 10px;
margin-top: 0.5%;
background-image: url(../lib/images/line.png);
margin-left: 2%;
}
......@@ -675,7 +671,7 @@ body {
height: 30%;
overflow-x: inherit;
overflow-y: auto;
margin-top: 0.5rem;
margin-top: 0.4rem;
text-align: left;
padding: 0.2rem 0.8rem;
margin-left: 5%;
......
......@@ -132,8 +132,11 @@
<div id="result">
<div class="score">
<img src="../lib/images/excellent.png" class="medal">
<span id="score" class="val">90</span>
<h1 style="position: absolute; top: 44%;left: 35%;width: 30%;"><span class="tips">Great!</span></h1>
<div style="position: absolute;left: 40%;top: 23%;width: 20%;text-align: center;">
<span id="score" class="val">90</span>
</div>
<div style="position: absolute; top: 55%;left: 35%;width: 30%;"><span class="tips">Great!</span></div>
<div class='sub-score'>
<table style="width: 100%; height: 100%; position: relative;">
<tr class="thead">
......
......@@ -297,10 +297,10 @@ class PlayView {
bindConfirmBtn();
$(".hello-container").show();
//$(".hello-container").show();
//$("#submitBtn").show();
//$("#exercise").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