Commit 0afcb40c authored by Chen Jiping's avatar Chen Jiping

feat:样式调整

parent e8b0ae70
...@@ -175,6 +175,7 @@ body { ...@@ -175,6 +175,7 @@ body {
overflow: hidden; overflow: hidden;
background-color: #ebe0c0; background-color: #ebe0c0;
border-radius: 0.0rem; border-radius: 0.0rem;
box-shadow: inset 0 0px 0px rgb(0 0 0 / 10%) !important;
} }
.my-progress-bar{ .my-progress-bar{
...@@ -193,6 +194,7 @@ body { ...@@ -193,6 +194,7 @@ body {
position: absolute; position: absolute;
bottom: 1.1rem; bottom: 1.1rem;
left: 5%; left: 5%;
z-index: 101;
} }
.video { .video {
...@@ -504,7 +506,7 @@ body { ...@@ -504,7 +506,7 @@ body {
text-align: center; text-align: center;
color: #3e9e33; color: #3e9e33;
cursor: pointer; cursor: pointer;
box-shadow: 0rem 0.04rem 0.12rem 0.04rem #0a6500; box-shadow: -0.05rem 0.16rem 0.3rem -0.05rem #0a6500;
margin-left: 21%; margin-left: 21%;
} }
...@@ -513,7 +515,7 @@ body { ...@@ -513,7 +515,7 @@ body {
} }
@keyframes submit-press { @keyframes submit-press {
100% { box-shadow: 0rem -0.02rem 0.10rem 0.03rem #0a6500; transform: scale(.99, .99); transform: translateY(10%);} 100% { box-shadow: 0rem 0rem 0rem 0rem #0a6500; transform: translateY(5%);}
} }
.loading-text{ .loading-text{
...@@ -683,7 +685,7 @@ body { ...@@ -683,7 +685,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.5rem; padding: 0.2rem 0.75rem 0.2rem 0.75rem;
margin-left: 5%; margin-left: 5%;
object-fit: contain; object-fit: contain;
font-family: DroidSansFallback; font-family: DroidSansFallback;
...@@ -727,18 +729,18 @@ body { ...@@ -727,18 +729,18 @@ body {
.robot{ .robot{
position: absolute; position: absolute;
width: 1.13rem; width: 1.57rem;
height: 1.80rem; height: 2.50rem;
background: url(../lib/images/robot.png) no-repeat; background: url(../lib/images/robot.png) no-repeat;
background-position: 0rem 0rem; background-position: 0rem 0rem;
background-size: 33.90rem 1.80rem; background-size: 47.10rem 2.50rem;
z-index: 400; z-index: 400;
bottom: 0.3rem; bottom: 0.2rem;
left: 0.3rem; left: 0.2rem;
animation: robot 2.5s steps(30) infinite; animation: robot 2.5s steps(30) infinite;
} }
@keyframes robot{ @keyframes robot{
0% {background-position-x: 0rem; background-position-y: 0rem;} 0% {background-position-x: 0rem; background-position-y: 0rem;}
100% {background-position-x: -33.90rem; background-position-y: 0rem;} 100% {background-position-x: -47.10rem; background-position-y: 0rem;}
} }
\ No newline at end of file
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