diff --git a/src/components/LiveCount.vue b/src/components/LiveCount.vue index b3dd201..2f7c36f 100644 --- a/src/components/LiveCount.vue +++ b/src/components/LiveCount.vue @@ -14,10 +14,7 @@ -
- 参加时长 -
30min
-
+
取消直播
@@ -29,10 +26,7 @@
-
- 参加时长 -
30min
-
+
已拒绝
@@ -63,48 +57,6 @@
30min
-
-
- -
-
andy
-
英语 A1
-
-
- -
- 参加时长 -
30min
-
-
-
-
- -
-
andy
-
英语 A1
-
-
- -
- 参加时长 -
30min
-
-
-
-
- -
-
andy
-
英语 A1
-
-
- -
- 参加时长 -
30min
-
-
@@ -161,6 +113,20 @@ } } } + .refuse{ + color: #D22C2E; + margin:auto 0; + } + .cancel{ + margin:auto 0; + width: 57px; + height: 23px; + border: 1px solid #09AE99; + line-height: 23px; + text-align: center; + color: #09AE99; + border-radius: 3px; + } .button { position: absolute; width: 260px; @@ -188,5 +154,10 @@ \ No newline at end of file diff --git a/src/components/LivePlay.vue b/src/components/LivePlay.vue index 56cd295..adf5b6f 100644 --- a/src/components/LivePlay.vue +++ b/src/components/LivePlay.vue @@ -1,27 +1,27 @@ \ No newline at end of file diff --git a/src/components/LivePlaying.vue b/src/components/LivePlaying.vue new file mode 100644 index 0000000..8d782d5 --- /dev/null +++ b/src/components/LivePlaying.vue @@ -0,0 +1,27 @@ + + + \ No newline at end of file diff --git a/src/components/LiveingWatcher.vue b/src/components/LiveingWatcher.vue new file mode 100644 index 0000000..b137a1b --- /dev/null +++ b/src/components/LiveingWatcher.vue @@ -0,0 +1,143 @@ + + + \ No newline at end of file diff --git a/src/static/images/watchermanage.png b/src/static/images/watchermanage.png new file mode 100644 index 0000000..dd1b5c2 Binary files /dev/null and b/src/static/images/watchermanage.png differ diff --git a/src/views/regime/Live.vue b/src/views/regime/Live.vue index 97fecf3..65d8f94 100644 --- a/src/views/regime/Live.vue +++ b/src/views/regime/Live.vue @@ -12,9 +12,9 @@
- - - + + + diff --git a/src/views/regime/Livedetail.vue b/src/views/regime/Livedetail.vue index 545c14a..440ff4e 100644 --- a/src/views/regime/Livedetail.vue +++ b/src/views/regime/Livedetail.vue @@ -2,7 +2,7 @@
- +
@@ -34,11 +34,13 @@ width: 1320px; height: 563px; .info { + width: 1321px; display: flex; - justify-content: space-between; + justify-content:center; .liveplay { background: white; border-radius: 18px; + margin-right: 29px; .liveinfo{ display: flex; justify-content: space-between; @@ -81,13 +83,13 @@