<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jz-left-body {
	left: 0px;
	bottom: 0px;
	top: 56px;

	background: #0061A5;
	/* backdrop-filter: blur(5px); */

	border-radius: 0px;
}

.ant-menu-light {
	background: #0061A5;
}

.ant-menu {
	color: #FFFFFF;
	font-size: 16px;
}

.ant-menu-item-active {
	color: #ffffffAA;
}

.ant-menu-submenu-active {
	color: #ffffffAA;
}

.ant-menu-item:hover:not(.ant-menu-item-selected) {
	color: #ffffffAA;
}

.ant-menu-submenu:hover:not(.ant-menu-item-selected) {
	color: #ffffffAA;
}

.ant-menu-item-selected {
	background: #004474;
}

.ant-menu-submenu&gt;.ant-menu {
	background: #0061A5;
}

.ant-menu-item-active,
.ant-menu-item:hover:not(.ant-menu-item-selected),
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover,
.ant-menu:not(.ant-menu-inline):not(.ant-menu-theme) .ant-menu-submenu-open {
	color: #ffffffAA
}


.ant-menu-submenu-arrow {
	color: #FFFFFF !important;
}

.ant-menu-light .ant-menu-submenu-inline&gt;.ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-light .ant-menu-submenu-inline&gt;.ant-menu-submenu-title .ant-menu-submenu-arrow::after {
	background-image: linear-gradient(to right, #FFFFFF, #FFFFFF) !important;
	;
}

.ant-menu-submenu-selected {
	background: #0061A5;
}

.ant-menu-light&gt;.ant-menu-submenu-selected&gt;.ant-menu-submenu-title {
	background-color: #0061A5;
	color: #FFFFFF;
}

.cpaas .ant-menu-light&gt;.ant-menu-submenu-selected&gt;.ant-menu-submenu-title {
	color: #FFFFFF;
	font-weight: 600;
}

.cpaas .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
	background-color: #004474;
}


.ant-menu-sub.ant-menu-inline&gt;.ant-menu-item {
	margin: 4px 0px !important;
}

.ant-menu-inline .ant-menu-item {
	border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.cpaas .ant-menu-item:active,
.ant-menu-submenu-title:active {
	border-radius: 0 !important;

}

.cpaas .ant-menu-item:active,
.ant-menu-submenu-title:active {
	color: #FFFFFFAA;
	background: #0061A5;
}

.ant-menu-item span {
	font-size: 16px;
}

.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {

	font-size: 16px;
}

.jz-left-body-menu-fixed-icon {
	color: rgba(255, 255, 255, .80);
	border-top: 1px solid #FFFFFF44;
}

.jz-left-body-menu-fixed-icon i:hover {
	color: #FFFFFF;
}
 
/**
 * 顶部信息栏样式
 */
#jz-top-body {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 56px; 
	z-index: 200;
	padding: 0 24px 0 12px;
	color: #0061A5;
	
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%); 
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08), 0px -1px 0px 0px #FAFAFA inset;
 
	
}

.systemTitle { 
	float: left;
	line-height: 16px;
	height: 16px;
	color: #0061A5;
	font-weight: 600;
	margin-top: 22px;
	margin-left: 20px;
	padding-left: 15px;
	border-left: none;
	font-size: 16px; 
}

#jz-top-body .ant-dropdown-link{
	color: #0061A5;
}

#feasApp{
	top: 56px;
}

.el-tabs__active-tab {
    background: #0061A5; 
	
}
	
.el-tabs__item.is-active{
	font-size: 16px;
}


/**
 * 应用相关样式
 */

.fs-view-breadcrumb{
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
	height: 20px;
	color: #333333;
	margin-bottom: 0;
}

.fs-view-breadcrumb-box{
	position: absolute;
	top:25px;
	left: 0px;
	right: 0;
	bottom: 0px;
}
.fs-view-breadcrumb-full{
	height: 100%;
}

.cpaas .el-pager li.active {
	color: #FFFFFF;
	background-color: #0061A5;
	border-color: #0061A5;
	border-color: #0061A5 !important;
}
.cpaas .el-table .el-button--primary {
    color: #0061A5;
    background: none;
}

.cpaas .el-table .el-button--primary:hover {
    color: #FFFFFF;
    background: #0061A5;
    border-color: #0061A5;
}

.cpaas .el-table .el-button--danger {
    color: #C60027;
    background: none;
}

.cpaas .el-table .el-button--danger:hover {
    color: #FFFFFF;
    background: #C60027;
    border-color: #C60027;
}

.el-select-dropdown__item.selected {
    color: #FFFFFF;
    background-color: #0061A5;
}
.el-select-dropdown__item.selected.hover {
    color: #FFFFFF;
    background-color: #0061A5;
}
.mainlogo{
    height: 32px;
    margin-top: 12px;
}
.ant-menu-light.ant-menu.ant-menu-inline-collapsed&gt;.ant-menu-submenu-selected&gt;.ant-menu-submenu-title {
    color: #fff;
    background-color: #004474;
}





/**
 * 编辑器相关
 */

.editor-main-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	background:#242528;
	bottom: 0;
	paddingTop: 0px;
}

.editor-main-logo{
	width:60px;
	height:60px;
	padding:12px;
	background:#242528;
}
.kee-top-part{
	background: #303236;
	color: #FFFFFF;
	border-bottom: none!important;
	padding-top: 3px;
}
.kee-top-part .ant-btn{
	color: #FFFFFF;
	background: #00000000 !important;
	
}

.build-left-tab-item{
	height: 60px;
	padding-top: 10px;
	margin-bottom: 8px;
	background:#242528 ;
}

 

.build-left-tab-item.active {
    background: #0061A5;
    color: #FFFFFF;
	font-style: normal;
	font-weight: 500;
	
}

.ant-btn[disabled], .ant-btn[disabled]:hover{
    color: rgba(255,255,255,.5);
}

.el-drawer__header{
	background: #EBEEF5;
	color: #101513;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	
	padding: 10px;
	padding-left: 16px;
	margin-bottom: 0px;
}

.feas-right-detail-drawer .feas-page-container {
	    border-top-left-radius: 0px;
	    border-bottom-left-radius: 0px;
	 
}

.feas-right-detail-drawer{
	height: 100%;
}


.jdcc-pagename-item-active .page-code {
    background: #0061A5;
    color: #FFFFFF;
}

.jdcc-pagename-item-active {
    background: #0061A5;
    color: #FFFFFF;
}
.build-left-tab-item.active {
    background: #0061A5;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
}

.feasFooter{
    color: #7f7f7f;
    font-size: 14px;
    line-height: 24px;
    bottom: 10px !important;
}



</pre></body></html>