Commit 4e052609 authored by 邵世尧's avatar 邵世尧

提交

parent fda77d27
...@@ -5,6 +5,14 @@ ...@@ -5,6 +5,14 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
}
.border {
border-radius: 20px;
border-style: dashed;
width: 500px;
text-align: center;
} }
.item-box{ .item-box{
...@@ -20,13 +28,6 @@ ...@@ -20,13 +28,6 @@
padding-bottom: 2vw; padding-bottom: 2vw;
padding-top: 3vw; padding-top: 3vw;
} }
.border {
border-radius: 20px;
border-style: dashed;
width: 500px;
text-align: center;
}
.pic-sound-box { .pic-sound-box {
width: 50%; width: 50%;
display: flex; display: flex;
......
...@@ -456,6 +456,15 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -456,6 +456,15 @@ export class PlayComponent implements OnInit, OnDestroy {
pic_url:'', audio_url:"assets/play/music/card.mp3", title: "4" pic_url:'', audio_url:"assets/play/music/card.mp3", title: "4"
}); });
picArr.push({
pic_url:'', audio_url:"assets/play/music/card.mp3", title: "5"
});
picArr.push({
pic_url:'', audio_url:"assets/play/music/card.mp3", title: "6"
});
this.data.sideB=1;
this.data.contentObj.picArr = picArr; this.data.contentObj.picArr = picArr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment