liupeng 3 سال پیش
والد
کامیت
a30b0b96b9
1فایلهای تغییر یافته به همراه15 افزوده شده و 9 حذف شده
  1. 15 9
      dist/yvan-ext-mobile.css

+ 15 - 9
dist/yvan-ext-mobile.css

@@ -360,7 +360,7 @@
 }
 }
 
 
 .x-textfield .x-input-el {
 .x-textfield .x-input-el {
-    font-size: 15px;
+    font-size: 17px;
     placeholder-color: #ccc;
     placeholder-color: #ccc;
     font-family: "Microsoft YaHei UI";
     font-family: "Microsoft YaHei UI";
 }
 }
@@ -368,8 +368,8 @@
 .x-button {
 .x-button {
     color: #fff;
     color: #fff;
     font-size: 15px;
     font-size: 15px;
-    background: #08a1e7;
-    border-color: #08a1e7;
+    background: #2196f3;
+    border-color: #2196f3;
     line-height: 19px;
     line-height: 19px;
     border-radius: 4px;
     border-radius: 4px;
     font-family: normal;
     font-family: normal;
@@ -403,11 +403,6 @@
     font-size: 16px;
     font-size: 16px;
 }
 }
 
 
-/*修改头部按钮样式*/
-.x-panelheader.x-container .x-button {
-    background-color: #2196f3;
-}
-
 /*修改底部按钮样式*/
 /*修改底部按钮样式*/
 .x-layout-hbox .x-button {
 .x-layout-hbox .x-button {
     margin: 0 10px;
     margin: 0 10px;
@@ -464,7 +459,6 @@
     border-right: none;
     border-right: none;
 }
 }
 
 
-
 .x-gridcolumn.x-sorted .x-sort-icon-el {
 .x-gridcolumn.x-sorted .x-sort-icon-el {
     height: auto;
     height: auto;
 }
 }
@@ -513,6 +507,10 @@
     border-top: none;
     border-top: none;
 }
 }
 
 
+.x-listitem-inner-el {
+    display: block;
+}
+
 /*弹出框样调整*/
 /*弹出框样调整*/
 .x-mask {
 .x-mask {
     opacity: 0.5;
     opacity: 0.5;
@@ -522,6 +520,14 @@
     font-size: 15px;
     font-size: 15px;
 }
 }
 
 
+.x-dialog.x-panel {
+    border-radius: 8px;
+}
+
+.x-dialog.x-panel .x-innerhtml {
+    font-size: 16px;
+}
+
 .x-actionsheet.x-sheet.x-panel.x-container {
 .x-actionsheet.x-sheet.x-panel.x-container {
     border-radius: 8px 8px 0 0;
     border-radius: 8px 8px 0 0;
     --base-color: #fff;
     --base-color: #fff;