+
@@ -31,6 +78,20 @@ import { NImage } from 'naive-ui'
.white{
background-color: #101014;
color: #fff;
+ .btn{
+ margin-left: 20px;
+ margin-bottom: 7px;
+ border: 1px solid #51d6a9;
+ border-radius: 3px;
+ width: 50px;
+ text-align: center;
+ height: 28px;
+ line-height: 28px;
+ }
+ .iframe{
+ width: 100%;
+ height: calc(100vh - 35px - 10px);
+ }
.img-list{
display: flex;
flex-wrap: wrap;
diff --git a/src/views/scene/index.vue b/src/views/scene/index.vue
new file mode 100644
index 0000000..a108289
--- /dev/null
+++ b/src/views/scene/index.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+