font-size: 16px;
line-height: 30px;
color: #333333;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: #FAFAFA;
}
.law-content-selected {
font-weight: bold;
background: #49B9AD;
border-radius: 5px;
color: #FFFFFF;
}
/* 案例相关 */
/* 飘窗相关 */
.bay-window-content-left {
position: fixed;
left: 0;
z-index: 9999;
}
.bay-window-content-right {
position: fixed;
right: 0;
z-index: 9999;
}
.bay-window-image {
width: 220px;
height: 130px;
border-radius: 5px;
cursor: pointer;
border: 0;
}
.bay-window-close {
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
width: 15px;
border: 0;
}
/* 飘窗相关 */
</style>
</head>
<body>
<!-- ******* 头部开始 *********** -->
<div
style="width: 100%;height: 80px;display: flex;justify-content: center;z-index: 999;position: fixed;background: #FAFAFA;">
<div class="layui-row"