306132416@qq.com 4 years ago
parent
commit
714190e06a
1 changed files with 11 additions and 6 deletions
  1. 11 6
      front-page/fission-page.html

+ 11 - 6
front-page/fission-page.html

@@ -46,10 +46,10 @@
                <div>
                    <i>第二步.</i>
                    <span class="font-monospace">下载地址:</span>
-                   <span class="share-font">{{downLoadObj.url}}</span>
+                   <span class="share-font download-url">{{downLoadObj.url}}</span>
                </div>
-               <div>
-                   <p style="font-size: 14px">【温馨提示】不建议购买网盘会员,由于文件过大,请保存后在电脑上打开网盘,先下载到本地电脑,再解压!</p>
+               <div class="download-footer">
+                   <p>【温馨提示】不建议购买网盘会员,由于文件过大,请保存后在电脑上打开网盘,先下载到本地电脑,再解压!</p>
                </div>
            </div>
        </div>
@@ -261,8 +261,6 @@
     }
 
 
-
-
     .content-box {
         width: 90%;
         height: 60%;
@@ -327,7 +325,14 @@
         padding: 8px;
         color: rgba(166,44,53,1);
     }
-
+    .download-url {
+        font-size: 13px;
+        text-decoration: underline;
+    }
+    .download-footer {
+        margin-top: 30px;
+        font-size: 13px;
+    }
     .modal-share {
         width: 100%;
         height: 100%;