项目名称:
@@ -1178,7 +1200,7 @@
>编辑
-
+
直播封面:
-
-
-
-
-
+
@@ -2133,6 +2142,8 @@ export default {
};
const edit_exit = () => {
state.edit_hs = false;
+ state.radioV1 = "";
+ state.radioV2 = "";
};
const cloradio1 = (value) => {
if (value != "") {
@@ -2988,6 +2999,46 @@ export default {
border-top: 0px;
}
}
+ .taskbox {
+ width: 412px;
+ height: 160px;
+ border-radius: 10px;
+ position: relative;
+ margin-left: 68px;
+ margin-bottom: 40px;
+ margin-top: 32px;
+ cursor: pointer;
+ .leftt {
+ position: absolute;
+ top: 18px;
+ left: 0;
+ }
+ .photo {
+ position: absolute;
+ top: 42px;
+ left: 37px;
+ }
+ .rightt {
+ position: absolute;
+ top: 69px;
+ right: 26px;
+ }
+ .centerbox {
+ position: absolute;
+ top: 52px;
+ left: 145px;
+ font-size: 20px;
+ font-weight: 700;
+ //line-height: 36px;
+ }
+ .centermain {
+ color: rgba(135, 139, 146, 1);
+ font-size: 14px;
+ position: absolute;
+ left: 144px;
+ bottom: 49px;
+ }
+ }
.stage {
display: flex;
height: 49px;
@@ -3731,6 +3782,19 @@ export default {
margin-right: 5px;
}
}
+ .lodalimg{
+ width:120px;
+ height:120px;
+ border:1px dashed #387DF7;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ cursor: pointer;
+ .lodalimg{
+ display: flex;
+ white-space: nowrap;
+ }
+ }
.kqszbox {
.qdqtbox {
margin-left: 5px;