瀏覽代碼

修改样式

zhangwf 5 年之前
父節點
當前提交
cf6cad6d26
共有 1 個文件被更改,包括 19 次插入19 次删除
  1. 19 19
      src/views/h5editor/index.vue

+ 19 - 19
src/views/h5editor/index.vue

@@ -297,8 +297,8 @@
           color:rgba(255,255,255,1); margin-left:20px;
           line-height:34px;">上传按钮样式</span>
 
-          <img src="../../assets/images/close-icon.png" style="width: 16px; height: 16px; margin-right: 10px;"
-            @click="dialogVisible=false"></img>
+          <img src="../../assets/images/close-icon.png"
+            style="width: 16px; height: 16px; margin-right: 10px; cursor: pointer;" @click="dialogVisible=false"></img>
 
         </div>
         <div style="display: flex;flex-direction: row; justify-content: center;margin-top:42px;margin-bottom:40px;">
@@ -309,54 +309,54 @@
             font-family:MicrosoftYaHei;display:block;
             color:rgba(51,51,51,1); margin-bottom:14px;
             line-height:19px;">默认状态</span>
-              <label class="lable">
-                  <div style="width:100%;
+            <label class="lable">
+              <div style="width:100%;
                   display: flex;
                   flex-direction: column;
                   justify-content: center;
                   align-items: center;
                   height:100%;
                   border:1px dashed rgba(100,107,129,1);">
-                    <img style="width:16px;
+                <img style="width:16px;
                   height:16px;" src="../../assets/images/add-ele.png" />
-                    <span style="font-size:12px;
+                <span style="font-size:12px;
                   font-family:PingFangSC-Regular;
                   font-weight:400;
                   margin-top: 6px;
                   color:rgba(51,51,51,1);
                   line-height:17px;">上传素材</span>
-                  </div>
-                  <input style="display: none;" type="file" multiple="false">
-                </label>
+              </div>
+              <input style="display: none;" type="file" multiple="false">
+            </label>
           </div>
 
           <div style="width:130px; display: flex;
           flex-direction: column; align-items: center;
           margin-left:70px;">
-              <span style="font-size:14px;
+            <span style="font-size:14px;
               font-family:MicrosoftYaHei;display:block;
               color:rgba(51,51,51,1);margin-bottom:14px;
               line-height:19px;">选中状态</span>
-                <label class="lable">
-                    <div style="width:100%;
+            <label class="lable">
+              <div style="width:100%;
                     display: flex;
                     flex-direction: column;
                     justify-content: center;
                     align-items: center;
                     height:100%;
                     border:1px dashed rgba(100,107,129,1);">
-                      <img style="width:16px;
+                <img style="width:16px;
                     height:16px;" src="../../assets/images/add-ele.png" />
-                      <span style="font-size:12px;
+                <span style="font-size:12px;
                     font-family:PingFangSC-Regular;
                     font-weight:400;
                     margin-top: 6px;
                     color:rgba(51,51,51,1);
                     line-height:17px;">上传素材</span>
-                    </div>
-                    <input style="display: none;" type="file" multiple="false">
-                  </label>
-            </div>
+              </div>
+              <input style="display: none;" type="file" multiple="false">
+            </label>
+          </div>
         </div>
 
         <div style="width:105px;
@@ -366,7 +366,7 @@
         font-family:PingFangSC;
         font-weight:500; text-align: center;
         color:rgba(255,255,255,1);
-        line-height:34px;">确定</div>
+        line-height:34px;cursor: pointer;">确定</div>
       </div>
 
     </div>