788 lines
15 KiB
CSS
788 lines
15 KiB
CSS
|
/**/
|
||
|
/**/
|
||
|
/**/
|
||
|
#dropdown_cam {
|
||
|
border: 1px solid #0EFCFF; /* 设置边框颜色为 #0EFCFF */
|
||
|
height: 36px; /* 设置高度,你可以根据需要调整这个值 */
|
||
|
width: 150px;
|
||
|
}
|
||
|
#dropdown_cam option {
|
||
|
background-color: transparent;
|
||
|
color: #000000; /* 黑色文本 */
|
||
|
border: 1px solid #0EFCFF !important;
|
||
|
}
|
||
|
.my_img_cam {
|
||
|
height: 6vh;
|
||
|
width: 4.5vw;
|
||
|
}
|
||
|
.webcam-btn {
|
||
|
background-color: transparent;
|
||
|
border: 1px solid #0EFCFF !important;
|
||
|
|
||
|
color: #ffffff; /* 蓝色字体 */
|
||
|
padding: 0.5vw 0.9vw;
|
||
|
text-align: center;
|
||
|
text-decoration: none;
|
||
|
font-size: 2.5vh;
|
||
|
cursor: pointer;
|
||
|
border-radius: 4px;
|
||
|
height: 6vh;
|
||
|
width: 4.5vw;
|
||
|
|
||
|
}
|
||
|
.webcam-btn1 {
|
||
|
background-color: transparent;
|
||
|
border: 1px solid #0EFCFF !important;
|
||
|
|
||
|
color: #ffffff; /* 蓝色字体 */
|
||
|
padding: 0.5vw 0.9vw;
|
||
|
text-align: center;
|
||
|
text-decoration: none;
|
||
|
font-size: 2.5vh;
|
||
|
cursor: pointer;
|
||
|
border-radius: 4px;
|
||
|
height: 6vh;
|
||
|
width: 10.5vw;
|
||
|
|
||
|
}
|
||
|
.webcam-btn:hover {
|
||
|
/* 悬停时变为蓝色背景 */
|
||
|
color: #0EFCFF; /* 悬停时变为白色字体 */
|
||
|
}
|
||
|
.webcam-btn1:hover {
|
||
|
/* 悬停时变为蓝色背景 */
|
||
|
color: #0EFCFF; /* 悬停时变为白色字体 */
|
||
|
}
|
||
|
.custom-select .el-input__inner {
|
||
|
background-color: transparent; /* 背景透明 */
|
||
|
color: white; /* 字体白色 */
|
||
|
border-color: #0EFCFF; /* 边框颜色 */
|
||
|
}
|
||
|
|
||
|
/* 可选:如果你还想改变下拉列表中的选项样式 */
|
||
|
.custom-select .el-select-dropdown__item {
|
||
|
color: white; /* 下拉列表字体颜色 */
|
||
|
background-color: transparent; /* 下拉列表背景颜色,可根据需要调整 */
|
||
|
}
|
||
|
|
||
|
/* 可选:如果你需要改变下拉列表的边框颜色(通常不需要,因为下拉列表没有边框) */
|
||
|
.custom-select .el-select-dropdown {
|
||
|
border-color: #0EFCFF; /* 这行可能不需要,取决于你的具体需求 */
|
||
|
}
|
||
|
|
||
|
.custom-file-label {
|
||
|
/* border: 2px solid whitesmoke; */
|
||
|
display: inline-block;
|
||
|
width: 9vw;
|
||
|
height: 4vh;
|
||
|
cursor: pointer;
|
||
|
border: 1px solid #0EFCFF !important;
|
||
|
/* 设置边框宽度、样式和颜色 */
|
||
|
color: rgb(250, 250, 247);
|
||
|
/* 设置字体颜色为黄色 */
|
||
|
padding: 0.1vh;
|
||
|
/* 可选:添加一些内边距以使文本与边框有一定的间距 */
|
||
|
font-size: 2.2vh;
|
||
|
}
|
||
|
.bg-purple {
|
||
|
/* background: #d3dce6; */
|
||
|
border: 1px dashed #0EFCFF;
|
||
|
}
|
||
|
.bg-purple-light {
|
||
|
font-size: 30px;
|
||
|
/* background: #e5e9f2; */
|
||
|
border: 1px dashed #0EFCFF;
|
||
|
}
|
||
|
.grid-content {
|
||
|
z-index: 10;
|
||
|
max-width: 100%;
|
||
|
max-height: 100%;
|
||
|
object-fit: contain;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
border-radius: 4px;
|
||
|
min-height: 36px;
|
||
|
}
|
||
|
.grid-content1 {
|
||
|
border-radius: 4px;
|
||
|
min-height: 36px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.el-card {
|
||
|
/* display: flex; */
|
||
|
height: 300px;
|
||
|
width: 250px;
|
||
|
|
||
|
|
||
|
|
||
|
border: 1px solid #0EFCFF !important;
|
||
|
|
||
|
/*
|
||
|
margin-inline-start: 8% */
|
||
|
.el-card__body {
|
||
|
padding: 0px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
.box-card {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.card-container {
|
||
|
display: flex;
|
||
|
justify-content: left;
|
||
|
height: 400px;
|
||
|
margin-top: 30%;
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
.main_con {
|
||
|
position: absolute;
|
||
|
width: 97%;
|
||
|
height: 95%;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
bottom: 0;
|
||
|
margin: auto;
|
||
|
/* background: white; */
|
||
|
}
|
||
|
|
||
|
.main_top {
|
||
|
width: 100%;
|
||
|
height: 37%;
|
||
|
}
|
||
|
|
||
|
.main_top_left {
|
||
|
float: left;
|
||
|
width: 17.3%;
|
||
|
height: 100%;
|
||
|
/* background: gold; */
|
||
|
}
|
||
|
|
||
|
.main_top_left_top {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: 1;
|
||
|
/* background: green; */
|
||
|
}
|
||
|
|
||
|
.main_top_left_bottom {
|
||
|
margin-top: 4%;
|
||
|
}
|
||
|
|
||
|
.file-input {
|
||
|
display: none;
|
||
|
|
||
|
/* Hide the default file input */
|
||
|
}
|
||
|
|
||
|
.res-input {
|
||
|
width: 100;
|
||
|
font-size: large;
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
.main_top_left_bottom_num {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.main_top_left_bottom_num span {
|
||
|
float: left;
|
||
|
display: block;
|
||
|
font-size: .65vw;
|
||
|
/* -webkit-transform-origin-x: 0;
|
||
|
transform: scale(0.9);
|
||
|
-webkit-transform: scale(0.9); */
|
||
|
}
|
||
|
|
||
|
.main_top_left_bottom_num_list {
|
||
|
float: left;
|
||
|
width: 8%;
|
||
|
height: 1.4vw;
|
||
|
line-height: 1.4vw;
|
||
|
margin-left: .2vw;
|
||
|
text-indent: .4vw;
|
||
|
font-size: .8vw;
|
||
|
color: white;
|
||
|
margin-top: .2vw;
|
||
|
background: #37D2D4;
|
||
|
}
|
||
|
|
||
|
.main_top_left_bottom_bar {
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
height: .6vw;
|
||
|
line-height: 0;
|
||
|
margin-top: .6vw;
|
||
|
}
|
||
|
|
||
|
.main_top_left_bottom_bar span {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
display: block;
|
||
|
font-size: .65vw;
|
||
|
top: -.15vw;
|
||
|
-webkit-transform-origin-x: 0;
|
||
|
transform: scale(0.7);
|
||
|
-webkit-transform: scale(0.7);
|
||
|
}
|
||
|
|
||
|
.main_top_left_bottom_bar .bar_num {
|
||
|
color: #0EFCFF;
|
||
|
margin-left: 3%;
|
||
|
-webkit-transform-origin-x: 0;
|
||
|
transform: scale(0.7);
|
||
|
-webkit-transform: scale(0.7);
|
||
|
}
|
||
|
|
||
|
.bar_father {
|
||
|
float: left;
|
||
|
position: relative;
|
||
|
width: 75%;
|
||
|
background: rgba(31, 103, 163, 0.2);
|
||
|
height: 100%;
|
||
|
margin-left: 3%;
|
||
|
border-radius: 90px;
|
||
|
}
|
||
|
|
||
|
.bar_child {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
width: 0%;
|
||
|
height: 100%;
|
||
|
border-radius: 90px;
|
||
|
transition: all 2s;
|
||
|
background-image: linear-gradient(90deg, #3E94CD 0%, #56D4F1 49%, #38E1E1 99%);
|
||
|
}
|
||
|
|
||
|
.main_top_left_top img {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: -1;
|
||
|
}
|
||
|
|
||
|
.my_text {
|
||
|
text-align: center;
|
||
|
color: white;
|
||
|
font-size: 1.3vw;
|
||
|
padding-top: .1vw;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_title {
|
||
|
text-align: center;
|
||
|
color: #79d8f0;
|
||
|
font-size: 1.75vw;
|
||
|
padding-top: .2vw;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con {
|
||
|
width: 16vw;
|
||
|
height: 40vh;
|
||
|
margin: auto;
|
||
|
margin-top: 3%;
|
||
|
color: white;
|
||
|
/* margin-left: 4%; */
|
||
|
/* text-indent: .5vw; */
|
||
|
font-size: 0.9vw;
|
||
|
/* letter-spacing: .15vw; */
|
||
|
}
|
||
|
|
||
|
.my_file_upload {
|
||
|
font-size: 1.0vw !important;
|
||
|
margin-left: 1%;
|
||
|
margin-top: 5%;
|
||
|
z-index: 90;
|
||
|
}
|
||
|
.my_file_upload_choose {
|
||
|
font-size: 1.0vw !important;
|
||
|
margin-left: 9%;
|
||
|
margin-top: 20%;
|
||
|
z-index: 90;
|
||
|
}
|
||
|
.my_file_upload_choose1 {
|
||
|
font-size: 1.0vw !important;
|
||
|
margin-left: 1%;
|
||
|
margin-top: 30%;
|
||
|
z-index: 90;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con span {
|
||
|
display: inline-block;
|
||
|
margin-top: .4vw;
|
||
|
text-indent: 0vw;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con_left {
|
||
|
float: left;
|
||
|
height: 48%;
|
||
|
width: 75%;
|
||
|
text-align: center;
|
||
|
margin-top: 1.5%;
|
||
|
}
|
||
|
|
||
|
.main_top_left_t_c_r_right {}
|
||
|
|
||
|
.main_top_left_t_c_l_left,
|
||
|
.main_top_left_t_c_l_right,
|
||
|
.main_top_left_t_c_r_left {
|
||
|
float: left;
|
||
|
width: 48%;
|
||
|
height: 50%;
|
||
|
text-align: center;
|
||
|
background: #0EFCFF;
|
||
|
font-size: .7vw;
|
||
|
}
|
||
|
|
||
|
.main_top_left_t_c_l_right {
|
||
|
background: #f5f4f2;
|
||
|
margin-left: 4%;
|
||
|
}
|
||
|
|
||
|
/* .main_top_left_t_c_r_right {
|
||
|
background: #F6580E;
|
||
|
} */
|
||
|
.main_top_left_t_c_r_left {
|
||
|
background: #e5edf7;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.main_top_left_top_con_left p {
|
||
|
/* -webkit-transform-origin-x: 0; */
|
||
|
transform: scale(0.8);
|
||
|
-webkit-transform: scale(0.8);
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con_right {
|
||
|
float: right;
|
||
|
height: 48%;
|
||
|
width: 49%;
|
||
|
text-align: center;
|
||
|
margin-top: 1.5%;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con_right .main_top_left_c_l_n {
|
||
|
/* -webkit-transform-origin-x: 0; */
|
||
|
transform: scale(0.8);
|
||
|
-webkit-transform: scale(0.8);
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con_right p {
|
||
|
/* -webkit-transform-origin-x: 0; */
|
||
|
transform: scale(0.8);
|
||
|
-webkit-transform: scale(0.8);
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con_right2 p {
|
||
|
margin-top: -7%;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con_list {
|
||
|
float: left;
|
||
|
height: 48%;
|
||
|
width: 32%;
|
||
|
text-align: center;
|
||
|
margin-left: 2%;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con_list .main_top_left_c_l_n {
|
||
|
/* -webkit-transform-origin-x: 0; */
|
||
|
transform: scale(0.8);
|
||
|
-webkit-transform: scale(0.8);
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con_list p {
|
||
|
/* -webkit-transform-origin-x: 0; */
|
||
|
transform: scale(0.8);
|
||
|
-webkit-transform: scale(0.8);
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con_list:nth-child(1) {
|
||
|
background: #37D2D4;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con_list:nth-child(2) {
|
||
|
background: #19CA88;
|
||
|
}
|
||
|
|
||
|
.main_top_left_top_con_list:nth-child(3) {
|
||
|
background: #858FF8;
|
||
|
}
|
||
|
|
||
|
.main_top_middle {
|
||
|
float: left;
|
||
|
width: 63%;
|
||
|
height: 100%;
|
||
|
margin-left: 1.2%;
|
||
|
}
|
||
|
|
||
|
.main_top_middle_top_title {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
font-size: 1.7vw;
|
||
|
font-weight: bold;
|
||
|
color: #0EFCFF;
|
||
|
height: 14%;
|
||
|
}
|
||
|
|
||
|
.main_top_middle_top_title .title_bg {
|
||
|
position: absolute;
|
||
|
left: 7%;
|
||
|
top: -20%;
|
||
|
width: 86%;
|
||
|
height: 140%;
|
||
|
}
|
||
|
|
||
|
.title_web {
|
||
|
position: absolute;
|
||
|
right: -.8%;
|
||
|
top: 0;
|
||
|
padding: .5% 2%;
|
||
|
font-size: .7vw;
|
||
|
color: #ffffff;
|
||
|
border: 1px solid #0EFCFF;
|
||
|
-webkit-transform-origin-x: 0;
|
||
|
transform: scale(0.9);
|
||
|
-webkit-transform: scale(0.9);
|
||
|
}
|
||
|
|
||
|
.title_admin {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
padding: .5% 2%;
|
||
|
font-size: .7vw;
|
||
|
color: #ffffff;
|
||
|
border: 1px solid #0EFCFF;
|
||
|
-webkit-transform-origin-x: 0;
|
||
|
transform: scale(0.9);
|
||
|
-webkit-transform: scale(0.9);
|
||
|
}
|
||
|
|
||
|
.main_top_middle_num_title {
|
||
|
float: left;
|
||
|
color: #f3f2ea;
|
||
|
font-size: 1.5vw;
|
||
|
margin-left: 43%;
|
||
|
line-height: 4.5vw;
|
||
|
width: 18%;
|
||
|
margin-top: .5vw;
|
||
|
}
|
||
|
|
||
|
.main_top_middle_num {
|
||
|
float: left;
|
||
|
width: 55%;
|
||
|
height: 23%;
|
||
|
margin: .7% auto;
|
||
|
margin-top: 1.5%;
|
||
|
}
|
||
|
|
||
|
.main_top_middle_num_list {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
height: 100%;
|
||
|
width: 12%;
|
||
|
margin-left: 2.6%;
|
||
|
font-size: 2vw;
|
||
|
font-weight: bold;
|
||
|
color: #0EFCFF;
|
||
|
line-height: 240%;
|
||
|
}
|
||
|
|
||
|
.main_top_middle_num_list p {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.main_top_middle_num_list:nth-child(1) {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
.main_top_middle_num_list img {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.main_top_middle_bottom {
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
height: 49.8%;
|
||
|
margin-top: .5%;
|
||
|
}
|
||
|
|
||
|
.main_top_middle_bottom_echarts {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
width: 49%;
|
||
|
height: 50%;
|
||
|
}
|
||
|
|
||
|
.main_top_middle_bottom_echarts_right {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.main_top_middle_bottom_echarts img {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.main_top_echarts_con {
|
||
|
width: 92%;
|
||
|
height: 82%;
|
||
|
margin: 2% auto;
|
||
|
/* background: white; */
|
||
|
}
|
||
|
|
||
|
.main_top_echarts_con_title {
|
||
|
font-size: 1.8vw;
|
||
|
color: #ecebe3;
|
||
|
}
|
||
|
|
||
|
.main_top_echarts_pie {
|
||
|
width: 100%;
|
||
|
height: 90%;
|
||
|
}
|
||
|
|
||
|
.main_top_right {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.main_top_right .main_top_left_top_con_left {
|
||
|
float: left;
|
||
|
height: 48%;
|
||
|
width: 49%;
|
||
|
background: #37D2D4;
|
||
|
|
||
|
}
|
||
|
|
||
|
.main_top_right .main_top_left_top_con_right {
|
||
|
float: right;
|
||
|
height: 48%;
|
||
|
width: 49%;
|
||
|
background: #19CA88;
|
||
|
}
|
||
|
|
||
|
.main_top_right .main_top_left_top_con_list {
|
||
|
float: left;
|
||
|
height: 48%;
|
||
|
width: 32%;
|
||
|
margin-left: 2%;
|
||
|
margin-top: 1.5%;
|
||
|
}
|
||
|
|
||
|
.main_top_right .main_top_left_top_con_list:nth-child(3) {
|
||
|
background: #858FF8;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
.main_top_right .main_top_left_top_con_list:nth-child(4) {
|
||
|
background: #2E8CFF;
|
||
|
}
|
||
|
|
||
|
.main_top_right .main_top_left_top_con_list:nth-child(5) {
|
||
|
background: #FD9133;
|
||
|
}
|
||
|
|
||
|
/* .main_middle {
|
||
|
height: 7.1%;
|
||
|
width: 100%;
|
||
|
|
||
|
}
|
||
|
|
||
|
.main_middle_list {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
width: 18.5%;
|
||
|
height: 100%;
|
||
|
background: rgba(11, 76, 151, 0.10);
|
||
|
margin-left: 1.875%;
|
||
|
box-shadow: 1px 2px 10px 1px rgba(14, 252, 255, 0.53), inset 5px 4px 100px 1px rgba(14, 252, 255, 0.34);
|
||
|
}
|
||
|
|
||
|
.main_middle_list img {
|
||
|
position: absolute;
|
||
|
width: 500px;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.main_middle_list:nth-child(1) {
|
||
|
margin-left:0;
|
||
|
} */
|
||
|
|
||
|
.main_list_title {
|
||
|
font-size: .75vw;
|
||
|
color: #0EFCFF;
|
||
|
text-indent: .8vw;
|
||
|
padding-top: .5vw;
|
||
|
}
|
||
|
|
||
|
.main_middle_list span {
|
||
|
display: inline-block;
|
||
|
width: 100%;
|
||
|
font-size: 1.4vw;
|
||
|
font-weight: bold;
|
||
|
color: white;
|
||
|
text-align: center;
|
||
|
letter-spacing: .2vw;
|
||
|
margin-top: -.5vw;
|
||
|
}
|
||
|
|
||
|
.main_bottom {
|
||
|
height: 55.9%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_top {
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
height: 36.5%;
|
||
|
margin-top: 1.5%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_top_list {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
width: 32%;
|
||
|
height: 100%;
|
||
|
margin-left: 2%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_top_list:nth-child(1) {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
.main_bottom_top_list img {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_t_l_main,
|
||
|
.main_bottom_t_l_main2 {
|
||
|
width: 100%;
|
||
|
/* height: 100%; */
|
||
|
}
|
||
|
|
||
|
.main_bottom_t_l_main_list {
|
||
|
font-size: .7vw;
|
||
|
line-height: 1.6vw;
|
||
|
height: 1.6vw;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.main_bottom_t_l_main2 .main_bottom_t_l_main_list {
|
||
|
font-size: .7vw;
|
||
|
line-height: 1.6vw;
|
||
|
height: 1.6vw;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.main_bottom_t_list_title {
|
||
|
float: left;
|
||
|
width: 70%;
|
||
|
height: 100%;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
.main_bottom_t_list_time {
|
||
|
float: left;
|
||
|
width: 30%;
|
||
|
height: 100%;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.main_bottom_bottom {
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
height: 54%;
|
||
|
margin-top: 1%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_b_left,
|
||
|
.main_bottom_b_right {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
width: 17.3%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_b_left img {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_b_middle1,
|
||
|
.main_bottom_b_middle2 {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
width: 30%;
|
||
|
height: 100%;
|
||
|
margin-left: 1.8%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_b_right {
|
||
|
margin-left: 1.8%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_b_right img {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_b_middle1 img {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_b_middle2 img {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_b_title {
|
||
|
font-size: .8vw;
|
||
|
text-align: center;
|
||
|
color: #0EFCFF;
|
||
|
padding-top: .3vw;
|
||
|
}
|
||
|
|
||
|
.main_bottom_b_con {
|
||
|
width: 90%;
|
||
|
height: 75%;
|
||
|
margin: auto;
|
||
|
margin-top: 8%;
|
||
|
}
|
||
|
|
||
|
.main_bottom_b_con2 {
|
||
|
height: 70%;
|
||
|
}
|