Commit e8b0ae70 authored by Chen Jiping's avatar Chen Jiping

feat:调整部分样式

parent 9faab06c
......@@ -207,6 +207,7 @@ body {
bottom: 0.4rem;
left: 50%;
transform: translateX(-1.4rem);
z-index: 101;
}
.video-play-ani{
......@@ -682,7 +683,7 @@ body {
overflow-y: auto;
margin-top: 0.4rem;
text-align: left;
padding: 0.2rem 0.4rem;
padding: 0.2rem 0.5rem;
margin-left: 5%;
object-fit: contain;
font-family: DroidSansFallback;
......@@ -692,8 +693,6 @@ body {
font-style: normal;
line-height: normal;
letter-spacing: normal;
padding-left: 4rem;
padding-right: 4rem;
color: #ffffff;
background-color: #2c8a1e;
border-radius: 0.4rem;
......
......@@ -515,6 +515,7 @@ function bindRecorderBtn() {
$("#backBtn").hide();
$(".back-tips").hide();
$("#ani").show();
$("#submitBtn").hide();
//绘制滚动条
drawProgress($("#progressbar"), $("#video")[0].currentTime , $("#video")[0].duration);
......
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