代码拉取完成,页面将自动刷新
@mixin playList {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 7px 11px 7px 11px;
border-radius: 9px;
margin:3px 3px;
color: rgb(56, 54, 54);
}
@keyframes widthChange{
0%{
width: 0px;
}
25%{
width:40px
}
50%{
width: 80px;
}
75%{
width: 120px;
}
100%{
width: 155px;
}
}
@keyframes fadein{
20%{
opacity: 0;
}
55%{
opacity: 0.35;
}
70%{
opacity: 0.7;
}
100%{
opacity: 1.0;
}
}
@keyframes fadeout{
20%{
opacity: 1.0;
}
55%{
opacity: 0.7;
}
70%{
opacity: 0.35;
}
100%{
opacity: 0;
}
}
@keyframes loader {
0% {
opacity: 0;
transform: translateX(-300px) scale(1);
}
33% {
opacity: 1;
transform: translateX(0px) scale(2);
}
66% {
opacity: 1;
transform: translateX(0px) scale(1);
}
100% {
opacity: 0;
transform: translateX(300px) scale(2);
}
}
@-webkit-keyframes loader {
0% {
opacity: 0;
-webkit-transform: translateX(-300px);
}
33% {
opacity: 1;
-webkit-transform: translateX(0px);
}
66% {
opacity: 1;
-webkit-transform: translateX(0px);
}
100% {
opacity: 0;
-webkit-transform: translateX(300px);
}
}
span{
user-select: none;
}
img{
user-select: none;
}
body{
overflow: hidden;
margin: auto;
}
.hide{
visibility: hidden;
}
.fadeout{
animation: fadeout 1.2s forwards ease-out;
}
.back{
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
}
.loveImgAndCounts{
position: absolute;
right: 20px;
top: 85px;
display: flex;
flex-direction: column;
padding-top: 7px;
padding-bottom: 7px;
border-radius: 6px;
.img{
display: flex;
flex-direction: row;
justify-content: center;
height: 35px;
width: 35px;
.loveHeart{
width: 20px;
height: 20px;
transition: all 0.25s linear;
}
.loveHeart:hover{
width: 30px;
height: 30px;
}
}
.span{
display: flex;
flex-direction: row;
justify-content: center;
span{
color: rgb(211, 115, 115);
font-size: small;
}
}
}
.border{
border-left:0.01px solid rgb(117, 111, 111) ;
}
#app{
display: flex;
justify-content: center;
flex-direction: column;
width: 100%;
height: 100%;
padding: 3px 3px 3px 10px;
.drag{
width:100%;
height:40px;
margin-top: 7px;
color:rgb(110, 240, 240);
font-size: 25px;
font-weight: bolder;
text-align: center;
opacity: 0;
animation: fadein 1.2s ease-out forwards;
animation-delay: 0.77s;
span{
-webkit-app-region: drag;
-webkit-user-select: none;
}
}
.part1{
display: flex;
flex-direction: row;
justify-content: center;
input{
background-color: transparent;
padding: 6px 9px 6px 9px;
border-radius: 10px;
text-align: center;
margin: 35px 35px;
border: 0px;
box-shadow: 0px 0px 6px black;
animation: widthChange 0.5s linear ;
width: 155px;
color: rgb(85, 111, 151);
transition: all 0.37s ease-out !important;
}
input::-webkit-input-placeholder{
color: rgb(159, 168, 168);
}
input:hover{
width: 255px !important;
box-shadow: 1px 1px 1px;
background-color: azure !important;
}
}
.part2{
display: flex;
flex-direction: row;
.playLists{
flex:3;
display: flex;
flex-direction: column;
padding: 7px 7px 7px 7px;
height:540px ;
overflow: scroll;
transition: width 0.8s linear;
.playListTitle{
font-size: larger;
font-weight: bolder;
margin-bottom: 25px;
color: wheat;
padding-left: 20px;
}
.playList{
@include playList;
transition: all 0.66s ;
font-size: 15px;
color: rgb(217, 221, 156);
img{
width: 19px;
height: 19px;
}
}
.playList:hover{
background-color: rgb(133, 130, 130);
color: aliceblue;
}
.playListMenu{
@include playList;
color:rgb(185, 179, 179);
font-size: small;
}
}
.playLists::-webkit-scrollbar {
width: 0 !important
}
.runningLists{
flex: 1;
height:540px ;
display: flex;
flex-direction: column;
padding: 7px 7px 7px 7px;
overflow: scroll;
transition: all 0.8s linear;
.runningListMenu{
font-size: large;
font-weight: bolder;
margin-bottom: 25px;
color: wheat;
padding-left: 20px;
}
.runningList{
@include playList;
transition: all 0.66s ;
font-size: 13px;
color: rgb(241, 106, 53);
img{
width: 19px;
height:19px;
}
}
.runningList:hover{
background-color: rgb(95, 194, 224);
color: aliceblue;
}
}
.runningLists::-webkit-scrollbar{
width: 0 !important;
}
}
.part3{
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
bottom: 80px;
width:100%;
height: 18px;
#process{
margin-top: 5px;
width:90%;
height: 1px;
border: none;
transition: height 0.55s;
}
#process::-webkit-progress-value{
background-color: aqua;
border-radius: 4px;
}
#process::-webkit-progress-bar{
background-color:rgb(56, 50, 50);
border-radius: 4px;
}
}
.part3:hover #process{
height: 7px;
}
.part4{
position: absolute;
bottom: 0px;
display: flex;
flex-direction: row;
justify-content: center ;
width: 100%;
height: 77px;
.changeLast{
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 15px solid rgb(219, 215, 215);
margin-top: 25px;
margin-right: 25px;
}
.changeLast::before{
content: "";
display: block;
position: relative;
top: -7.5px;
width: 3px;
height: 15px;
background-color: rgb(219, 215, 215);
}
.changeNext{
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid rgb(219, 215, 215);
margin-top: 25px;
margin-left: 25px;
}
.changeNext::after{
content: "";
display: block;
position: relative;
top: -7.5px;
width: 3px;
height: 15px;
background-color: rgb(219, 215, 215);
}
.song{
position: absolute;
left: 60px;
bottom: 20px;
font-size: larger;
color: rgb(175, 206, 233);
.songName{
user-select: none;
width:220px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.songAuthor{
user-select: none;
width: 100px;
font-size: 12px;
margin-top: 15px;
font-weight: lighter;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
}
.span{
margin-top: 30px;
height: 40px;
width: 140px;
font-size: 13px;
color: rgb(136, 143, 167);
margin-right: 20px;
}
.img{
margin-top: 5px;
height: 77px;
img{
width:60px;
height: 60px;
}
}
.volume{
display: flex;
flex-direction: row;
justify-content: center;
margin-left: 90px;
margin-top: 25px;
img{
height: 25px;
width: 25px;
}
img:hover+.volumeNumber{
opacity: 1;
}
.volumeNumber{
opacity: 0;
height: 25px;
span{
margin-top: 3px;
color: white;
font-size: 13px;
margin-left: 3px;
}
}
}
}
}
.wangyiyun{
width:24px !important;
height:19px;
}
.loading{
display: none !important;
}
.transition-loader {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
}
.transition-loader-inner {
transform: translateY(-50%);
top: 50%;
position: absolute;
width: calc(100% - 200px);
color: #FFF;
padding: 0 100px;
text-align: center;
}
.transition-loader-inner label {
font-size: 1em;
padding: 1%;
opacity: 0;
display: inline-block;
}
.transition-loader-inner label:after {
font-family: FontAwesome;
content: '\f111';
}
.transition-loader-inner label:nth-child(1) {
-webkit-animation: loader 3s 600ms infinite ease-in-out;
animation: loader 3s 600ms infinite ease-in-out;
}
.transition-loader-inner label:nth-child(2) {
-webkit-animation: loader 3s 500ms infinite ease-in-out;
animation: loader 3s 500ms infinite ease-in-out;
}
.transition-loader-inner label:nth-child(3) {
-webkit-animation: loader 3s 400ms infinite ease-in-out;
animation: loader 3s 400ms infinite ease-in-out;
}
.transition-loader-inner label:nth-child(4) {
-webkit-animation: loader 3s 300ms infinite ease-in-out;
animation: loader 3s 300ms infinite ease-in-out;
}
.transition-loader-inner label:nth-child(5) {
-webkit-animation: loader 3s 200ms infinite ease-in-out;
animation: loader 3s 200ms infinite ease-in-out;
}
.transition-loader-inner label:nth-child(6) {
-webkit-animation: loader 3s 100ms infinite ease-in-out;
animation: loader 3s 100ms infinite ease-in-out;
}
.iconSelector{
position: absolute;
top: 15px;
right: 30px;
display: flex;
flex-direction: row;
justify-content: space-between;
width: 80px;
height: 20px;
z-index: 1;
.smaller {
display: block;
width: 18px;
height: 18px;
border-radius: 50%;
background-color: rgb(71, 202, 99);
}
.smaller::after {
content: "";
display: block;
height: 3px;
width: 12px;
position: relative;
top: 7px;
left: 3px;
background-color: white;
}
.smaller:hover {
box-shadow: 0px 0px 6px rgb(116, 194, 133);
}
.bigger {
display: block;
width: 18px;
height: 18px;
border-radius: 50%;
background-color: rgb(201, 162, 56);
}
.bigger::after {
content: "";
display: block;
height: 7px;
width: 7px;
border: 2px solid white;
position: relative;
top: 3.5px;
left: 3.47px;
background-color: transparent;
}
.bigger:hover {
box-shadow: 0px 0px 6px rgb(196, 181, 141);
}
.closed {
width: 18px;
height: 18px;
border-radius: 50%;
background-color: #c51010;
display: block;
}
.closed::before {
content: "";
display: block;
position: relative;
right: -7.5px;
top: 4px;
/*方便进行定位*/
height: 12px;
width: 1.5px;
/*设置top和right使图像在20*20框中居中*/
background: white;
transform: rotate(45deg);
/*进行旋转*/
}
.closed::after {
content: "";
display: block;
position: relative;
right: -7.5px;
top: -8px;
/*方便进行定位*/
height: 12px;
width: 1.5px;
/*设置top和right使图像在20*20框中居中*/
background: white;
transform: rotate(-45deg);
}
.closed:hover {
box-shadow: 0px 0px 6px rgb(221, 95, 95);
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。