ソースを参照

手机蓝白界面修改

unknown 5 年 前
コミット
abd413fc32

+ 25 - 25
o2web/source/x_component_Template/$MSelector/mobile_blue_flat/css.wcss

@@ -3,8 +3,8 @@
 
   },
   "selectNode":{
-    "height":"40px",
-    "line-height":"40px",
+    "height":"36px",
+    "line-height":"36px",
     "border":"1px solid #979797",
     "border-radius":"4px",
     "background-color" : "#fff",
@@ -12,8 +12,8 @@
     "cursor":"pointer"
   },
   "selectNode_over":{
-    "height":"40px",
-    "line-height":"40px",
+    "height":"36px",
+    "line-height":"36px",
     "border":"1px solid #979797",
     "border-radius":"4px",
     "background-color" : "#fff",
@@ -22,8 +22,8 @@
   },
 
   "selectValueNode":{
-    "height":"40px",
-    "line-height":"40px",
+    "height":"36px",
+    "line-height":"36px",
     "padding-left" : "10px",
     "margin-left":"2px",
     "float":"left",
@@ -35,17 +35,17 @@
   },
   "selectArrowNode":{
     "width":"25px",
-    "height":"40px",
+    "height":"36px",
     "float":"right",
     "background":"url(../x_component_Template/$MSelector/mobile_blue_flat/icon/arrow_down@2x.png) no-repeat left center",
     "background-size" : "12px 7px"
   },
   "selectArrowNode_up":{
-    "width":"23px",
-    "height":"40px",
+    "width":"25px",
+    "height":"36px",
     "float":"right",
-    "background":"url(../x_component_Template/$MSelector/mobile_blue_flat/icon/close@2x.png) no-repeat left center",
-    "background-size" : "10px 10px"
+    "background":"url(../x_component_Template/$MSelector/mobile_blue_flat/icon/arrow_down@2x.png) no-repeat left center",
+    "background-size" : "12px 7px"
   },
   "tooltipNode":{
     "font-size" : "15px",
@@ -60,12 +60,12 @@
     "-webkit-user-select": "text",
     "-moz-user-select": "text",
     "border":"0px solid #979797",
-    "box-shadow" : "-5px 5px 10px -4px #333,5px 5px 10px -4px #333",
+    "box-shadow" : "0 3px 0 #eee",
     "list-style-type":"none",
     "overflow":"hidden"
   },
   "tooltipNode_up" : {
-    "box-shadow" : "-5px -5px 10px  -4px #333,5px -5px 10px -4px #333"
+    "box-shadow" : "0 3px 0 #eee"
   },
   "listContentNode":{
     "background-color":"#fff",
@@ -84,10 +84,10 @@
     "background-color" : "#fff",
     "color" : "#000",
     "text-align" : "center",
-    "border-bottom" : "1px solid #979797",
-    "border-left" : "1px solid #979797",
-    "border-right" : "1px solid #979797",
-    "font-weight" : "600"
+    "border-bottom" : "1px solid #CFD9DF",
+    "border-left" : "1px solid #CFD9DF",
+    "border-right" : "1px solid #CFD9DF",
+    "font-weight" : "normal"
   },
   "listItemNode_over" : {
     "cursor" : "pointer",
@@ -98,10 +98,10 @@
     "background-color" : "#fff",
     "color" : "#000",
     "text-align" : "center",
-    "border-bottom" : "1px solid #979797",
-    "border-left" : "1px solid #979797",
-    "border-right" : "1px solid #979797",
-    "font-weight" : "600"
+    "border-bottom" : "1px solid #CFD9DF",
+    "border-left" : "1px solid #CFD9DF",
+    "border-right" : "1px solid #CFD9DF",
+    "font-weight" : "normal"
   },
   "listItemNode_current" : {
     "cursor" : "pointer",
@@ -112,9 +112,9 @@
     "background-color" : "#fff",
     "color" : "#32AAFF",
     "text-align" : "center",
-    "border-bottom" : "1px solid #979797",
-    "border-left" : "1px solid #979797",
-    "border-right" : "1px solid #979797",
-    "font-weight" : "600"
+    "border-bottom" : "1px solid #CFD9DF",
+    "border-left" : "1px solid #CFD9DF",
+    "border-right" : "1px solid #CFD9DF",
+    "font-weight" : "normal"
   }
 }