|
@@ -29,12 +29,12 @@
|
|
|
display: inline-block;
|
|
|
width: 14px;
|
|
|
height: 13px;
|
|
|
- background: url('./img/icon-edit.png') no-repeat center/ 100%;
|
|
|
+ background: url('./img/icon_edit.png') no-repeat center/ 100%;
|
|
|
}
|
|
|
.editing {
|
|
|
color: $main-active-color;
|
|
|
.icon {
|
|
|
- background: url('./img/icon-edit_b.png') no-repeat center/ 100%;
|
|
|
+ background: url('./img/icon_edit_b.png') no-repeat center/ 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -66,7 +66,7 @@
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
margin: auto auto;
|
|
|
- background: url('./img/icon-add.png') no-repeat center/100%;
|
|
|
+ background: url('./img/icon_add.png') no-repeat center/100%;
|
|
|
}
|
|
|
}
|
|
|
div {
|
|
@@ -83,7 +83,7 @@
|
|
|
.delete-game {
|
|
|
width: 15px;
|
|
|
height: 15px;
|
|
|
- background: url('./img/icon-close.png') no-repeat center/ 100%;
|
|
|
+ background: url('./img/icon_close.png') no-repeat center/ 100%;
|
|
|
position: absolute;
|
|
|
right: -6px;
|
|
|
top: -5px;
|
|
@@ -122,7 +122,7 @@
|
|
|
width: 28px;
|
|
|
height: 20px;
|
|
|
line-height: 15px;
|
|
|
- background: url('./img/my-game-type.png') no-repeat center/100%;
|
|
|
+ background: url('./img/my_game_type.png') no-repeat center/100%;
|
|
|
position: absolute;
|
|
|
right: -5px;
|
|
|
top: 0;
|
|
@@ -131,7 +131,7 @@
|
|
|
.to-top {
|
|
|
width: 19px;
|
|
|
height: 19px;
|
|
|
- background: url(./img/icon-top.png) no-repeat center/100%;
|
|
|
+ background: url(./img/icon_top.png) no-repeat center/100%;
|
|
|
position: absolute;
|
|
|
left: 3px;
|
|
|
bottom: 2px;
|
|
@@ -160,7 +160,7 @@
|
|
|
display: inline-block;
|
|
|
width: 11px;
|
|
|
height: 8px;
|
|
|
- background: url('./img/icon-serve.png') no-repeat center / 100%;
|
|
|
+ background: url('./img/icon_serve.png') no-repeat center / 100%;
|
|
|
}
|
|
|
.may-like {
|
|
|
margin-top: 28px;
|
|
@@ -193,7 +193,7 @@
|
|
|
display: inline-block;
|
|
|
width: 13px;
|
|
|
height: 12px;
|
|
|
- background: url('./img/icon-activity.png') no-repeat center/100%;
|
|
|
+ background: url('./img/icon_activity.png') no-repeat center/100%;
|
|
|
}
|
|
|
}
|
|
|
.content {
|
|
@@ -206,7 +206,7 @@
|
|
|
background: #a4c8ff;
|
|
|
i {
|
|
|
width: 15px;
|
|
|
- background: url('./img/icon-game.png') no-repeat center/100%;
|
|
|
+ background: url('./img/icon_game.png') no-repeat center/100%;
|
|
|
}
|
|
|
}
|
|
|
.content {
|
|
@@ -249,7 +249,7 @@
|
|
|
i {
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
- background: url('./img/icon-notice.png') no-repeat center/100%;
|
|
|
+ background: url('./img/icon_notice.png') no-repeat center/100%;
|
|
|
}
|
|
|
}
|
|
|
.content {
|