代码提交
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user