jcq 1 giorno fa
parent
commit
5a604a2cfc
2 ha cambiato i file con 40 aggiunte e 10 eliminazioni
  1. 16 10
      source/index/webview_index.php
  2. 24 0
      static/index/css/ly.css

+ 16 - 10
source/index/webview_index.php

@@ -273,9 +273,9 @@
                                             }
                                             ?>
                                         </div>
-                                        <div class="step2 step-common">
+                                        <div class="step2  step-common">
                                             <div class="form-group clearfix">
-                                                <label class="control-label col-sm-2"><span>*</span>APP图标</label>
+                                                <label class="control-label col-sm-2 "><span>*</span><span class="w500-c15">APP图标</span></label>
                                                 <div class="clearfix col-sm-6">
                                                     <input type="file" id="upload_a_icon" onchange="upload_icon()"
                                                         style="display:none">
@@ -295,7 +295,7 @@
                                                     <div class="img-note fl">
                                                         <div>
                                                             <a class="ms-btn ms-btn-secondary mb5"
-                                                                href="<?php echo IN_PATH; ?>index/icon_make"
+                                                                href="<?php echo IN_PATH; ?>index/icon_make" style="border-radius: 5px;"
                                                                 target="_blank">在线制作图标</a>
                                                             <p>200*200尺寸,圆形或白色背景LOGO<br>PNG格式</p>
                                                         </div>
@@ -303,7 +303,7 @@
                                                 </div>
                                             </div>
                                             <div class="form-group clearfix">
-                                                <label class="control-label col-sm-2"><span>*</span>启动图</label>
+                                                <label class="control-label col-sm-2 w500-c15"><span>*</span><span class="w500-c15">启动图</span></label>
                                                 <div class="clearfix col-sm-6">
                                                     <input type="file" id="upload_l_image"
                                                         onchange="upload_launch()"
@@ -329,33 +329,39 @@
                                                 </div>
                                             </div>
                                             <div class="form-group clearfix">
-                                                <label class="control-label col-sm-2"><span>*</span>显示时间</label>
+                                                <label class="control-label col-sm-2 w500-c15"><span>*</span><span class="w500-c15">显示时间</span></label>
                                                 <div class="col-sm-6">
+                                                     
                                                     <div class="input-text">
-                                                        <label>
+                                                        <label class="radio-container">
                                                             <input type="radio" name="splashTime"
                                                                 value="0" <?php echo $data["config"]["splashTime"] == 0 ? "checked" : ""; ?>>
+                                                                 <span class="radio-custom"></span>
                                                             不显示
                                                         </label>
-                                                        <label>
+                                                        <label class="<?php echo $data["splashTime"] == 1 ? "selon" : ""; ?> radio-container">
 
                                                             <input type="radio" name="splashTime"
                                                                 value="1" <?php echo $data["config"]["splashTime"] == 1 ? "checked" : ""; ?>>
+                                                                <span class="radio-custom"></span>
                                                             1秒
                                                         </label>
-                                                        <label>
+                                                        <label class="<?php echo $data["splashTime"] == 2 ? "selon" : ""; ?> radio-container">
                                                             <input type="radio" class="active" name="splashTime"
                                                                 value="2" <?php echo $data["config"]["splashTime"] == 2 ? "checked" : ""; ?>>
+                                                                <span class="radio-custom"></span>
                                                             2秒
                                                         </label>
-                                                        <label>
+                                                        <label class="<?php echo $data["splashTime"] == 3 ? "selon" : ""; ?> radio-container">
                                                             <input type="radio" name="splashTime"
                                                                 value="3" <?php echo $data["config"]["splashTime"] == 3 ? "checked" : ""; ?>>
+                                                                <span class="radio-custom"></span>
                                                             3秒
                                                         </label>
-                                                        <label>
+                                                        <label class="<?php echo $data["splashTime"] == 41 ? "selon" : ""; ?> radio-container">
                                                             <input type="radio" name="splashTime"
                                                                 value="4" <?php echo $data["config"]["splashTime"] == 4 ? "checked" : ""; ?>>
+                                                                <span class="radio-custom"></span>
                                                             4秒
                                                         </label>
                                                     </div>

+ 24 - 0
static/index/css/ly.css

@@ -258,6 +258,30 @@ body .price-pay .price-list3 .list3 li {
 .step1 label span {
     float: right;
 }
+.step2 label span {
+    float: right;
+}
+.encapsulation .upload-icon#preview_a_icon{
+    width: 144px;
+    height: 144px;
+    background-position: center 45px;
+}
+.encapsulation .step2 div.img-note{
+    height: 144px;
+}
+.encapsulation .step2 div.img-note1 {
+    height: 282px;
+}
+.encapsulation .upload-img#preview_l_image{
+    width: 174px;
+    height: 282px;
+}
+.encapsulation .upload-icon div.text{
+    margin-top: 100px;
+}
+.encapsulation .upload-img div.text{
+    margin-top: 155px;
+}
 /* 移动端样式适配 */
 @media (max-width: 767px) {
     .apps-num {