Simple mp3 player

This commit is contained in:
RainLoop Team 2015-04-10 12:17:49 +04:00
parent 351c12c002
commit 1d943356f5
23 changed files with 336 additions and 121 deletions

View file

@ -34,6 +34,24 @@
vertical-align: middle;
}
.audioPlace {
font-size: 25px;
line-height: 30px;
margin-right: 15px;
.playIcon {
font-size: 30px;
line-height: 30px;
cursor: pointer;
color: orange;
text-shadow: 0 1px 0 #fff;
}
}
.accountPlace {
background-color: #000;
background-color: rgba(0, 0, 0, 0.5);