liuqiao 1 жил өмнө
parent
commit
7255855687

+ 1 - 1
public/static/TemplateData/style.css

@@ -1,5 +1,5 @@
 body { padding: 0; margin: 0 }
 body { padding: 0; margin: 0 }
-#unity-container { position: fixed; width: 100%; height: 100%; }
+#unity-container { width: 100%; height: 100%; }
 #unity-canvas { width: 100%; height: 100%; background: #231F20 }
 #unity-canvas { width: 100%; height: 100%; background: #231F20 }
 #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
 #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
 #unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
 #unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }

+ 3 - 1
src/style/style.css

@@ -1249,7 +1249,9 @@ justify-content: space-between;
     background-image: url(/src/assets/img/Line30.png);
     background-image: url(/src/assets/img/Line30.png);
 }
 }
 .btnactive{
 .btnactive{
-background: linear-gradient(to bottom, rgba(11,51,142,0.1) 15%, rgba(17,56,143 ,0.2) 40%,rgba(0,224,225 ,1)) !important;
+  background: linear-gradient(to bottom, rgba(11,51,142,1) 15%, rgba(17,56,143 ,1) 40%,rgba(11,51,142,1)) !important;  
+  /* background:rgba(0,224,225 ,1)!important; */
+/* background: linear-gradient(to bottom, rgba(11,51,142,0.1) 15%, rgba(17,56,143 ,0.2) 40%,rgba(0,224,225 ,1)) !important;  */
 border-radius: 0px 0px 0px 0px !important;
 border-radius: 0px 0px 0px 0px !important;
 opacity: 1 !important;
 opacity: 1 !important;
 }
 }

+ 1 - 0
src/view/appmian.vue

@@ -571,6 +571,7 @@ body {
   width: 100%;
   width: 100%;
   height: 100vh;
   height: 100vh;
   background: #161a2a;
   background: #161a2a;
+  /* background:#b2bac7; */
 }
 }
 
 
 button:focus,
 button:focus,

+ 1 - 0
src/view/components/InfoVtkmodel.vue

@@ -116,5 +116,6 @@ span {
 <style>
 <style>
 .vtkmodel1 canvas{
 .vtkmodel1 canvas{
   background-color: rgba(51,51,51,0.7);
   background-color: rgba(51,51,51,0.7);
+ /* background-color:#b2bac7; */
 }
 }
 </style>
 </style>

+ 1 - 1
static/TemplateData/style.css

@@ -1,5 +1,5 @@
 body { padding: 0; margin: 0 }
 body { padding: 0; margin: 0 }
-#unity-container { position: fixed; width: 100%; height: 100%; }
+#unity-container { width: 100%; height: 100%; }
 #unity-canvas { width: 100%; height: 100%; background: #231F20 }
 #unity-canvas { width: 100%; height: 100%; background: #231F20 }
 #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
 #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
 #unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
 #unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }