Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
更新代码兼容性
Browse files Browse the repository at this point in the history
  • Loading branch information
maicong committed Dec 25, 2017
1 parent 3d560b8 commit d37e952
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/css/style.css
Expand Up @@ -149,6 +149,7 @@ a {
text-align: center;
color: #888;
cursor: pointer;
-webkit-transition: color .3s;
transition: color .3s;
}
.aplayer .aplayer-more:hover,
Expand All @@ -159,8 +160,8 @@ a {
.aplayer.aplayer-withlrc .aplayer-pic {
width: 120px !important;
height: 120px !important;
-webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .5);
box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .5);
}
.aplayer.aplayer-withlrc .aplayer-info {
margin-left: 120px !important;
Expand Down
2 changes: 2 additions & 0 deletions static/js/music.js
@@ -1,3 +1,5 @@
"use strict";

/**
*
* 音乐搜索器 - JS 文件
Expand Down

0 comments on commit d37e952

Please sign in to comment.