-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe3a906
commit b262fe5
Showing
1 changed file
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -68,7 +74,7 @@ | |
|
||
.slide-prompt-body { | ||
display: block; | ||
font-size: 20px; | ||
font-size: 17px; | ||
padding-left: 20px; | ||
} | ||
|
||
|
@@ -102,6 +108,7 @@ | |
z-index: -1; | ||
border-color: #0054a1; | ||
color: #0054a1; | ||
box-shadow: 0px 10px 20px #00417f88; | ||
} | ||
|
||
.notification-box { | ||
|
@@ -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> | ||
|