代码提交

This commit is contained in:
yaoyuan2.chu
2021-03-14 01:30:38 +08:00
parent a29ff4b0b8
commit 055f77d499
11 changed files with 206 additions and 43 deletions
+23
View File
@@ -66,3 +66,26 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
.widget-title{
margin-bottom: 10px;
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
outline: none;
background-color: #00d1b2;
color: #ece8e8;
cursor: pointer;
padding: 15px;
border-radius: 10px;
}
#myBtn:hover {
background-color: #555;
}