缺失内容:
+
+
恢复
@@ -874,7 +910,7 @@ function CloseView() {
+ style="width: 100%; height: calc(60vh);margin-bottom: 20px;" border>
@@ -901,7 +937,7 @@ function CloseView() {
-
+
@@ -1150,7 +1186,7 @@ function CloseView() {
.newContent_title {
display: flex;
- justify-content: space-between;
+ justify-content: flex-end;
align-items: center;
margin-bottom: 10px;
@@ -1161,4 +1197,34 @@ function CloseView() {
}
}
+//tab
+.tabbs_all{
+ width: 100%;
+ display: flex;
+ align-items: center;
+ border-bottom: 1px solid #ebeef5;
+ margin-bottom: 5px;
+ .tabbs_box{
+ padding: 3px 5px 6px 5px;
+ cursor: pointer;
+ // color: #;
+ box-sizing: border-box;
+ font-size: 18px;
+ font-weight: 600;
+
+ }
+ .tabbs_box:hover{
+ color: #409eff;
+ cursor: pointer;
+ }
+ .tabbs_box1{
+ padding: 3px 5px;
+ cursor: pointer;
+ color: #409eff;
+ box-sizing: border-box;
+ font-size: 18px;
+ font-weight: 600;
+ border-bottom: 3px solid #409eff;
+ }
+}