123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- var x = {
- "routeSelectorTile": {
- "overflow": "hidden",
- "height": "30px",
- "line-height": "30px",
- "font-size": "14px",
- "font-weight": "bold",
- "background-color": "#eeeeee",
- "color": "#333",
- "padding-left": "20px"
- },
- "routeSelectorArea": {
- "overflow": "hidden",
- "min-height": "40px",
- "background-color": "#eeeeee",
- "padding": "0xp 20px"
- },
- "routeNode": {
- "float": "left",
- "margin-left": "20px",
- "border-radius": "5px",
- "background-color": "#E3E3E3",
- "height": "24px",
- "line-height": "24px",
- "margin-top": "8px",
- "padding-right": "8px",
- "cursor": "pointer"
- },
- "routeIconNode": {
- "width": "24px",
- "height": "24px",
- "float": "left",
- "background": "url("+"../x_component_process_Work/$Processor/default/nocheck.png) no-repeat center center",
- },
- "routeTextNode": {
- "margin-left": "24px",
- "line-height": "24px",
- "color": "#000"
- },
- "routeOpinionTile": {
- "overflow": "hidden",
- "height": "30px",
- "line-height": "30px",
- "font-size": "14px",
- "font-weight": "bold",
- "background-color": "#eeeeee",
- "color": "#333333",
- "padding-left": "20px"
- },
- "routeOpinionArea": {
- "height": "129px",
- "border-bottom": "0px solid #6681a5",
- },
- "inputOpinionNode": {
- "height": "129px",
- "border-left": "0px solid #6681a5",
- "border-right": "0px solid #6681a5",
- "background-color": "#EEE"
- },
- "selectIdeaNode": {
- "height": "129px",
- "display": "none",
- "float": "right",
- "background-color": "#eee",
- "overflow": "hidden"
- },
- "selectIdeaScrollNode": {
- "height": "129px",
- "margin-right": "6px",
- "overflow": "hidden"
- },
- "selectIdeaItemNode": {
- "height": "20px",
- "line-height": "20px",
- "font-size": "12px",
- "cursor": "pointer",
- "background-color": "#FFF",
- "overflow": "hidden"
- },
- "selectIdeaItemNode_over": {
- "background-color": "#e6ecf8"
- },
- "buttonsArea": {
- "height": "50px",
- "overflow": "hidden",
- },
- "okButton": {
- "height": "30px",
- "width": "100px",
- "border-radius": "5px",
- "background-color": "#6681a5",
- "color": "#FFF",
- "float": "right",
- "margin-right": "20px",
- "margin-top": "10px",
- "cursor": "pointer"
- },
- "okIconNode": {
- "height": "30px",
- "width": "40px",
- "float": "left",
- "background": "url("+"../x_component_process_Work/$Processor/default/ok-18.png) no-repeat center center",
- },
- "okTextNode": {
- "font-size": "14px",
- "margin-left": "40px",
- "line-height": "28px"
- },
- "cancelButton": {
- "height": "28px",
- "width": "78px",
- "border": "1px solid #999",
- "border-radius": "5px",
- "background-color": "#fff",
- "color": "#999",
- "float": "right",
- "margin-right": "20px",
- "margin-top": "10px",
- "cursor": "pointer"
- },
- "cancelIconNode": {
- "height": "28px",
- "width": "33px",
- "float": "left",
- "background": "url("+"../x_component_process_Work/$Processor/default/cancel-18.png) no-repeat center center",
- },
- "cancelTextNode": {
- "font-size": "14px",
- "margin-left": "33px",
- "line-height": "26px"
- },
- "inputTextarea": {
- "font-family": "Microsoft YaHei",
- "border": "0px",
- "overflow": "auto",
- "width": "99%",
- "height": "120px",
- "padding": "3px",
- "color": "#666",
- "background": "#FFF"
- },
- "inputOpinionMediaActionArea": {
- "position": "relative",
- "height": "25px",
- "line-height": "25px",
- "top": "-30px",
- "margin-right": "5px"
- },
- "inputOpinionHandwritingAction": {
- "float": "right",
- "border": "1px solid #6681a5",
- "border-radius": "3px",
- "cursor": "pointer",
- "padding-left": "24px",
- "padding-right": "5px",
- "margin-left": "5px",
- "background": "url("+"../x_component_process_Work/$Processor/default/write.png) no-repeat 5px center"
- },
- "handwritingNode": {
- "position": "absolute",
- "background": "#ffffff"
- },
- "handwritingActionNode": {
- "height": "30px",
- "line-height": "30px",
- "margin": "5px auto",
- "width": "70%",
- "min-width": "100px",
- "border-radius": "5px",
- "text-align": "center",
- "background-color": "#6681a5",
- "color": "#ffffff",
- "font-size": "16px",
- "cursor": "pointer"
- },
- "inputOpinionAudioRecordAction": {
- "display": "none",
- "float": "right",
- "border": "1px solid #6681a5",
- "border-radius": "3px",
- "cursor": "pointer",
- "padding-left": "24px",
- "padding-right": "5px",
- "margin-left": "5px",
- "background": "url("+"../x_component_process_Work/$Processor/default/audioRecord.png) no-repeat 5px center"
- }
- }
|