|
@@ -191,7 +191,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div v-if="steps == 3" style="width: 40%; height: 96%">
|
|
|
|
|
|
+ <div v-if="steps == 3" style="width: 40%; height: 96%; ">
|
|
<div
|
|
<div
|
|
style="
|
|
style="
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -200,8 +200,11 @@
|
|
height: 96%;
|
|
height: 96%;
|
|
margin: 10px auto;
|
|
margin: 10px auto;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
|
+ position: relative;
|
|
"
|
|
"
|
|
>
|
|
>
|
|
|
|
+ <div class="close" @click="steps = 0,type = 0"><img src="../assets/icon/close.png" alt="" /></div>
|
|
|
|
+
|
|
<div style="color: #b6b6b6; font-size: 20px; padding: 20px">
|
|
<div style="color: #b6b6b6; font-size: 20px; padding: 20px">
|
|
上传作业
|
|
上传作业
|
|
</div>
|
|
</div>
|
|
@@ -599,7 +602,8 @@ export default {
|
|
.uploadImg > img,
|
|
.uploadImg > img,
|
|
.uploadVedio > img,
|
|
.uploadVedio > img,
|
|
.uploadImgPic > img,
|
|
.uploadImgPic > img,
|
|
-.logoLive > img {
|
|
|
|
|
|
+.logoLive > img,
|
|
|
|
+.close > img {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
@@ -625,7 +629,7 @@ export default {
|
|
|
|
|
|
.blackButton {
|
|
.blackButton {
|
|
color: #fff;
|
|
color: #fff;
|
|
- background: rgb(179, 62, 117);
|
|
|
|
|
|
+ background: #066ebe;
|
|
width: 100px;
|
|
width: 100px;
|
|
height: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
@@ -886,4 +890,11 @@ export default {
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
background: #5e78fa !important;
|
|
background: #5e78fa !important;
|
|
}
|
|
}
|
|
|
|
+.close{
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 10px;
|
|
|
|
+ top: 10px;
|
|
|
|
+ width: 20px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|