Просмотр исходного кода

Merge branch 'feature/Selector.red_flat_mobile' into 'wrdp'

Merge of feature/Selector.red_flat_mobile 选人增加手机红色样式 to wrdp

See merge request o2oa/o2oa!1585

(cherry picked from commit 3c41322c1594e50fed25df0f6a9091a689a2210c)

a163d04f 选人增加红色手机样式
蔡祥熠 5 лет назад
Родитель
Сommit
858be6bf6a
28 измененных файлов с 744 добавлено и 1 удалено
  1. 95 0
      o2web/source/o2_core/o2/widget/$Dialog/mobile_red_flat/css.wcss
  2. 11 0
      o2web/source/o2_core/o2/widget/$Dialog/mobile_red_flat/dialog.html
  3. BIN
      o2web/source/o2_core/o2/widget/$Dialog/mobile_red_flat/img/back@2x.png
  4. 1 1
      o2web/source/x_component_Selector/$Selector/blue_flat_mobile/css.wcss
  5. BIN
      o2web/source/x_component_Selector/$Selector/blue_flat_mobile/icon/back@2x.png
  6. 586 0
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/css.wcss
  7. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/applicationicon.png
  8. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/arrow_down@2x.png
  9. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/arrow_right@2x.png
  10. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/attr.png
  11. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/back@2x.png
  12. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/checkbox@2x.png
  13. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/checked@2x.png
  14. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/companyicon.png
  15. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/departmenticon.png
  16. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/duty.png
  17. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/dutyCategory.png
  18. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/groupicon.png
  19. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/personicon.png
  20. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/processicon.png
  21. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/radio@2x.png
  22. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/radio_selected@2x.png
  23. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/roleicon.png
  24. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/search@2x.png
  25. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/table.png
  26. BIN
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/view.png
  27. 30 0
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/selector.html
  28. 21 0
      o2web/source/x_component_Selector/$Selector/red_flat_mobile/selector_embedded.html

+ 95 - 0
o2web/source/o2_core/o2/widget/$Dialog/mobile_red_flat/css.wcss

@@ -0,0 +1,95 @@
+{
+	"from": {
+		"width": "1px",
+		"height": "1px",
+		"position": "absolute",
+		"top": $(document.body).getSize().y/2,
+		"left": $(document.body).getSize().x/2,
+		"border-style": "solid",
+		"border-color": "#999",
+		"border-width": "0",
+		"border-radius": "0px",
+		
+		"background-color": "#fff",
+		"box-shadow": "0px 0px 0px #999",
+		"z-index": "99",
+		
+		"padding": "0px",
+	
+		"opacity": 0
+	},
+	"to": {
+		"background-color": "#fff",
+		"border-style": "solid",
+		"border-color": "#999",
+		"border-width": "0",
+		"box-shadow": "0px 0px 0px #999",
+		"z-index": "99",
+		"border-radius": "0px",
+		
+		"font-size": "12px",
+		"height": "60",
+		"padding": "0px",
+		"width": "300",
+		"position": "absolute",
+		"top": "0",
+		"left": "0",
+		"opacity": 1
+	},
+	"mark": {
+		"height": "0",
+		"width": "0",
+		"opacity": 0.3,
+		"position": "absolute",
+		"top": "0px",
+		"left": "0px",
+		"z-index": "98",
+		"border-style": "none",
+		"border-width": "0",
+		"background-color": "#CCC"
+	},
+  "okButton": {
+	"border" : "0px",
+	"height": "44px",
+	"line-height": "44px",
+	"background-color" : "#f06966",
+	"color": "#FFF",
+	"font-size": "16px",
+	"margin-top" : "10px",
+	"border-radius": "4px",
+	"cursor": "pointer",
+	"text-align" : "center",
+	"width" : "44.7%",
+	"float" : "left"
+  },
+  "cancelButton" : {
+	"border" : "0px",
+	"margin-left" : "4%",
+	"margin-right" : "2.6%",
+	"height": "44px",
+	"line-height": "44px",
+	"margin-top" : "10px",
+	"background-color" : "#d7d7d9",
+	"color": "#333",
+	"font-size": "16px",
+	"border-radius": "4px",
+	"cursor": "pointer",
+	"text-align" : "center",
+	"width" : "44.7%",
+	"float" : "left"
+  },
+	"button": {
+	  "border" : "0px",
+	  "height": "44px",
+	  "line-height": "44px",
+	  "background-color" : "#f06966",
+	  "color": "#FFF",
+	  "font-size": "16px",
+	  "margin-top" : "10px",
+	  "border-radius": "4px",
+	  "cursor": "pointer",
+	  "text-align" : "center",
+	  "width" : "44.7%",
+	  "float" : "left"
+	}
+}

+ 11 - 0
o2web/source/o2_core/o2/widget/$Dialog/mobile_red_flat/dialog.html

@@ -0,0 +1,11 @@
+<div style="background-color: #FFF;">
+    <div style="padding: 0px 15px; height: 44px; text-align: center; font-size: 18px; position: relative; background-color: #eaeeef;" class="MWF_dialod_title">
+        <div class="MWF_dialod_Action_back" style="background: url(../o2_core/o2/widget/$Dialog/mobile_red_flat/img/back@2x.png) no-repeat 15px center / 8px 17px; left: 0px; top: 7px; width: 40px; height: 30px; color: #444444; position: absolute;"></div>
+        <div style="height: 44px; color: #444444; line-height: 44px;" class="MWF_dialod_title_text"></div>
+    </div>
+    <div class="MWF_dialod_content" style="text-align: left; padding: 0px 10px; line-height:20px;background:#eaeeef;overflow:auto;"></div>
+    <div class="MWF_dialod_button" style="height: 64px; margin: 0px 0px;background: #ffffff;border-top:1px solid #F0F0F0;">
+        <div class="MWF_dialod_cancel_button" style="display: none;"></div>
+        <div class="MWF_dialod_ok_button" style="display: none;"></div>
+    </div>
+</div>

BIN
o2web/source/o2_core/o2/widget/$Dialog/mobile_red_flat/img/back@2x.png


+ 1 - 1
o2web/source/x_component_Selector/$Selector/blue_flat_mobile/css.wcss

@@ -442,7 +442,7 @@
 	  "height": "44px",
 	  "float": "right",
 	  "background": "url(../x_component_Selector/$Selector/blue_flat_mobile/icon/checked@2x.png) no-repeat left center",
-	  "background-size" : "32px 32px"
+	  "background-size" : "16px 16px"
 	},
 
 	"selectorItemTextNode": {

BIN
o2web/source/x_component_Selector/$Selector/blue_flat_mobile/icon/back@2x.png


+ 586 - 0
o2web/source/x_component_Selector/$Selector/red_flat_mobile/css.wcss

@@ -0,0 +1,586 @@
+{
+	"maskNode": {
+		"background-color": "#666",
+		"opacity": 0.6,
+		"z-index":1000
+	},
+	"containerNode": {
+		"height": "510px",
+		"width": "700px",
+		"background-color": "#FFF",
+		"overflow": "hidden",
+	  	"box-shadow": "0px 0px 20px #999999",
+		"position": "absolute",
+		"z-index":1001
+
+	},
+    "containerNode_multiple": {
+        "height": "550px",
+        "width": "700px",
+        "background-color": "#FFF",
+        "overflow": "hidden",
+	  "box-shadow": "0px 0px 20px #999999",
+        "position": "absolute",
+        "z-index":1001
+    },
+    "containerNodeSingle": {
+        "height": "510px",
+        "width": "355px",
+        "background-color": "#FFF",
+        "overflow": "hidden",
+	  "box-shadow": "0px 0px 20px #999999",
+        "position": "absolute",
+        "z-index":1001
+    },
+    "containerNodeSingle_multiple": {
+        "height": "550px",
+        "width": "355px",
+        "background-color": "#FFF",
+        "overflow": "hidden",
+	  "box-shadow": "0px 0px 20px #999999",
+        "position": "absolute",
+        "z-index":1001
+//	  "transform":"scale(0.5)",
+//	  "-webkit-transform":"scale(0.5)",  /*兼容-webkit-引擎浏览器*/
+//	  "-moz-transform":"scale(0.5)"     /*兼容-moz-引擎浏览器*/
+    },
+	"containerNodeMobile": {
+        "height": "100%",
+        "width": "100%",
+        "background-color": "#FFF",
+        "overflow": "hidden",
+        "position": "absolute",
+        "z-index":1001
+	},
+  	"tabContainer" : {
+		"height" : "50px",
+	  	"margin-bottom" : "5px"
+	},
+
+
+	"titleNodeMobile": {
+        "height": "44px",
+	  	"font-size" : "18px",
+        "background-color": "#eaeeef",
+	  	"position" : "relative",
+	  	"text-align" : "center",
+	  	"padding" : "0px 15px"
+    },
+	"titleCancelActionNodeMobile": {
+	  "top" : "7px",
+	  "left" : "0px",
+	  "position" : "absolute",
+	  "height": "30px",
+	  "width": "40px",
+	  "color": "#FFF",
+	  "background" : "url(../x_component_Selector/$Selector/red_flat_mobile/icon/back@2x.png) 15px center no-repeat",
+	  "background-size" : "8px 17px"
+	},
+	"titleTextNodeMobile": {
+        "line-height": "44px",
+        "height": "44px",
+        "color": "#444444"
+    },
+
+	"contentNode": {
+		"overflow": "hidden"
+	},
+	"noSelectableItemText" : {
+		"display" : "none"
+	},
+  "contentNode_embedded": {
+	"overflow": "hidden",
+	"padding" : "5px 0px 0px 0px"
+  },
+	"selectNode": {
+		//"width": "200px",
+		"width": "54%",
+		"height": "250px",
+		"float": "left",
+		"margin": "0px",
+		"border": "1px solid #e2e3e7",
+		"border-radius": "0px"
+		//"background-color": "#ffffff"
+	},
+	"selectNodeSingle": {
+		//"width": "200px",
+		"width": "100%",
+		"height": "250px",
+		"float": "left",
+		"margin": "10px",
+		"border": "1px solid #e2e3e7",
+		"border-radius": "3px"
+	},
+	"selectNodeMobile":{
+    	"margin": "0px",
+    	"border": "0px solid #e2e3e7",
+    	"border-radius": "0px"
+	},
+
+
+  "selectedContainerNode": {
+	//"width": "160px",
+	"height": "250px",
+	"margin": "0px",
+	"border": "1px solid #e2e3e7",
+	"border-radius": "0px",
+	"overflow" : "hidden"
+  },
+	"selectedScrollNode": {
+//		"width": "331px",
+//		"height": "410px",
+//		"float": "right",
+//		"margin": "10px 10px 10px 5px",
+//		"border": "2px solid #999",
+//		"border-radius": "6px",
+	  //"width": "160px",
+	  	"display" : "none",
+        "min-width": "160px",
+	  "height": "250px",
+	  	"overflow-x" : "auto",
+	  "overflow-y" : "auto",
+	  	"background-color": "#ffffff"
+	},
+	"selectedNode": {
+		//"overflow": "hidden"
+	},
+	"actionNode": {
+		"height": "64px",
+	  	"overflowe" : "hidden",
+		"border-top" : "1px solid #F0F0F0"
+	},
+	"okActionNode": {
+	  "height": "44px",
+	  "line-height": "44px",
+	  "background-color" : "#f06966",
+	  "color": "#FFF",
+	  "font-size": "16px",
+	  "margin-top" : "10px",
+	  "border-radius": "4px",
+	  "cursor": "pointer",
+	  "text-align" : "center",
+	  "width" : "44.7%",
+	  "float" : "left"
+	},
+	"cancelActionNode": {
+	  "margin-left" : "4%",
+	  "margin-right" : "2.6%",
+	  "height": "44px",
+	  "line-height": "44px",
+	  "margin-top" : "10px",
+	  "background-color" : "#d7d7d9",
+	  "color": "#333",
+	  "font-size": "16px",
+	  "border-radius": "4px",
+	  "cursor": "pointer",
+	  "text-align" : "center",
+	  "width" : "44.7%",
+	  "float" : "left"
+	},
+	"selectedTopNode" : {
+	  "overflow" : "hidden",
+	  "height": "16px",
+	  "background-color" : "#fff",
+	  "border-bottom": "1px solid #e2e3e7"
+	},
+	"selectedTopTextNode" : {
+	  "float" : "left",
+	  "width" : "16px",
+	  "height": "16px",
+	  "line-height": "16px",
+	  "margin-left" : "5px"
+	},
+	"selectedTopActionNode" : {
+	  "color" : "#0b82ff",
+	  "float" : "right",
+	  "cursor" : "pointer",
+	  "height": "16px",
+	  "line-height": "16px",
+	  "margin-right" : "5px"
+	},
+
+	"selectTopNode" : {
+	  "overflow" : "hidden",
+	  "border-bottom": "1px solid #e2e3e7",
+	  "background-color" : "#fff",
+	  "height": "16px"
+	},
+	"selectTopTextNode" : {
+	  "float" : "left",
+	  "width" : "16px",
+	  "height": "16px",
+	  "line-height": "16px",
+	  "margin-left" : "5px"
+	},
+	"searchInputDiv": {
+	  	"padding" : "0px 15px 5px 15px",
+		"height": "50px",
+		"color": "#999",
+        "background": "#fff"
+	},
+	"searchInput": {
+	  	//"width" : "calc(100% - 40px)",
+	  	"width": "100%",
+	  	"box-sizing":"border-box",
+		"height": "36px",
+		"margin-top": "6px",
+		"font-size": "15px",
+	  	"padding-left" : "50%",
+		"background" : "url(../x_component_Selector/$Selector/red_flat_mobile/icon/search@2x.png) 45% center no-repeat #fdfbfa",
+		"background-size" : "16px 16px",
+		"border" : "1px solid #e2e2e2",
+		"padding-top" : "2px",
+	  	"border-radius" : "5px",
+		"outline": "none"
+	},
+	"searchInputSingle": {
+	  //"width" : "calc(100% - 40px)",
+	  "width": "100%",
+	  "box-sizing":"border-box",
+	  "height": "36px",
+	  	"border": "0px",
+	  "margin-top": "6px",
+	  "font-size": "15px",
+		"padding-left" : "50%",
+	  "background" : "url(../x_component_Selector/$Selector/red_flat_mobile/icon/search@2x.png) 45% center no-repeat #fdfbfa",
+	  "background-size" : "16px 16px",
+		"padding-top" : "2px",
+	  "border" : "1px solid #e2e2e2",
+	  "border-radius" : "5px",
+	  "outline": "none"
+	},
+	"itemAreaScrollNode": {
+		"overflow-x": "auto",
+	  	"overflow-y": "auto",
+		"background-color": "#fff",
+		"padding" : "0px 10px",
+		"height": "188px"
+	},
+	"itemAreaNode": {
+		"overflow": "hidden"
+	},
+	"selectorItem": {
+		"height": "44px",
+		"line-height": "44px",
+		"padding": "0px",
+		"overflow": "hidden",
+		"cursor": "pointer",
+		"font-size": "16px",
+		"color": "#666666",
+		"background": "#fff",
+	  	"box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+	},
+	"selectorItemCategory": {
+	    "height": "44px",
+        "line-height": "44px",
+        "padding": "0px",
+        "overflow": "hidden",
+        "cursor": "pointer",
+        "font-size": "16px",
+        "color": "#666666",
+        "background": "#fff",
+	  	"box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+	},
+	"selectorItemCategory_department": {
+        "height": "44px",
+        "line-height": "44px",
+        "padding": "0px",
+        "overflow": "hidden",
+        "cursor": "pointer",
+        "font-size": "16px",
+        "background": "#fff",
+	  	"box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+    },
+	"selectorItemCategory_over": {
+	  "background": "#fff"
+	},
+
+	"selectorItem_over": {
+		//"height": "28px",
+		"line-height": "44px",
+		"padding": "0px",
+		"overflow": "hidden",
+		"cursor": "pointer",
+		"background-color": "#fff",
+	  	"box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+	},
+	"selectorItem_over_force" : {
+	  "background-color": "#fff"
+	},
+	"selectorItem_selected": {
+		//"height": "24px",
+		"line-height": "44px",
+		"padding": "0px",
+		"overflow": "hidden",
+		"cursor": "pointer",
+		"background-color": "#fff",
+	  	"box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+	},
+	"selectorSelectedItem": {
+	  //"height": "24px",
+	  "line-height": "44px",
+	  "padding": "0px",
+	  "overflow": "hidden",
+	  "cursor": "pointer",
+	  "background-color": "#fff",
+	  "box-shadow": "inset 0 -1px 0 0 #DAE1EC"
+	},
+	"selectorItemLevelNode": {
+	    "width": "20px",
+        "height": "44px",
+        "float": "left"
+	},
+	"selectorItemLevelNode_expand":{
+        "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/arrow_down@2x.png) no-repeat right center",
+	  "background-size" : "13px 8px"
+    },
+	"selectorItemLevelNode_expand_over":{
+	  "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/arrow_down@2x.png) no-repeat right center",
+	  "background-size" : "13px 8px"
+	},
+	"selectorItemLevelNode_collapse":{
+	    "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/arrow_right@2x.png) no-repeat right center",
+	  "background-size" : "8px 14px"
+	},
+	"selectorItemLevelNode_collapse_over":{
+	  "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/arrow_right@2x.png) no-repeat right center",
+	  "background-size" : "8px 14px"
+	},
+  	"selectorItemCategoryIconNode" : {
+	  	"display" : "none"
+	},
+
+	"selectorItemIconNode": {
+		"width": "17px",
+		"height": "44px",
+		"float": "left",
+		"background-repeat": "no-repeat",
+		"background-position": "center center",
+	  	"background-size" : "17px 18px"
+	},
+	"selectorItemActionNode": {
+		"width": "16px",
+		"height": "44px",
+		"float": "right",
+	  	"background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/checkbox@2x.png) no-repeat center center",
+	  	"background-size" : "16px 16px"
+	},
+  	"selectorItemActionNode_single" : {
+	  "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/radio@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+	"selectorItemActionNode_selected_over": {
+	  "width": "16px",
+        "height": "44px",
+        "float": "right",
+        "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/checked2.png) no-repeat center center",
+		"background-size" : "16px 16px"
+    },
+	"selectorItemActionNode_single_selected_over" : {
+	  "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/radio@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+	"selectorItemActionNode_over": {
+	  "width": "16px",
+        "height": "44px",
+        "float": "right",
+        "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/checkbox@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+    },
+	"selectorItemActionNode_single_over" : {
+	  "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/radio@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+	"selectorItemActionNode_selected": {
+	  "width": "16px",
+		"height": "44px",
+		"float": "right",
+		"background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/checked@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+	"selectorItemActionNode_single_selected" : {
+	  "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/radio_selected@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+	"selectorSelectedItemActionNode": {
+	  "width": "16px",
+	  "height": "44px",
+	  "float": "right",
+	  "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/checked@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+	"selectorSelectedItemActionNode_single" : {
+	  "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/radio_selected@2x.png) no-repeat center center",
+		"background-size" : "16px 16px"
+	},
+
+	"selectorItemCategoryActionNode_expand": {
+        "width": "20px",
+        "height": "44px",
+        "float": "left",
+        "font-size": "16px",
+        "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/arrow_down@2x.png) no-repeat center center",
+	  	"background-size" : "13px 8px"
+	},
+	"selectorItemCategoryActionNode_collapse": {
+	  "width": "20px",
+        "height": "44px",
+        "font-size": "16px",
+        "float": "left",
+        "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/arrow_right@2x.png) no-repeat center center",
+	  	"background-size" : "8px 14px"
+    },
+
+	"selectorItemCategoryActionNode_selectAll": {
+	  "width": "16px",
+	  "height": "44px",
+	  "float": "right",
+	  "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/checkbox@2x.png) no-repeat left center",
+	  "background-size" : "16px 16px"
+	},
+	"selectorItemCategoryActionNode_selectAll_selected": {
+	  "width": "16px",
+	  "height": "44px",
+	  "float": "right",
+	  "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/checked@2x.png) no-repeat left center",
+	  "background-size" : "16px 16px"
+	},
+
+	"selectorItemTextNode": {
+		"height": "44px",
+	  	"margin-left": "30px",
+	  	"margin-right" : "23px",
+		"word-wrap": "break-word",
+		"color": "#333"
+	},
+	"selectorSelectedItemTextNode": {
+//	  "height": "88px",
+////	  "margin-left": "46px",
+//	  "word-wrap": "break-word",
+//	  "color": "#333"
+	},
+	"selectorItemCategoryTextNode": {
+	    "height": "44px",
+	  	"margin-left": "23px",
+	  	"margin-right" : "23px",
+        "color": "#333",
+        "font-size": "16px"
+        //"font-weight": "bold"
+	},
+	"selectorItemTextNode_selected": {
+//		"height": "88px",
+////		"margin-left": "46px",
+//		"color": "#333"
+	},
+
+	"selectorItemCategoryChildrenNode": {
+	    "overflow": "hidden",
+	    "margin-left": "0px"
+	},
+
+	"dutyInputDialog":{
+	    "height": "56px",
+        "clear": "both"
+	},
+	"dutyInputNode": {
+	    "border": "1px solid #eee",
+	    "background": "#FFF",
+	    "height": "32px"
+	},
+	"filePreviewNode": {
+	    "overflow": "hidden",
+	    "max-width": "300px",
+	    "max-height": "200px"
+	},
+//  	"shuttleNode" : {
+//	  "width" : "52px",
+//	  "height" : "70%",
+//	  "float" : "left"
+//	},
+//	"shuttleInnerNode" : {
+//	  "width" : "52px",
+//	  "height" : "70px"
+//	},
+//  	"goRightNode" : {
+//	  "margin" : "8px auto",
+//	  "width": "30px",
+//	  "height": "30px",
+//	  "background": "url(../x_component_Selector/$Selector/blue_flat/icon/shuttle_right.png) no-repeat left center"
+//	},
+//	"goLeftNode" : {
+//	  "margin" : "8px auto",
+//	  "width": "30px",
+//	  "height": "30px",
+//	  "background": "url(../x_component_Selector/$Selector/blue_flat/icon/shuttle_left.png) no-repeat left center"
+//	}
+
+  "flatCategoryScrollNode" : {
+	"width" : "130px",
+	"overflow-y" : "auto",
+	"overflow-x" : "hidden",
+	"font-size" : "16px",
+	"background-color" : "#F5F5F5",
+	"float" : "left"
+  },
+  "itemSearchAreaScrollNode": {
+	"overflow-x": "auto",
+	"overflow-y": "auto",
+	  "padding" : "0px 15px",
+	"background-color": "#fff"
+  },
+  "itemAreaScrollNode_flatCategory" : {
+	"margin-left" : "130px"
+  },
+  "flatCategoryNode" : {
+
+  },
+  "flatCategoryItemNode" : {
+	"border-left" : "4px solid #F5F5F5",
+	"background-color" : "#F5F5F5",
+	  "overflow" : "hidden"
+  },
+  "flatCategoryItemNode_selected" : {
+	"border-left" : "4px solid #32AAFF",
+	"background-color" : "#fff"
+  },
+  "flatCategoryItemTextNode" : {
+	"margin-left" : "11px",
+	  "margin-right" : "11px",
+	  "margin-top" : "10px",
+	  "margin-bottom" : "10px",
+	  "width" : "104px",
+//	"min-height" : "44px",
+//	"line-height" : "24px",
+	"font-size" : "16px",
+	"color" : "#333",
+	  //	"white-space" : "nowrap",
+	  //	"word-break" : "break-all",
+	  //	"text-overflow" : "ellipsis",
+	  "display": "-webkit-box",
+	  "-webkit-box-orient": "vertical",
+	  "-webkit-line-clamp" : "2",
+		"overflow" : "hidden"
+  },
+  "flatCategory_selectAllWrap" : {
+	"overflow" : "hidden",
+	"padding-right" : "15px"
+  },
+  "flatCategory_selectAll": {
+	"font-size" : "16px",
+	"width" : "60px",
+	"height": "44px",
+	"line-height": "44px",
+	"float": "right",
+	"background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/checkbox@2x.png) no-repeat right center",
+	"background-size" : "16px 16px"
+  },
+  "flatCategory_selectAll_selected": {
+	"font-size" : "16px",
+	"width" : "60px",
+	"height": "44px",
+	"line-height": "44px",
+	"float": "right",
+	"background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/checked@2x.png) no-repeat right center",
+	"background-size" : "16px 16px"
+  }
+}

BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/applicationicon.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/arrow_down@2x.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/arrow_right@2x.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/attr.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/back@2x.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/checkbox@2x.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/checked@2x.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/companyicon.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/departmenticon.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/duty.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/dutyCategory.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/groupicon.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/personicon.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/processicon.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/radio@2x.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/radio_selected@2x.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/roleicon.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/search@2x.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/table.png


BIN
o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/view.png


+ 30 - 0
o2web/source/x_component_Selector/$Selector/red_flat_mobile/selector.html

@@ -0,0 +1,30 @@
+<div>
+    <div class="MWF_selector_titleNode">
+        <div class="MWF_selector_titleCancelActionNode"></div>
+        <div class="MWF_selector_titleTextNode">选择审批人</div>
+    </div>
+    <div class="MWF_selector_tabContainer" style="display: none;"></div>
+    <div class="MWF_selector_contentNode" style="background: #eaeeef;padding:0px 10px;">
+        <div class="MWF_selector_selectedScrollNode">
+            <div class="MWF_selector_selectedNode"></div>
+        </div>
+        <div class="MWF_selector_selectNode">
+            <div class="MWF_selector_searchInputDiv">
+                <input class="MWF_selector_searchInput" type="text" placeholder="搜索">
+            </div>
+            <div class="MWF_selector_flatCategoryScrollNode" style="display: none;">
+                <div class="MWF_selector_flatCategoryNode"></div>
+            </div>
+            <div class="MWF_selector_itemAreaScrollNode">
+                <div class="MWF_selector_itemAreaNode"></div>
+            </div>
+            <div class="MWF_selector_itemSearchAreaScrollNode">
+                <div class="MWF_selector_itemSearchAreaNode"></div>
+            </div>
+        </div>
+    </div>
+    <div class="MWF_selector_actionNode">
+        <div class="MWF_selector_cancelActionNode">取消</div>
+        <div class="MWF_selector_okActionNode">确定</div>
+    </div>
+</div>

+ 21 - 0
o2web/source/x_component_Selector/$Selector/red_flat_mobile/selector_embedded.html

@@ -0,0 +1,21 @@
+<div>
+    <div class="MWF_selector_contentNode">
+        <div class="MWF_selector_selectedScrollNode">
+            <div class="MWF_selector_selectedNode"></div>
+        </div>
+        <div class="MWF_selector_selectNode">
+            <div class="MWF_selector_searchInputDiv">
+                <input class="MWF_selector_searchInput" type="text" placeholder="搜索">
+            </div>
+            <div class="MWF_selector_flatCategoryScrollNode" style="display: none;">
+                <div class="MWF_selector_flatCategoryNode"></div>
+            </div>
+            <div class="MWF_selector_itemAreaScrollNode">
+                <div class="MWF_selector_itemAreaNode"></div>
+            </div>
+            <div class="MWF_selector_itemSearchAreaScrollNode">
+                <div class="MWF_selector_itemSearchAreaNode"></div>
+            </div>
+        </div>
+    </div>
+</div>