You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nav/CSS/menuCardZ.css

50 lines
1.1 KiB

2 years ago
ol,
ul {
padding: 0;
margin: 0;
}
body{
font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}
/* 侧边导航类 */
.offcanvas {
color: rgb(216, 216, 216);
width: 13%;
font-size: 15px;
cursor: pointer;
}
.collapse li {
width: auto;
padding: 2% 11%;
cursor: pointer;
list-style: none;
}
.collapse li:hover {
color: #ffff;
border-left: 3px rgb(1, 153, 1) solid;
}
.cHeaderZ:hover {
color: #ffff;
border-left: 3px rgb(1, 153, 1) solid;
}
/* 标签页部分 */
.ztabs{
width: 72%;
margin-left: 14.3%;
}
/* 内容部分 */
.cZwj {
width: 80%;
margin-left: 15%;
margin-top: 1%;
}
.cZwj .card-body {
height: 500px;
}