``
/* 定制公告栏时钟位置 */

/* left, center, right */
text-align: center;
}

.aplayer .aplayer-list {
max-height: 483px !important;
}

.aplayer .aplayer-list ol {
max-height: 481px !important;
}

/* 定制公告栏音乐插件的样式 /
.aplayer {
font-family: Arial,Helvetica,sans-serif; /
音乐插件字体/
margin: 0px; /
音乐插件与公告栏左边的边距,0px就是直接抵到公告栏左边的边上*/
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
border-radius: 2px;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
line-height: normal;
}

相关文章:

  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2021-10-22
  • 2022-12-23
  • 2021-08-31
  • 2021-06-06
猜你喜欢
  • 2021-11-13
  • 2021-10-03
  • 2022-01-27
  • 2022-01-19
  • 2022-12-23
相关资源
相似解决方案