@@ -4,6 +4,7 @@
height: 100%;
-webkit-overflow-scrolling: touch;
overflow: scroll;
+
.container {
position: relative;
display: block;
@@ -12,6 +13,7 @@
z-index: 10;
}
.musicModel {
position: absolute;
left: 0;
@@ -20,6 +22,7 @@
bottom: 0;
.errorModel {
@@ -33,22 +36,25 @@
overflow: hidden;
-.startBtn{
+.startBtn {
left: 1%;
- bottom: 0.83333rem;
+ bottom: 1.93333rem;
z-index: 11;
- &:active{
+ &:active {
opacity: .8;
-.loading{
+.loading {
left: 4%;
top: 50%;
margin-top: -15Px;
-.skeletonWrap{
+.skeletonWrap {
top: 0;
@@ -63,20 +69,24 @@
background: #fff;
pointer-events: none;
.skeleton {
--van-skeleton-paragraph-height: 24px;
- :global{
- .van-skeleton__content{
- .van-skeleton-paragraph{
+ :global {
+ .van-skeleton__content {
+ .van-skeleton-paragraph {
margin: 12px auto;
width: 80% !important;
- &:first-child{
+ &:first-child {
width: 60% !important;
- &:last-child{
+ &:last-child {
-}
+}