<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
    font-size: 24px;
}

.rad_style{
    zoom: 180%;
}
.sel_style {
    font-size: 3vw;
    padding: 0;
}
.button_style{
    height: 42px;
    font-size: 20px;
}

.link_style{
    color:#337ab7;
    text-decoration: none;
}

.table_style{
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}

.table_header_style{
    background-color: #ddd
}

.span_style{
    font-size: 24px;
}

.el-private-row::before {
    content: "";
    width:0;
    height: 0;
    border:60px solid transparent;
    border-right:60px solid #e3e3e3;
    transform: rotate(135deg);
    position: absolute;
    right: -61px;
    top: -61px;
    cursor: pointer;
  }
 .el-private-row::after {
    content: "私有";
    font-size: 18px;
    width: 50px;
    height: 40px;
    color: #c7254e;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 13px;
    font-weight: bold;
    letter-spacing:2px;
    cursor: pointer;
  }

 .el-public-row::before {
    content: "";
    width:0;
    height: 0;
    border:60px solid transparent;
    border-right:60px solid #e3e3e3;
    transform: rotate(135deg);
    position: absolute;
    right: -61px;
    top: -61px;
    cursor: pointer;
  }
 .el-public-row::after {
    content: "公共";
    font-size: 18px;
    width: 50px;
    height: 40px;
    color:  #5cb85c;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 13px;
    font-weight: bold;
    letter-spacing:2px;
    cursor: pointer;
  }

 /*========menu=========*/
#menubar {
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
}
/*left*/
.ui-menu &gt; li {
    float: left;
    display: block;
    width: auto !important;
}

.ui-widget-content a {
    color: #337ab7;
}

.ui-menu .ui-menu {
    border: 0;
}

.ui-menu &gt; li {
    margin: 5px 5px !important;
    padding: 0 0 !important;
}

.ui-menu-item .ui-menu .ui-menu-item {
    margin: 10px 0px
}

/*子菜单宽度*/


/* Make jQuery UI Menu into a horizontal menubar with vertical dropdown */
#menubar &gt; li { /* Menubar buttons */
    display: inline-block;
}

#menubar &gt; li &gt; ul &gt; li { /* Menubar buttons inside dropdown */
    display: block;
}


.ui-menu ul li {
    display:block;
    float:none;
}
.ui-menu ul li ul {
    left:120px !important;
    width:100%;
}



.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid white;
    background: white;
    font-weight: normal;
    color: #337ab7;
}
/*==========tab================*/

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	height: 35px;
	padding: .2em 1em;
	text-decoration: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #d43f3a;
	text-decoration: none;
}

.ui-widget.ui-widget-content {
	border: 0px solid #c5c5c5;
}

/*==========dialog================*/
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
    z-index: 1000 !important
}

/*tbrecommend动态表格样式*/
.td_recommend {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
    line-height: 1.5;
}

.td_recommend:hover {
    cursor: pointer;
}

a.disabled {
  pointer-events: none;
  filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
  -moz-opacity: 0.5; /*Firefox私有，透明度50%*/
  opacity: 0.5; /*其他，透明度50%*/
}

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