1 Star 0 Fork 49

哆来咪 / music-spider

forked from lifankohome / music-spider 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
eraser.css 5.54 KB
一键复制 编辑 原始数据 按行查看 历史
lifankohome 提交于 2020-11-20 18:22 . Add icon
body {
margin: 0;
padding: 0;
}
.container {
margin: 1pc auto .5pc auto;
min-width: 340px;
max-width: 960px;
padding: 0 .5pc;
}
.head {
text-align: center;
color: whitesmoke;
text-shadow: 0 0 2px black;
margin-top: 0;
}
.head span {
color: #728dff;
display: block;
font-size: 14px;
}
.box {
border: #555 1px solid;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
/*修复button之间换行间距*/
.box .btn {
font-size: 0;
}
.box input {
width: 100%;
padding: 0;
height: 35px;
text-align: center;
color: whitesmoke;
text-shadow: 0 0 2px black;
outline: none;
border: none;
border-radius: 0;
border-bottom: #777 1px solid;
background: linear-gradient(-135deg, rgba(105, 234, 203, 0.2) 0%, rgba(234, 204, 248, 0.2) 48%, rgba(102, 84, 241, 0.2) 100%);
}
.box .btn button {
width: 20%;
padding: 10px 0;
color: white;
background-color: rgba(98, 101, 141, 0.3);
border: none;
transition: all 0.3s 0s;
border-bottom: #777 1px solid;
outline: none;
}
.box .btn button:hover {
background-color: #d34000;
cursor: pointer;
}
#search {
text-align: center;
height: 25px;
font-size: 12px;
padding-top: 10px;
background: linear-gradient(-135deg, rgba(105, 234, 203, 0.2) 0%, rgba(234, 204, 248, 0.2) 48%, rgba(102, 84, 241, 0.2) 100%);
cursor: default;
color: whitesmoke;
text-shadow: 0 0 2px black;
}
#playerBox {
margin: 0 auto;
}
.aplayer .aplayer-list ol li {
border-top: 1px solid rgba(233, 233, 233, 0.3);
}
.input {
border: 1px solid #999;
padding: 2px 6px;
outline: none;
height: 20px;
}
.extraBtn {
font-size: 12px;
background-color: #333;
color: whitesmoke;
border-radius: 2px;
margin-left: -41px;
padding: 3px 5px;
cursor: pointer;
}
.hotWord {
background: linear-gradient(-225deg, rgba(105, 234, 203, 0.2) 0%, rgba(234, 204, 248, 0.2) 48%, rgba(102, 84, 241, 0.2) 100%);
color: #3b7294;
padding: 10px;
margin-top: 10px;
}
.hotWord h3 {
margin: 0 0 10px 0;
}
#hotSearch {
list-style: none;
padding: 0 0.5pc;
border-radius: 5px;
margin: 0;
}
#hotSearch li {
display: inline-block;
background-color: #7460f0;
color: #e2cdf5;
padding: 5px 10px;
margin: 5px;
font-size: 12px;
border-radius: 2px;
cursor: pointer;
}
footer {
color: whitesmoke;
text-shadow: 0 0 2px black;
font-size: 12px;
border-top: 1px solid #899eff;
padding-top: 5px;
margin: 5px 0 .5pc 0;
}
.aplayer.aplayer-withlrc .aplayer-info {
background-color: rgba(255, 255, 255, 0.4);
}
.aplayer .aplayer-lrc:after, .aplayer .aplayer-lrc:before {
width: 0 !important;
}
.aplayer .aplayer-list ol {
color: whitesmoke;
text-shadow: 0 0 2px black;
}
.aplayer .aplayer-list ol li .aplayer-list-index {
color: inherit !important;
}
.aplayer .aplayer-list ol li .aplayer-list-author {
color: inherit;
}
.aplayer .aplayer-list ol li.aplayer-list-light {
background: rgba(0, 0, 0, 0.3);
}
.aplayer .aplayer-list ol li:hover {
background: rgba(0, 0, 0, 0.3);
}
.aplayer .aplayer-lrc:after {
height: 10% !important;
}
.aplayer .aplayer-lrc p {
font-size: 14px !important;
height: 20px !important;
font-weight: 500;
opacity: .7 !important;
color: whitesmoke;
text-shadow: 0 0 2px black;
}
.aplayer .aplayer-lrc p.aplayer-lrc-current {
font-size: 15px !important;
height: 20px !important;
color: #FF0 !important;
text-shadow: 0 0 1px black;
}
.aplayer .aplayer-pic .aplayer-button {
border-radius: 0 !important;
}
@media screen and (max-width: 520px) {
body {
background-color: #eee;
}
.aplayer-pic {
width: 0 !important;
}
.aplayer-info {
margin-left: 0 !important;
height: 350px !important;
}
.aplayer-play, .aplayer-icon-order, .aplayer-icon-loop, .aplayer-icon-menu {
display: none !important;
}
.aplayer-lrc {
height: 290px !important;
}
#extra-ico {
display: inline-block !important;
}
}
@media screen and (min-width: 521px) and (max-width: 720px) {
.aplayer-pic {
width: 200px !important;
height: 200px !important;
}
.aplayer-info {
margin-left: 200px !important;
height: 200px !important;
}
.aplayer-icon-order, .aplayer-icon-loop, .aplayer-icon-menu, .aplayer-volume-wrap {
display: none !important;
}
.aplayer-lrc {
height: 140px !important;
}
.aplayer .aplayer-lrc p {
font-size: 13px !important;
}
.aplayer .aplayer-lrc p.aplayer-lrc-current {
font-size: 14px !important;
}
}
@media screen and (min-width: 721px) and (max-width: 920px) {
.aplayer-pic {
width: 300px !important;
height: 300px !important;
}
.aplayer-info {
margin-left: 300px !important;
height: 300px !important;
}
.aplayer-icon-order, .aplayer-icon-loop, .aplayer-icon-menu, .aplayer-volume-wrap {
display: none !important;
}
.aplayer-lrc {
height: 240px !important;
}
}
@media screen and (min-width: 921px) {
.aplayer-pic {
width: 400px !important;
height: 400px !important;
}
.aplayer-info {
margin-left: 400px !important;
height: 400px !important;
}
.aplayer-icon-order, .aplayer-icon-loop, .aplayer-icon-menu, .aplayer-volume-wrap {
display: none !important;
}
.aplayer-lrc {
height: 340px !important;
}
}
PHP
1
https://gitee.com/dlm2015/music-spider.git
git@gitee.com:dlm2015/music-spider.git
dlm2015
music-spider
music-spider
master

搜索帮助