shaogen1995 3 lat temu
rodzic
commit
b452b9ecb9

+ 5 - 4
SuperTwo762/css/main.css

@@ -3296,7 +3296,7 @@ a.hasHover:hover, a:active {
     height: 10px;
     top: 0px;
     left: 0px;
-    background: #00b4ed;
+    background: #d60401;
     border-radius: 5px;
     overflow: hidden;
 }
@@ -3308,7 +3308,7 @@ a.hasHover:hover, a:active {
     height: 64px;
     -webkit-border-radius: 16px;
     border-radius: 16px;
-    background: #00b4ed;
+    background: #d60401;
     -webkit-animation: sparkle 1500ms linear infinite;
     -moz-animation: sparkle 1500ms linear infinite;
     -o-animation: sparkle 1500ms linear infinite;
@@ -3798,6 +3798,7 @@ a.hasHover:hover, a:active {
     /* background: rgba(0, 0, 0, 0.2); */
     border-radius: 10px;
     margin-right: 10px;
+    margin-bottom: -10px;
 }
 
 #volume>a, #gui-fullscreen>a, #gui-fullscreen-exit>a {
@@ -4203,14 +4204,14 @@ a.hasHover:hover, a:active {
 
 #progressBar .step::before {
     content: '';
-    background-color: #575757;
+    background-color: #dc2506;
     width: 100%;
     height: 100%;
     display: block
 }
 
 #progressBar .step.active::before, #progressBar .step.recent::before {
-    background-color: #00b4ed
+    background-color: #fcd67b
 }
 
 #progressBar .step.upcoming::before {

+ 5 - 3
SuperTwo791/css/main.css

@@ -3295,7 +3295,7 @@ a.hasHover:hover, a:active {
     height: 10px;
     top: 0px;
     left: 0px;
-    background: #00b4ed;
+    background: #d60401;
     border-radius: 5px;
     overflow: hidden;
 }
@@ -3307,7 +3307,7 @@ a.hasHover:hover, a:active {
     height: 64px;
     -webkit-border-radius: 16px;
     border-radius: 16px;
-    background: #00b4ed;
+    background: #d60401;
     -webkit-animation: sparkle 1500ms linear infinite;
     -moz-animation: sparkle 1500ms linear infinite;
     -o-animation: sparkle 1500ms linear infinite;
@@ -3342,7 +3342,9 @@ a.hasHover:hover, a:active {
 }
 
 .darkGlass {
-    background-color: #c87f20;
+    background-color: rgba(207, 123, 14, 1);
+    /* background: url('../images/bigBAC.png') no-repeat center;
+    background-size: cover; */
 }
 
 .ui-icon {

+ 1 - 1
code/src/pages/layout/aside.vue

@@ -290,7 +290,7 @@ input::placeholder {
     li {
       margin: 15px 0;
       img {
-        width: 50px;
+        width: 47px;
       }
     }
     ::before{

+ 10 - 1
code/src/pages/tunnel/index.vue

@@ -89,7 +89,10 @@
           <div class="msg-bottom">
             <div class="leaving">
               <div class="primaryTitle">全部留言</div>
-              <ul class="content">
+              <div class="hint" v-if="!message.length">
+                暂无留言
+              </div>
+              <ul class="content" v-else>
                 <li v-for="(item, i) in message" :key="i">
                   <div class="info">
                     <span :title="item.nickName" class="name">{{
@@ -500,6 +503,12 @@ h2 {
           margin-top: 10px;
           .leaving {
             .primaryTitle {
+              .hint{
+                position: absolute;
+                left: 50%;
+                bottom: 50%;
+                transform: translateX(-50%,-50%);
+              }
               text-align: left;
               padding-bottom: 10px;
               position: relative;

+ 7 - 3
hotspot/src/views/Home.vue

@@ -7,6 +7,7 @@
       :src="audio"
       preload
       autoplay
+      controls
       loop
       ref="musicBg"
     ></audio>
@@ -234,10 +235,13 @@ export default {
 
 <style lang="less" scoped>
 .audio {
+  width: 90%;
+  max-width: 400px;
+  height: 50px;
   position: fixed;
-  top: -100px;
-  left: -100px;
-  opacity: 0;
+  top: 40%;
+  left: 50%;
+  transform: translate(-50%,-50%);
 }
 
 .mb-intro {

+ 3 - 0
package-lock.json

@@ -0,0 +1,3 @@
+{
+  "lockfileVersion": 1
+}