Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrylovescheese committed Aug 27, 2023
1 parent fe3a906 commit b262fe5
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
}

#slide-1 {
background-image: linear-gradient(315deg, rgba(0, 201, 177, 0.452), rgba(255, 255, 255, 0.736));
background-color: #fff;
box-shadow: inset 0px 10px 20px #0054a17e;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
overflow-y: scroll;
overflow-x: hidden;
Expand All @@ -59,6 +60,11 @@
background-image: url(./static/img/54fdad68b5104a08b01a57a4b60f9267.jpg);
}

.slide-prompt{
height: 250px;
overflow-y: scroll;
}

.slide-prompt-head {
display: block;
font-weight: bold;
Expand All @@ -68,7 +74,7 @@

.slide-prompt-body {
display: block;
font-size: 20px;
font-size: 17px;
padding-left: 20px;
}

Expand Down Expand Up @@ -102,6 +108,7 @@
z-index: -1;
border-color: #0054a1;
color: #0054a1;
box-shadow: 0px 10px 20px #00417f88;
}

.notification-box {
Expand Down Expand Up @@ -255,11 +262,14 @@
<div class="pool">
<div class="slideshow">
<div class="slide" id="slide-1">
<span class="slide-prompt-head">这是什么</span>
<span
class="slide-prompt-body">这是我重绘的北师大二附中学校官网首页。此网页上所有的内容著作权归原作者所有,我只改写了样式。<br>https://github.com/jerrylovescheese/shsbnu.git</span>
<span class="slide-prompt-head">告诉我你的想法</span>
<span class="slide-prompt-body"><a href="mailto:[email protected]">[email protected]</a></span>
<div class="slide-prompt">
<span class="slide-prompt-head">这是什么</span>
<span
class="slide-prompt-body">这是我重绘的北师大二附中学校官网首页。此网页上所有的内容著作权归原作者所有,我只改写了样式。<br>https://github.com/jerrylovescheese/shsbnu.git</span>
<span class="slide-prompt-head">告诉我你的想法</span>
<span class="slide-prompt-body"><a
href="mailto:[email protected]">[email protected]</a></span>
</div>
</div>
<a href="https://mp.weixin.qq.com/s/6y3Bfny5lgR3NdE7wvAGtQ">
<div class="slide" id="slide-2"></div>
Expand Down

0 comments on commit b262fe5

Please sign in to comment.