xiongzhu пре 3 година
родитељ
комит
7ef9ce44fa
2 измењених фајлова са 14 додато и 14 уклоњено
  1. 14 14
      src/main/resources/static/download_app.html
  2. BIN
      src/main/resources/static/img/app_icon.png

+ 14 - 14
src/main/resources/static/download_raex.html → src/main/resources/static/download_app.html

@@ -58,12 +58,12 @@
             display: flex;
             display: flex;
             align-items: center;
             align-items: center;
             justify-content: center;
             justify-content: center;
-            color: rgb(0, 255, 18);
+            color: rgb(159, 105, 46);
             font-size: 16px;
             font-size: 16px;
             border-radius: 10px;
             border-radius: 10px;
-            background: rgba(0, 0, 0, 0);
+            background: none;
             outline: none;
             outline: none;
-            border: 1px solid rgb(0, 255, 18);
+            border: 1px solid rgb(159, 105, 46);
             margin-top: 30px;
             margin-top: 30px;
         }
         }
 
 
@@ -97,17 +97,17 @@
 </head>
 </head>
 
 
 <body>
 <body>
-<img src="img/app_icon_raex.png" class="icon"/>
-<a class="btn-download" id="btn-ios"
-   href="https://itunes.apple.com/cn/app/id1598469798" style="display: none">
-    <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="apple"
-         class="svg-inline--fa fa-apple fa-w-12" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
-        <path fill="currentColor"
-              d="M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z">
-        </path>
-    </svg>
-    <span class="text">下载iOS版</span>
-</a>
+<img src="img/app_icon.png" class="icon"/>
+<!--<a class="btn-download" id="btn-ios"-->
+<!--   href="https://itunes.apple.com/cn/app/id1598469798" style="display: none">-->
+<!--    <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="apple"-->
+<!--         class="svg-inline&#45;&#45;fa fa-apple fa-w-12" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">-->
+<!--        <path fill="currentColor"-->
+<!--              d="M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z">-->
+<!--        </path>-->
+<!--    </svg>-->
+<!--    <span class="text">下载iOS版</span>-->
+<!--</a>-->
 <a class="btn-download" id="btn-android" style="display: none">
 <a class="btn-download" id="btn-android" style="display: none">
     <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="android"
     <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="android"
          class="svg-inline--fa fa-android fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg"
          class="svg-inline--fa fa-android fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg"

BIN
src/main/resources/static/img/app_icon.png