Commit bbbfae21 authored by liujiangnan's avatar liujiangnan

feat: 去掉多余代码

parent 2340a2f2
...@@ -338,23 +338,6 @@ body { ...@@ -338,23 +338,6 @@ body {
z-index: 1000; z-index: 1000;
} }
.jinmao-bottom {
position: absolute;
width: 100%;
height: 25%;
bottom: 0px;
background: url(../lib/images/bottom-white.png) no-repeat;
background-size: 100% 100%;
background-position-y: bottom;
}
.jinmao-logo {
position: absolute;
bottom: 14px;
right: 20px;
width: 20%;
}
.my-btn{ .my-btn{
border: solid 6px #b17d5a; border: solid 6px #b17d5a;
background: #e7cc97; background: #e7cc97;
......
...@@ -124,9 +124,6 @@ ...@@ -124,9 +124,6 @@
</div> </div>
<div class="hello-container"> <div class="hello-container">
<img id="stuimage" src="" alt="" style="object-fit: cover; width: 100%; height: 100%; "> <img id="stuimage" src="" alt="" style="object-fit: cover; width: 100%; height: 100%; ">
<div class="jinmao-bottom">
<img class="jinmao-logo" src="../lib/images/logo.png" alt="">
</div>
</div> </div>
<div id="result"> <div id="result">
......
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