1
0
mirror of synced 2025-12-07 22:18:17 +08:00

Dev: Cursor pointer

This commit is contained in:
surunzi
2016-04-05 21:40:08 +08:00
parent 0c616530e5
commit 5bd69c5742
5 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
.home-btn {
width: 40px;
height: 40px;
background: rgba(0, 0, 0, 0.8);
background: #000;
opacity: 0.3;
border-radius: 10px;
padding-top: 10px;

View File

@@ -14,6 +14,7 @@
ul {
font-size: 0;
li {
cursor: pointer;
display: inline-block;
height: 50px;
line-height: 50px;

View File

@@ -37,6 +37,7 @@
height: 18px;
line-height: 18px;
border-radius: 50%;
cursor: pointer;
}
}
.link-list {
@@ -85,6 +86,7 @@
border-radius: 50%;
background: $red-dark;
line-height: 20px;
cursor: pointer;
}
&.key {
white-space: nowrap;

View File

@@ -18,6 +18,7 @@
}
.btn {
background: $red;
cursor: pointer;
}
.btn:active {
background: $red-dark;

View File

@@ -49,6 +49,7 @@ settings.separator()
function appendContainer()
{
util.$('#eruda').remove();
util.$('body').append('<div id="eruda"></div>');
$container = util.$('#eruda');
}