.v_header {
|
padding: 0;
|
}
|
|
.v_header_module {
|
/* height: 100vh; */
|
overflow: hidden;
|
text-align: center;
|
position: relative;
|
}
|
.v_header_module .el-carousel {
|
position: absolute;
|
padding: 32px 0px 0px;
|
width: 100%;
|
top: 0px;
|
bottom: 0px;
|
background-color: #fff;
|
}
|
|
.v_card {
|
display: inline-block;
|
width: 25vw;
|
height: 40px;
|
padding-left: 18px;
|
padding-right: 18px;
|
margin-left: 0px;
|
}
|
|
.v_title {
|
padding: 0px 36px;
|
height: 36px;
|
line-height: 36px;
|
font-size: 12px;
|
font-weight: bold;
|
}
|
|
.v_title .iconfont {
|
font-size: 12px !important
|
}
|
|
|
|
.h_body {
|
position: absolute;
|
left: 0px;
|
right: 0px;
|
height: 100vh;
|
overflow: hidden;
|
}
|
.v_body {
|
padding: 0;
|
}
|
|
.pagelayout {
|
width: 100%;
|
height: 100%;
|
}
|
|
.v_main {
|
padding: 0;
|
}
|
|
.v_card .el-card:hover {
|
/* cursor: pointer; */
|
box-shadow: 20px 20px 20px rgb(21 103 174 / 34%);
|
z-index: 5;
|
}
|
|
.active_card {
|
box-shadow: 0px 2px 10px 0px rgb(18 227 48) !important;
|
}
|
|
.v_card .el-card__body {
|
padding: 0px;
|
text-align: left;
|
}
|
|
.card_title {
|
height: 32px;
|
line-height: 32px;
|
margin-left: 16px;
|
}
|
|
.card_title .separator {
|
height: 3px;
|
background-color: #0077AA;
|
}
|
|
.card_title .card_name {
|
min-width: 64px;
|
height: 32px;
|
font-size: 14px;
|
color: #686868;
|
line-height: 32px;
|
}
|
|
.card_remark {
|
height: 80px;
|
padding: 10px;
|
border-radius: 5px;
|
color: #686868;
|
background-color: #def1f582;
|
}
|
|
.card_radio{
|
position: absolute;
|
bottom: 10px;
|
width: 100%;
|
text-align: center;
|
}
|
|
.card_img {
|
float: right;
|
margin-right: 16px;
|
margin-top: 20px;
|
}
|
|
|
/* .v_header_module .v_card:nth-child(1) .card_name{
|
border-bottom: 3px solid #92ddff;
|
}
|
.v_header_module .v_card:nth-child(2) .card_name{
|
border-bottom: 3px solid #95ffa5;
|
}
|
.v_header_module .v_card:nth-child(3) .card_name{
|
border-bottom: 3px solid #ffe88a;
|
}
|
.v_header_module .v_card:nth-child(4) .card_name{
|
border-bottom: 3px solid #9995ff;
|
}
|
.v_header_module .v_card:nth-child(5) .card_name{
|
border-bottom: 3px solid #92ddff;
|
}
|
.v_header_module .v_card:nth-child(6) .card_name{
|
border-bottom: 3px solid #95ffa5;
|
}
|
.v_header_module .v_card:nth-child(7) .card_name{
|
border-bottom: 3px solid #ffe88a;
|
}
|
.v_header_module .v_card:nth-child(8) .card_name{
|
border-bottom: 3px solid #9995ff;
|
} */
|
.card_title .card_enname {
|
height: 10px;
|
font-size: 10px;
|
font-weight: 300;
|
color: rgba(104, 104, 104, 1);
|
line-height: 10px;
|
margin-top: 4px;
|
display: none;
|
}
|
|
.v_aside::-webkit-scrollbar {
|
display: none;
|
}
|
|
.v_main::-webkit-scrollbar {
|
display: none;
|
}
|
|
.v_menu::-webkit-scrollbar {
|
width: 0 !important
|
}
|
|
.v_menu {
|
-ms-overflow-style: none;
|
}
|
|
.v_menu {
|
overflow: -moz-scrollbars-none;
|
}
|