| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901 |
- {
- topLayout:{
- "height":"40px",
- "width":"100%",
- "flex":1,
- "border-bottom":"1px solid #bebebe"
- },
- topImage:{
- "float": "left",
- "background": "url(../x_component_TeamWork/$Task/default/icon/document.png) no-repeat center"
- },
- topContent:{
- "float":"left",
- "line-height":"40px",
- "font-size":"16px",
- "max-width":"700px",
- "overflow": "hidden",
- "white-space": "nowrap",
- "text-overflow": "ellipsis"
- },
- topIconContainer:{
- "float":"right",
- "height":"100%"
- },
- topIconClose:{
- "float":"left",
- "cursor":"pointer",
- "height":"24px",
- "width":"24px",
- "margin-top":"8px",
- "margin-left":"4px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_off.png) no-repeat center"
- },
- topIconMore:{
- "float":"left",
- "cursor":"pointer",
- "height":"24px",
- "width":"24px",
- "margin-left":"4px",
- "margin-top":"8px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_more.png) no-repeat center"
- },
- topMoreTitle:{
- "height":"40px",
- "line-height":"40px",
- "width":"100%",
- "text-align":"center",
- "font-size":"16px",
- "color":"#333333",
- "border-bottom":"1px solid #bebebe"
- },
- topMoreItem:{
- "cursor":"pointer",
- "height":"40px",
- "width":"100%",
- "font-size":"14px",
- "color":"#666666"
- },
- topMoreItemIcon:{
- "float":"left",
- "height":"30px",
- "width":"30px",
- "margin-top":"5px",
- "margin-left":"10px"
- },
- topMoreItemText:{
- "float":"left",
- "height":"40px",
- "line-height":"40px"
- },
- contentLayout:{
- "width":"100%",
- "position":"absolute",
- "top":"40px",
- "left":"0px",
- "bottom":"0px",
- "overflow-y":"hidden"
- },
- taskInforContainer:{
- "position":"relative",
- "float":"left",
- "height":"100%",
- "overflow":"hidden",
- "width":"750px",
- "font-size":"14px",
- "border-right":"1px solid #bebebe"
- },
- taskInforLayout:{
- "height":"100%"
- },
- taskInforContent:{
- "overflow":"hidden",
- "position":"absolute",
- "top":"30px",
- "left":"0px",
- "right":"0px",
- "bottom":"0px"
- },
- taskActionBar:{
- "height":"30px",
- "width":"100%"
- },
- taskActionParentContent:{
- "float":"left",
- "height":"100%",
- "font-size":"14px",
- "color":"#333333"
- },
- taskActionParentIcon:{
- "float":"left",
- "width":"30px",
- "height":"40px",
- "margin-left":"10px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_belong.png) no-repeat center"
- },
- taskActionParentText:{
- "float":"left",
- "margin-right":"10px",
- "line-height":"40px"
- },
- taskActionParentValue:{
- "float":"left",
- "line-height":"40px",
- "color":"#4A90E2",
- "cursor":"pointer"
- },
- taskActionSave:{
- "float":"right",
- "width":"70px",
- "margin-right":"20px",
- "margin-top":"18px",
- "height":"30px",
- "line-height":"30px",
- "text-align":"center",
- "cursor":"pointer",
- "color":"#666666",
- "background-color":"#ffffff",
- "border":"1px solid #bebebe",
- "border-radius":"4px"
- },
- taskNameContainer:{
- "width":"90%",
- "height":"50px",
- "line-height":"50px",
- "font-size":"18px",
- "margin":"10px auto 0px auto",
- "border-radius":"4px"
- },
- taskNameInput:{
- "line-height":"48px",
- "height":"48px",
- "font-size":"18px",
- "width":"100%",
- "color":"#666",
- "border":"1px solid #f5f5f5",
- "background-color":"#f5f5f5",
- "border-radius":"4px",
- "outline":"none",
- "resize":"none"
- },
- taskStatusContainer:{
- "width":"100%",
- "height":"50px"
- },
- taskStatusIcon:{
- "float":"left",
- "width":"48px",
- "height":"48px",
- "margin-top":"2px",
- "margin-left":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_status.png) no-repeat center"
- },
- taskStatusText:{
- "float":"left",
- "line-height":"50px",
- "width":"80px"
- },
- taskStatusValue:{
- "float":"left"
- },
- taskStatusValueContainer:{
- "cursor":"pointer",
- "height":"24px",
- "background-color":"#f5f5f5",
- "margin-top":"13px",
- "border-radius":"2px",
- "padding-left":"6px",
- "padding-right":"10px"
- },
- taskStatusValueIcon:{
- "float":"left",
- "width":"24px",
- "height":"24px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_draft.png) no-repeat center"
- },
- taskStatusValueText:{
- "float":"left",
- "line-height":"24px"
- },
- taskDutyContainer:{
- "width":"100%",
- "height":"50px"
- },
- taskDutyIcon:{
- "float":"left",
- "width":"48px",
- "height":"48px",
- "margin-top":"2px",
- "margin-left":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_duty.png) no-repeat center"
- },
- taskDutyText:{
- "float":"left",
- "line-height":"50px",
- "width":"80px"
- },
- taskDutyValue:{
- "float":"left",
- "line-height":"50px"
- },
- taskDutyValueContainer:{
- "margin-top":"13px",
- "height":"100%"
- },
- taskDutyAddIcon:{
- "float":"left",
- "width":"24px",
- "height":"24px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
- },
- taskDutyAddText:{
- "cursor":"pointer",
- "float":"left",
- "line-height":"24px"
- },
- taskTimeContainer:{
- "width":"100%",
- "height":"50px"
- },
- taskTimeIcon:{
- "float":"left",
- "width":"48px",
- "height":"48px",
- "margin-top":"2px",
- "margin-left":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_time.png) no-repeat center"
- },
- taskTimeText:{
- "float":"left",
- "line-height":"50px",
- "width":"80px"
- },
- taskTimeValue:{
- "float":"left",
- "line-height":"50px"
- },
- taskStartTime:{
- "float":"left",
- "height":"24px",
- "color":"#999999",
- "line-height":"24px",
- "margin-top":"13px",
- "padding":"0px 5px",
- "border-radius":"4px"
- },
- taskTimeLine:{
- "float":"left",
- "height":"24px",
- "text-align":"center",
- "line-height":"24px",
- "margin-top":"13px",
- "padding":"0px 5px"
- },
- taskEndTime:{
- "float":"left",
- "height":"24px",
- "color":"#999999",
- "line-height":"24px",
- "margin-top":"13px",
- "padding":"0px 5px",
- "border-radius":"4px"
- },
- taskRemarkContainer:{
- "display":"flex",
- "width":"100%",
- "min-height":"30px",
- "margin-top":"10px"
- },
- taskRemarkIcon:{
- "float":"left",
- "width":"48px",
- //"height":"48px",
- "margin-top":"2px",
- "margin-left":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_remark.png) no-repeat top center"
- },
- taskRemarkText:{
- "float":"left",
- "width":"80px"
- },
- taskRemarkValue:{
- "float":"left",
- "border-radius":"4px",
- //"min-height":"50px",
- "width":"580px",
- "height":"100%"
- },
- taskRemarkActionContainer:{
- "width":"580px",
- "height":"50px",
- },
- taskRemarkActionOk:{
- "float":"right",
- "width":"60px",
- "height":"25px",
- "line-height":"25px",
- "margin-top":"10px",
- "margin-left":"20px",
- "color":"#ffffff",
- "text-align":"center",
- "cursor":"pointer",
- "background-color":"#4A90E2",
- "border-radius":"2px"
- },
- taskRemarkActionCancel:{
- "float":"right",
- "width":"60px",
- "height":"25px",
- "line-height":"25px",
- "margin-top":"10px",
- "color":"#999999",
- "text-align":"center",
- "cursor":"pointer"
- },
- taskPriorityContainer:{
- "width":"100%",
- "height":"50px"
- },
- taskPriorityIcon:{
- "float":"left",
- "width":"48px",
- "height":"48px",
- "margin-top":"2px",
- "margin-left":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_priority.png) no-repeat center"
- },
- taskPriorityText:{
- "float":"left",
- "line-height":"50px",
- "width":"80px"
- },
- taskPriorityValue:{
- "float":"left",
- "line-height":"50px"
- },
- taskPriorityValueText:{
- "width":"50px",
- "height":"25px",
- "line-height":"25px",
- "text-align":"center",
- "font-size":"14px",
- "margin-top":"12px",
- "color":"#999999",
- "border":"1px solid #999999",
- "border-radius":"4px",
- "cursor":"pointer"
- },
- taskTagContainer:{
- "margin-top":"10px",
- "width":"100%",
- "overflow":"auto",
- "min-height":"50px"
- },
- taskTagIcon:{
- "float":"left",
- "width":"48px",
- "height":"48px",
- "margin-top":"2px",
- "margin-left":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_tag.png) no-repeat center top"
- },
- taskTagText:{
- "cursor":"arrow",
- "float":"left",
- "width":"80px"
- },
- taskTagValue:{
- "float":"left",
- "width":"490px"
- },
- tagItemContainer:{
- "float":"left",
- "height":"25px",
- "min-widht":"30px",
- "color":"#ffffff",
- "margin-right":"6px",
- "margin-bottom":"6px",
- "border-radius":"12px"
- },
- tagItemText:{
- "float":"left",
- "height":"25px",
- "line-height":"25px",
- "margin":"0 10px",
- "max-width":"100px",
- "overflow":"hidden",
- "text-overflow": "ellipsis",
- "white-space": "nowrap"
- },
- tagItemClose:{
- "float":"left",
- "width":"20px",
- "height":"20px",
- "margin-top":"2px",
- "cursor":"pointer",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_off_round_grey.png) no-repeat center"
- },
- taskTagAddText:{
- "color":"#666666",
- "cursor":"pointer"
- },
- taskTagAdd:{
- "float":"left",
- "width":"20px",
- "height":"20px",
- "cursor":"pointer",
- "margin-top":"4px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_jia.png) no-repeat center"
- },
- taskExtFieldContainer:{
- },
- taskExtFieldItem:{
- "width":"100%",
- "height":"50px"
- },
- taskExtFieldIcon:{
- "float":"left",
- "width":"48px",
- "height":"48px",
- "margin-top":"2px",
- "margin-left":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_extend.png) no-repeat center"
- },
- taskExtFieldText:{
- "float":"left",
- "height":"50px",
- "width":"80px"
- },
- taskAttachmentContainer:{
- "width":"100%",
- "min-height":"50px",
- "margin-top":"10px",
- "display":"flex"
- },
- taskAttachmentIcon:{
- "float":"left",
- "width":"48px",
- "height":"48px",
- "margin-top":"10px",
- "margin-left":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_attachment.png) no-repeat top"
- },
- taskAttachmentText:{
- "float":"left",
- "margin-top":"10px",
- "width":"80px"
- },
- taskAttachmentValue:{
- "float":"left",
- "width":"482px",
- "line-height":"50px"
- },
- taskAttachmentListContainer:{
- "color":"#666666",
- "font-size":"14px",
- "margin-top":"10px"
- },
- subTaskContainer:{
- "color":"#666666",
- "font-size":"14px",
- "margin-top":"10px"
- },
- subTaskTitleContent:{
- "height":"50px",
- "width":"100%"
- },
- subTaskTitleIcon:{
- "float":"left",
- "width":"48px",
- "height":"48px",
- "margin-left":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_subtask.png) no-repeat center"
- },
- subTaskTitleText:{
- "float":"left",
- "height":"100%",
- "line-height":"50px"
- },
- subTaskValueContent:{
- "width":"688px",
- "margin-left":"40px",
- "border":"1px solid #dedede",
- "border-radius":"4px",
- "min-height":"40px"
- },
- subTaskItemContainer:{
- "margin-top":"2px",
- "width":"100%",
- "height":"40px"
- },
- subTaskItemText:{
- "float":"left",
- "cursor":"pointer",
- "border-radius":"4px",
- "padding-left":"5px",
- "height":"40px",
- "line-height":"40px",
- "width":"500px",
- "margin-left":"15px",
- "overflow":"hidden",
- "text-overflow": "ellipsis",
- "white-space": "nowrap"
- },
- subTaskItemPerson:{
- "float":"right",
- "width":"30px",
- "height":"30px",
- "cursor":"pointer",
- "margin-top":"5px",
- "margin-right":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
- },
- subTaskAddContainer:{
- "width":"100%"
- },
- subTaskNewContent:{
- "cursor":"pointer",
- "width":"100%",
- "height":"40px"
- },
- subTaskNewIcon:{
- "float":"left",
- "width":"40px",
- "height":"40px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_subtask_add.png) no-repeat center"
- },
- subTaskNewText:{
- "float":"left",
- "color":"#4A90E2",
- "line-height":"40px"
- },
- subTaskNewContainer:{
- },
- subTaskNewValue:{
- "width":"100%",
- "height":"40px"
- },
- subTaskNewInput:{
- "float":"left",
- "width":"600px",
- "height":"30px",
- "color":"#666666",
- "margin-top":"4px",
- "margin-left":"12px",
- "border":"1px solid #dedede",
- "border-radius":"4px",
- "text-indent":"5px"
- },
- subTaskNewPerson:{
- "cursor":"pointer",
- "float":"right",
- "width":"30px",
- "height":"30px",
- "margin-top":"5px",
- "margin-right":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
- },
- subTaskNewAction:{
- "width":"100%",
- "height":"40px"
- },
- subTaskNewOK:{
- "cursor":"pointer",
- "float":"left",
- "height":"30px",
- "line-height":"30px",
- "color":"#ffffff",
- "width":"75px",
- "margin-top":"4px",
- "margin-left":"20px",
- "text-align":"center",
- "border-radius":"2px",
- "background-color":"#4A90E2"
- },
- subTaskNewCancel:{
- "cursor":"pointer",
- "float":"left",
- "height":"30px",
- "margin-top":"4px",
- "margin-left":"446px",
- "line-height":"30px",
- "width":"75px",
- "text-align":"center",
- "border-radius":"2px"
- },
- taskDetailLayout:{
- "float":"left",
- "height":"100%",
- "width":"440px",
- "position":"relative"
- },
- taskParticipateContainer:{
- "display":"inline-block",
- "width":"100%",
- "font-size":"14px",
- "color":"#666666",
- "border-bottom":"1px solid #bebebe"
- },
- participateTitle:{
- "margin-left":"20px",
- "height":"50px"
- },
- participateTitleText:{
- "float":"left",
- "height":"50px",
- "line-height":"50px"
- },
- participateTitleIcon:{
- "float":"left",
- "width":"24px",
- "height":"24px",
- "margin-top":"13px",
- "margin-left":"10px",
- "cursor":"pointer",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_wcyd_xm_click.png) no-repeat center"
- },
- participateValue:{
- "margin-left":"20px",
- "height":"60px",
- "overflow":"hidden"
- },
- taskDynamicContainer:{
- "position":"absolute",
- "left":"0px",
- "top":"110px",
- "bottom":"120px",
- "width":"100%"
- },
- dynamicBar:{
- "cursor":"pointer",
- "width":"120px",
- "height":"40px"
- },
- dynamicText:{
- "margin-left":"20px",
- "float":"left",
- "line-height":"40px"
- },
- dynamicIcon:{
- "float":"left",
- "margin-top":"10px",
- "margin-left":"4px",
- "width":"24px",
- "height":"24px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_dw.png) no-repeat center"
- },
- dynamicContent:{
- "font-size":"12px",
- "position":"absolute",
- "top":"40px",
- "left":"0px",
- "bottom":"0px",
- "right":"0px",
- "margin-bottom":"10px",
- "overflow-y":"auto"
- },
- dynamicItem:{
- "color":"#999999",
- "min-height":"10px",
- "margin-top":"25px"
- },
- dynamicItemIcon:{
- "width":"30px",
- "height":"30px",
- "margin-left":"10px",
- "margin-top":"2px",
- "margin-right":"10px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_attachment.png) no-repeat center top",
- "float":"left"
- },
- dynamicItemText:{
- "float":"left",
- "width":"300px"
- },
- dynamicItemTime:{
- "width":"60px",
- "float":"right"
- },
- taskChatContainer:{
- "position":"absolute",
- "left":"0px",
- //"top":"140px",
- "bottom":"0px",
- "width":"100%",
- "height":"120px",
- "border-top":"1px solid #dedede"
- },
- chatContent:{
- "width":"100%",
- "height":"80px"
- },
- chatTextarea:{
- "color":"#999999",
- "width":"330px",
- "height":"70px",
- "margin-top":"10px",
- "margin-left":"10px",
- "padding":"0",
- "border":"0px",
- "overflow":"auto",
- "outline":"none",
- "resize":"none"
- },
- chatBarContent:{
- "height":"40px",
- "width":"100%"
- },
- chatBarTool:{
- "float":"left"
- },
- chatBarEmoji:{
- "height":"24px",
- "width":"24px",
- "cursor":"pointer",
- "margin-top":"8px",
- "margin-left":"20px",
- "background":"url(../x_component_TeamWork/$Task/default/icon/icon_emoji.png) no-repeat center"
- },
- chatBarSend:{
- "float":"right",
- "cursor":"pointer",
- "height":"40px",
- "line-height":"40px",
- "color":"#4a90e2",
- "margin-right":"20px"
- },
- "formMaskNode": {
- "width": "100%",
- "height": "100%",
- "opacity": 0.2,
- "position": "absolute",
- "background-color": "#999999",
- "top": "0px",
- "left": "0px"
- },
- "formAreaNode": {
- "position": "absolute",
- "opacity": 0,
- "top": "0px"
- },
- "formNode": {
- "background-color": "#FFF",
- "box-shadow": "0px 0px 10px #999",
- "border-radius": "5px",
- "margin": "auto",
- "border": "1px solid #fff",
- "overflow": "hidden",
- "color":"#333333"
- },
- "formTopNode": {
- "color": "#fff",
- "height": "40px",
- "background-color": "#fff",
- "border-bottom": "1px solid #b6b6b6",
- "line-height": "40px",
- "font-size": "14px",
- "padding-left": "5px",
- "text-align": "left"
- },
- "formTopIconNode": {
- "width": "32px",
- "height": "32px",
- "float": "left",
- "background": "url(../x_component_TeamWork/$Task/default/icon/document.png) no-repeat center 4px"
- },
- "formTopTextNode": {
- "font-size": "16px",
- "float": "left",
- "width": "500px",
- "overflow": "hidden",
- "text-overflow": "ellipsis",
- "white-space": "nowrap"
- },
- "formTopCloseActionNode": {
- "width": "40px",
- "height": "40px",
- "float": "right",
- "padding-right": "4px",
- "background": "url(../x_component_TeamWork/$Task/default/icon/icon_off.png) no-repeat center",
- "cursor": "pointer"
- },
- "formTopContentNode": {
- "float": "right",
- "padding-right": "10px",
- "text-align": "right"
- },
- "formTopContentTitle": {},
- "formTopContentValue": {
- "padding-right": "20px",
- "font-size": "12px"
- },
- "formNewNode": {
- "width": "47px",
- "height": "47px",
- "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
- },
- "formIconNode": {
- "width": "47px",
- "height": "47px"
- },
- "formEditNode": {
- "width": "47px",
- "height": "47px"
- },
- "formContentNode": {
- "border": "0px solid #666",
- "width": "100%",
- "margin": "auto",
- "font-size": "14px",
- "color": "#666",
- "font-family": "Microsoft YaHei",
- "overflow": "hidden"
- },
- "formTableContainer": {
- "margin": "0px 10px",
- "overflow": "hidden",
- "positon": "static"
- },
- "formTableArea":{
- "height":"100%"
- },
- "formBottomNode": {
- "height": "40px",
- "line-height": "40px",
- "background-color": "#3d77c1",
- "overflow": "hidden",
- "padding-top": "10px"
- },
- "formOkActionNode": {
- "height": "30px",
- "width": "75px",
- "cursor": "pointer",
- "float": "right",
- "line-height": "30px",
- "text-align": "center",
- "font-size": "16px",
- "font-family": "Microsoft YaHei",
- "border": "1px solid #3d77c1",
- "background-color": "#5d97e1",
- "color": "#FFF",
- "margin-right": "20px",
- "box-shadow": "0px 0px 3px #5d97e1"
- },
- "formCancelActionNode": {
- "height": "30px",
- "width": "75px",
- "cursor": "pointer",
- "float": "right",
- "line-height": "30px",
- "text-align": "center",
- "font-size": "16px",
- "font-family": "Microsoft YaHei",
- "border": "1px solid #3d77c1",
- "background-color": "#5d97e1",
- "color": "#FFF",
- "margin-right": "20px",
- "box-shadow": "0px 0px 3px #5d97e1"
- },
- "formActionNode": {
- "height": "30px",
- "width": "75px",
- "cursor": "pointer",
- "float": "left",
- "line-height": "30px",
- "text-align": "center",
- "font-size": "16px",
- "font-family": "Microsoft YaHei",
- "color": "#FFF",
- "margin-left": "10px",
- "margin-right": "20px"
- }
- }
|