shaogen1995 %!s(int64=3) %!d(string=hai) anos
pai
achega
2a290ec61f
Modificáronse 3 ficheiros con 20 adicións e 10 borrados
  1. 15 9
      SuperTwo791/css/main.css
  2. BIN=BIN
      SuperTwo791/images/titleBAC.png
  3. 5 1
      hotspot/src/views/Home.vue

+ 15 - 9
SuperTwo791/css/main.css

@@ -3391,12 +3391,12 @@ a.hasHover:hover, a:active {
 }
 
 .pinTop.left {
-    left: 50%;
-    z-index: 99;
+    /* left: 50%; */
+    z-index: 1308;
     display: flex;
     flex-direction: column;
     align-items: center;
-    transform: translateX(-50%);
+    /* transform: translateX(-50%); */
 }
 
 .pinTop.right {
@@ -6277,18 +6277,22 @@ a.hasHover.tag-link:hover {
     -webkit-transition: all .3s;
     transition: all .3s;
     pointer-events: all;
-    background: rgba(0, 0, 0, 0.2);
+    /* background: rgba(0, 0, 0, 0.2);
     border-radius: 10px;
     padding: 0 10px;
-    min-width: 180px;
+    min-width: 180px; */
+    width: 250px;
+    height: 46px;
+    background: url(../images/titleBAC.png) no-repeat center;
+    background-size: 100% 100%;
 }
 
 #model-title:hover {
-    background: rgba(0, 0, 0, 0.5);
+    /* background: rgba(0, 0, 0, 0.5); */
 }
 
 #model-title.expand {
-    background: rgba(0, 0, 0, 0.5);
+    /* background: rgba(0, 0, 0, 0.5); */
 }
 
 .title-row {
@@ -6331,7 +6335,8 @@ a.hasHover.tag-link:hover {
     display: flex;
     align-items: center;
     height: 100%;
-    padding-left: 12px;
+    padding-left: 5px;
+    margin-top: 3px;
 }
 
 /*.meta-toggle.hasHover:hover,.meta-toggle:active {
@@ -6398,7 +6403,8 @@ a.hasHover.tag-link:hover {
 }
 
 .pinTop.left .title-container {
-    right: 0;
+    right: -19px;
+    top: 5px;
     margin-right: 0
 }
 

BIN=BIN
SuperTwo791/images/titleBAC.png


+ 5 - 1
hotspot/src/views/Home.vue

@@ -520,7 +520,11 @@ export default {
 }
 
 .swiper-pagination-bullet {
-  background: #fff;
+  background-color: #fff;
+  opacity: 0.8;
+}
+.swiper-pagination-bullet-active {
+  background-color: #cf7b0e;
 }
 .swiper-slide {
   text-align: center;