| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- {
- "newProjectTop":{
- "height":"40px",
- "width":"100%",
- "border-bottom":"1px solid #E6E6E6"
- },
- "newProjectTopText":{
- "float":"left",
- "height":"100%",
- "line-height":"40px",
- "width":"90%",
- "text-align":"center",
- "font-size":"16px",
- "color":"#333333"
- },
- "newProjectTopClose":{
- "cursor":"pointer",
- "float":"right",
- "margin-right":"2px",
- "margin-top":"12px",
- "width":"16px",
- "height":"16px",
- "background":"url(../x_component_TeamWork/$ProjectList/default/icon/icon_off.png) no-repeat center "
- },
- newProjectContainer:{
- "margin-top":"10px",
- "width":"80%",
- "margin":"20px auto",
- "height":"36px",
- "border-radius": "10px",
- "border":"1px solid #DEDEDE"
- },
- newProjectIn:{
- "border":"0px",
- "height":"32px",
- "width":"90%",
- "margin-left":"10px",
- "font-size":"14px",
- "color":"#666666",
- "outline":"none"
- },
- newProjectDesContainer:{
- "margin-top":"10px",
- "width":"80%",
- "margin":"20px auto",
- "height":"80px",
- "border-radius": "10px",
- "border":"1px solid #DEDEDE"
- },
- newProjectDesIn:{
- "overflow":"auto",
- "border":"0px",
- "height":"75px",
- "line-height":"16px",
- "width":"92%",
- "margin-left":"5px",
- "font-size":"12px",
- "color":"#666666",
- "outline":"none",
- "resize":"none"
- },
- "newProjectGroupText":{
- "height":"20px",
- "width":"80%",
- "font-size":"13px",
- "color":"#333333",
- "margin":"20px auto 0px auto"
- },
- "newProjectGroupContainer":{
- "cursor":"pointer",
- "width":"80%",
- "margin":"5px auto 20px auto",
- "height":"36px",
- "border-radius": "10px",
- "border":"1px solid #DEDEDE"
- },
- "newProjectGroupValue":{
- "width":"80%",
- "margin-left":"6px",
- "float":"left",
- "height":"36px",
- "line-height":"36px",
- "outline":"none"
- },
- "newProjectGroupArrow":{
- "float":"right",
- "width":"16px",
- "height":"16px",
- "margin-top":"10px",
- "margin-right":"10px",
- "background":"url(../x_component_TeamWork/$ProjectList/default/icon/icon_triangle_down.png) no-repeat center "
- },
- "newProjectTemplateText":{
- "height":"20px",
- "width":"80%",
- "font-size":"13px",
- "color":"#333333",
- "margin":"20px auto 0px auto"
- },
- "newProjectTemplateContainer":{
- "cursor":"pointer",
- "width":"80%",
- "margin":"5px auto 20px auto",
- "height":"36px",
- "border-radius": "10px",
- "border":"1px solid #DEDEDE"
- },
- "newProjectTemplateValue":{
- "width":"80%",
- "margin-left":"6px",
- "float":"left",
- "height":"36px",
- "line-height":"36px",
- "outline":"none"
- },
- "newProjectTemplateArrow":{
- "float":"right",
- "width":"16px",
- "height":"16px",
- "margin-top":"10px",
- "margin-right":"10px",
- "background":"url(../x_component_TeamWork/$ProjectList/default/icon/icon_triangle_down.png) no-repeat center "
- },
- newProjectAdd:{
- "text-align":"center",
- "font-size":"16px",
- "color":"#666666",
- "width":"80%",
- "margin":"20px auto",
- "height":"40px",
- "line-height":"40px",
- "background-color":"#F0F0F0",
- "border-radius":"10px",
- "margin":"20px auto"
- },
- "topTemplateTitle":{
- "width":"100%",
- "height":"30px",
- "font-size":"14px",
- "padding-left":"4px",
- "line-height":"30px",
- "border-bottom":"1px solid #cccccc"
- },
- "tempateContainer":{
- "width":"100%",
- "overflow-y":"auto"
- },
- "templateItemContainer":{
- "width":"100%",
- "height":"40px",
- "background-color":"#ffffff",
- "border-bottom":"1px dashed #cccccc",
- "cursor":"pointer"
- },
- "templateItemIcon":{
- "float":"left",
- "width":"20px",
- "height":"40px",
- "background-repeat":"no-repeat",
- "background-position":"center"
- },
- "templateItemTitle":{
- "float":"left",
- "width":"200px",
- "height":"40px",
- "line-height":"40px",
- "color":"rgb(102, 102, 102)",
- "font-size":"14px"
- }
- }
|