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