Przeglądaj źródła

图标及日历样式调整

liupeng 3 lat temu
rodzic
commit
fbb10f1081
1 zmienionych plików z 20 dodań i 1 usunięć
  1. 20 1
      dist/yvan-ext-mobile.css

+ 20 - 1
dist/yvan-ext-mobile.css

@@ -545,6 +545,10 @@
     border-bottom: 1px solid #e2e2e2;
 }
 
+.x-listitem:first-child {
+    border-top: 1px solid #e2e2e2;
+}
+
 .x-listitem.x-pressed {
     background-color: rgba(224, 224, 224, 0.36863);
 }
@@ -630,6 +634,11 @@
     opacity: 0.3;
 }
 
+.x-picker .x-dataview .x-dataview-item {
+    border: none;
+}
+
+
 .x-picker .x-dataview .x-dataview-item.x-focused {
     font-size: 16px;
     opacity: 1;
@@ -650,7 +659,6 @@
 
 /*首页样式调整*/
 .x-dataview.whiteBgc {
-    --background-color: #fff;
     padding: 10px;
 }
 
@@ -672,3 +680,14 @@
     width: 45px;
     height: 45px;
 }
+
+/*日历样式修改*/
+.x-picker-slot .x-dataview-item.x-selected {
+    color: #333;
+    font-family: '黑体';
+    font-weight: normal;
+}
+
+.x-sheet.x-picker .x-sheet-body-el .x-picker-slot.x-first .x-body-el {
+    border-right: none;
+}