瀏覽代碼

Merge branch 'master' of http://192.168.0.115:3000/zhangyupeng/hk-school

gemercheung 1 年之前
父節點
當前提交
5ae171f06e
共有 4 個文件被更改,包括 22 次插入11 次删除
  1. 4 0
      src/App.vue
  2. 8 1
      src/components/NavigationBar.vue
  3. 2 2
      src/components/RightMenu.vue
  4. 8 8
      src/config.json

+ 4 - 0
src/App.vue

@@ -81,3 +81,7 @@ const handleCloseAndGoHomePage = () => {
 
 
 </script>
+<style lang="sass">
+
+@--swiper-theme-color:#fff
+</style>

+ 8 - 1
src/components/NavigationBar.vue

@@ -112,7 +112,14 @@ const onSlideChange = () => {
   console.log("slide change");
 };
 </script>
-
+<style lang="scss">
+.swiper-button-next{
+    color: #fff !important;
+}
+.swiper-button:after {
+    color: #fff !important;
+}
+</style>
 <style scoped lang="scss">
 .bar {
   position: fixed;

+ 2 - 2
src/components/RightMenu.vue

@@ -58,8 +58,8 @@ const changeScene = (item) => {
     z-index: 100000;
 
     .item {
-        width: 75px;
-        height: 75px;
+        width: 80px;
+        height: 80px;
         text-decoration: none;
         background-image: url('/src/assets/icon_bg.png');
         background-position: center center;

+ 8 - 8
src/config.json

@@ -37,6 +37,14 @@
         "url": "https://eur.4dkankan.com/spg.html?m=SG-eur-5VlJaf4942&lang=en"
     },
     {
+        "id": "hall",
+        "type": "scene",
+        "cover": "auditorium.png",
+        "zhName": "禮堂",
+        "enName": "Hall",
+        "url": "https://eur.4dkankan.com/spg.html?m=SG-eur-XUYLaf7632&lang=en"
+    },
+    {
         "id": "General Office",
         "type": "scene",
         "zhName": "校務處",
@@ -171,13 +179,5 @@
         "zhName": "設計與科技工場(3)",
         "enName": "Design & Technology Workshop (3)",
         "url": "https://eur.4dkankan.com/spg.html?m=SG-eur-R1Teb3d0bb&lang=en"
-    },
-    {
-        "id": "hall",
-        "type": "scene",
-        "cover": "auditorium.png",
-        "zhName": "禮堂",
-        "enName": "Hall",
-        "url": "https://eur.4dkankan.com/spg.html?m=SG-eur-XUYLaf7632&lang=en"
     }
 ]