소스 검색

Merge branch 'master' of http://192.168.0.115:3000/shaogen1995/kaiPingWeb

chenlei 1 년 전
부모
커밋
83bb2d61cc
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      code/src/pages/B1Village/index.module.scss

+ 8 - 8
code/src/pages/B1Village/index.module.scss

@@ -1,17 +1,18 @@
-.B1Village{
+.B1Village {
   position: relative;
-  :global{
-    .B1toTab3{
+
+  :global {
+    .B1toTab3 {
       position: absolute;
       bottom: 90px;
       right: 90px;
       cursor: pointer;
-      width: 104px;
-      height: 111px;
+      width: 80px;
+      height: 90px;
       background-image: url('../../assets/img/tab2/btn_active.png');
       background-size: 100% 100%;
       color: var(--themeColor2);
-      font-size: 20px;
+      font-size: 18px;
       display: flex;
       justify-content: center;
       align-items: center;
@@ -47,8 +48,7 @@
   margin-top: 15px;
   width: 122px;
   height: 124px;
-  background: url("../../assets/img/icon_address_normal@2x.png") no-repeat center /
-    contain;
+  background: url("../../assets/img/icon_address_normal@2x.png") no-repeat center / contain;
 }
 
 .hotspotActive .hotspotLabel {