123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- {
- "tableStyles": {
- "border-top": "1px solid #cfd9df",
- "border-left": "0px",
- "border-right" : "0px",
- "border-bottom" : "0px",
- "table-layout": "fixed"
- },
- "titleStyles": {
- "background-color": "#ffffff",
- "color": "#333",
- "border-top": "0px",
- "border-left": "0px",
- "border-right" : "0px",
- "border-bottom" : "1px solid #cfd9df",
- "height": "23px",
- "font-size": "14px",
- "width": "65px",
- "font-weight": "bold",
- "line-height": "23px",
- "text-align": "left"
- },
- "vaildTitleStyles": {
- "background-color": "#ffffff",
- "color": "#333",
- "border-top": "0px",
- "border-left": "1px solid #cfd9df",
- "border-right" : "0px",
- "border-bottom" : "1px solid #cfd9df",
- "height": "23px",
- "font-size": "14px",
- "width": "65px",
- "font-weight": "bold",
- "line-height": "23px",
- "text-align": "left",
- "width": "240px",
- "right": "-20px",
- "position": "sticky"
- },
- "contentStyles": {
- "background-color": "#FFFFFF",
- "color": "#000",
- "font-size": "14px",
- "border-top": "0px",
- "border-left": "0",
- "border-right" : "0px",
- "border-bottom" : "1px solid #cfd9df",
- "text-align": "right",
- "word-break": "break-all"
- },
- "validContentStyles": {
- "background-color": "#FFFFFF",
- "color": "#000",
- "font-size": "14px",
- "border-top": "0px",
- "border-left": "1px solid #cfd9df",
- "border-right" : "0px",
- "border-bottom" : "1px solid #cfd9df",
- "text-align": "left",
- "width": "240px",
- "right": "-20px",
- "position": "sticky",
- "word-break": "break-all"
- },
- "properties": {
- "width": "100%",
- "border": "0",
- "cellpadding": "8",
- "cellspacing": "0",
- "align": "center"
- },
- "maskNode": {
- "width": "100%",
- "height": "100%",
- "opacity": 0.6,
- "position": "absolute",
- "background-color": "#eee",
- "top": "0px",
- "left": "0px"
- },
- "progressBarNode": {
- "font-size" : "12px",
- "position" : "absolute",
- "width" : "500px",
- // "z-index" : "11",
- "background-color" : "#fff",
- "padding" : "10px",
- "border-radius" : "8px",
- "box-shadow": "0 0 18px 0 #999999",
- "-webkit-user-select": "text",
- "-moz-user-select": "text"
- },
- "progressTopNode": {
- "height": "30px",
- "line-height": "30px",
- "overflow": "hidden"
- },
- "progressTopCloseAction": {
- "float": "right",
- "width": "30px",
- "height": "20px",
- "line-height": "20px",
- "text-align": "center",
- "cursor": "pointer"
- },
- "progressSubjectNode": {
- "float": "left",
- "height": "30px",
- "line-height": "30px",
- "font-size": "16px",
- "color": "#4387cd"
- },
- "processContentNode": {
- "margin-top": "10px",
- "font-size": "14px",
- "padding": "10px"
- },
- "progressInforNode": {
- "min-height": "30px",
- "line-height": "30px"
- },
- "progressNode": {
- "height": "3px",
- "border":"1px solid #999",
- "margin": "3px 0px"
- },
- "progressPercentNode": {
- "height":"3px",
- "background-color": "#acdab9",
- "width": "0px"
- },
- "progressBottomNode": {
- "margin-top": "10px",
- "height": "32px",
- "overflow": "hidden"
- },
- "progressCloseAction":{
- "width": "200px",
- "margin": "6px auto 0px auto",
- "text-align": "center",
- "border": "1px solid #ccc",
- "height" : "22px",
- "line-height": "22px",
- "border-radius": "4px",
- "font-size": "14px",
- "cursor": "pointer"
- }
- }
|