Commit e8b0ae70 authored by Chen Jiping's avatar Chen Jiping

feat:调整部分样式

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