PSSYSAPP.json.css 1.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
/***    START:系统样式表    ***/
    .container-backgroundcolor-none {
  >.ivu-row{
	>.ivu-col{
	  >.portlet-without-title{
		>.portlet-card{
		  background-color: #f0f2f5;
		  box-shadow: none;
		}
	  }
	}
  }
}
    .container-backgroundcolor-orange {
  >.ivu-row{
	>.ivu-col{
	  >.portlet-without-title{
		>.portlet-card{
		  background-color: #fa8c16;
		}
	  }
	}
  }
}

    .container-backgroundcolor-green {
  >.ivu-row{
	>.ivu-col{
	  >.portlet-without-title{
		>.portlet-card{
		  background-color: #52c41a;
		}
	  }
	}
  }
}
    .container-backgroundcolor-blue{
  >.ivu-row{
	>.ivu-col{
	  >.portlet-without-title{
		>.portlet-card{
		  background-color: #1890ff;
		}
	  }
	}
  }
}
    .RightTool{
      padding:0px 0px 10px 0px;text-align:right
    }
    .redToolBar {color:white;background-color:red;}
    .greenToolBar {color:white !important;background-color:rgba(0, 166, 90, 0.7) !important;}

    .deepskyblueToolBar {color:white !important;background-color:#108cee !important;}
    .kanban-author {
  .item-field {
	  font-style: italic;
	   position: absolute;
	   top: 10px;
	   right: 24px;
  }
}
    .kanban-description {
	.item-field {
  	font-style: italic;
    font-weight: 700;
    margin-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
    .kanban-title {
	.item-field {
  		text-align: center;
	   font-size: 24px;
	  font-weight: 700;
  }
}
    .portal-listview-noboxshadow{
  box-shadow: 0px 0px 0px;
}
    .portal-components-image {
  	.portal-components-web{
		>.portlet-without-title{
	 		iframe{
			  	html{
				  	body{
					  	img{
						  	width: 100%;
							height: 100%;
					  	}
				  	}
			  	}
	  		}
		}
  	}
}
/***    END:系统样式表    ***/