387 lines
6.5 KiB
CSS
387 lines
6.5 KiB
CSS
html,
|
|
body {
|
|
width: 99.5%;
|
|
height: 99%;
|
|
margin: 0.15% 0 0 0.25%;
|
|
padding: 0;
|
|
font-family: 'Alibaba PuHuiTi R';
|
|
background-color: rgb(246, 245, 245);
|
|
}
|
|
|
|
.layout {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#main-box {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0.5% 1%;
|
|
box-sizing: border-box;
|
|
/*background-color: #fff;*/
|
|
}
|
|
|
|
#search-box {
|
|
width: 100%;
|
|
height: 60px;
|
|
}
|
|
|
|
#type-num-box {
|
|
width: 100%;
|
|
height: 90px;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.type-num {
|
|
width: 200px;
|
|
height: 80px;
|
|
border-radius: 6px;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.type-num-check {
|
|
background-color: #E3EBF5;
|
|
}
|
|
|
|
.type-num > div:nth-child(1) {
|
|
width: 70%;
|
|
height: 100%;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.type-num > div > p:nth-child(1) {
|
|
color: #999;
|
|
}
|
|
|
|
.type-num > div > p:nth-child(2) {
|
|
color: #666;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.type-num > div:nth-child(2) {
|
|
width: 30%;
|
|
height: 100%;
|
|
}
|
|
|
|
.type-num > div:nth-child(2) > img {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
#change-type-box {
|
|
width: 130px;
|
|
height: 60px;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#batch-type-box {
|
|
width: 100%;
|
|
height: 40px;
|
|
justify-content: end;
|
|
}
|
|
|
|
#change-type-box p {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.checkedElement {
|
|
color: #00377a !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.noCheckedElement {
|
|
color: #999 !important;
|
|
}
|
|
|
|
#img-box {
|
|
width: 100%;
|
|
height: calc(100% - 190px);
|
|
}
|
|
|
|
.layui-flow-more {
|
|
width: 100%;
|
|
}
|
|
|
|
#ID-flow-demo {
|
|
width: 100%;
|
|
height: 100%;
|
|
justify-content: start;
|
|
align-items: start;
|
|
flex-wrap: wrap;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.img-info {
|
|
width: 19%;
|
|
height: 300px;
|
|
margin: 0 1% 1% 0;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.img-info2 {
|
|
width: 19%;
|
|
height: 150px;
|
|
margin: 0 1% 1% 0;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.imgData {
|
|
width: 100%;
|
|
height: 63%;
|
|
}
|
|
|
|
.img-viewer {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.imgData img, .info-img img,.img-viewer img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
/*object-fit: contain; !* 或 contain *!*/
|
|
}
|
|
|
|
.imgData2 {
|
|
width: 100%;
|
|
height: 10%;
|
|
justify-content: space-between;
|
|
}
|
|
.imgData2 > p,.imgData4>p {
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.imgData2 > p:nth-child(1) {
|
|
color: #999;
|
|
}
|
|
|
|
.imgData4 {
|
|
width: 100%;
|
|
height: 17%;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.imgData3 {
|
|
width: 100%;
|
|
height: 10%;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.imgData3 > p, .imgData3 > img {
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.imgData3 > p:nth-child(1) {
|
|
color: #666;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.img-color1 {
|
|
background-color: #FEF1F1;
|
|
color: #F36C6C;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
.img-color2 {
|
|
background-color: #EFFBF6;
|
|
color: #5AD8A6;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
.img-color3 {
|
|
background-color: #FFF9EA;
|
|
color: #FFC328;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
.img-color4 {
|
|
background-color: #FCF2FA;
|
|
color: #F66CD7;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
.img-color5 {
|
|
background-color: #E6F9F9;
|
|
color: #00CCDD;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
.list-info {
|
|
width: 100%;
|
|
margin: 0 1% 1% 0;
|
|
background-color: #fff;
|
|
padding: 0 2%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.info-data, .info-data2 {
|
|
justify-content: space-between;
|
|
margin: 1% 0;
|
|
}
|
|
|
|
.info-data2 {
|
|
justify-content: start;
|
|
}
|
|
|
|
.info-data > p:nth-child(1) {
|
|
color: #999;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.info-data2 > p:nth-child(1) {
|
|
width: 8%;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.info-data2 > p:nth-child(2) {
|
|
width: 92%;
|
|
color: #333;
|
|
}
|
|
|
|
.info-img {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
.info-img > div {
|
|
width: 19%;
|
|
height: 150px;
|
|
margin: 0 0.8% 1% 0;
|
|
}
|
|
|
|
.hidden-actions,.hidden-actions2,.hidden-actions3 {
|
|
width: auto;
|
|
height: 300px;
|
|
display: none;
|
|
position: relative;
|
|
top: -300px;
|
|
background: rgba(14, 14, 14, 0.3);
|
|
border-radius: 4px;
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.hidden-actions2,.hidden-actions3{
|
|
top: -150px;
|
|
height: 150px;
|
|
}
|
|
|
|
.hidden-btn {
|
|
width: 100%;
|
|
height: 100%;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.hidden-btn > div {
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.hidden-btn > div > div {
|
|
width: 24px;
|
|
height: 24px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.img-view {
|
|
background: url("../../img/synthesisQuery/view.png") no-repeat 0 0 / 100% 100%;
|
|
}
|
|
|
|
.img-view:hover {
|
|
background: url("../../img/synthesisQuery/view_check.png") no-repeat 0 0 / 100% 100%;
|
|
}
|
|
|
|
.img-download {
|
|
background: url("../../img/synthesisQuery/download.png") no-repeat 0 0 / 100% 100%;
|
|
}
|
|
|
|
.img-download:hover {
|
|
background: url("../../img/synthesisQuery/download_check.png") no-repeat 0 0 / 100% 100%;
|
|
}
|
|
|
|
.img-water {
|
|
background: url("../../img/synthesisQuery/water.png") no-repeat 0 0 / 100% 100%;
|
|
}
|
|
|
|
.img-water:hover {
|
|
background: url("../../img/synthesisQuery/water_check.png") no-repeat 0 0 / 100% 100%;
|
|
}
|
|
|
|
.img-collect {
|
|
background: url("../../img/synthesisQuery/collect.png") no-repeat 0 0 / 100% 100%;
|
|
}
|
|
|
|
.img-collect:hover {
|
|
background: url("../../img/synthesisQuery/collect_check.png") no-repeat 0 0 / 100% 100%;
|
|
}
|
|
|
|
.img-collect-check {
|
|
background: url("../../img/synthesisQuery/collect_check.png") no-repeat 0 0 / 100% 100%;
|
|
}
|
|
|
|
.img-collect-check:hover {
|
|
background: url("../../img/synthesisQuery/collect.png") no-repeat 0 0 / 100% 100%;
|
|
}
|
|
|
|
.layui-input:hover,
|
|
.layui-select:hover,
|
|
.layui-textarea:hover {
|
|
border-color: #00377a !important;
|
|
box-shadow: 0 0 0 3px rgba(0, 55, 122, .08)
|
|
}
|
|
|
|
.layui-input:focus,
|
|
.layui-select:focus,
|
|
.layui-textarea:focus {
|
|
border-color: #00377a !important;
|
|
box-shadow: 0 0 0 3px rgba(0, 55, 122, .08)
|
|
}
|
|
|
|
/* layer 右侧呼出 start */
|
|
@keyframes layui-rl {
|
|
from {
|
|
transform: translateX(0px);
|
|
-webkit-transform: translateX(0px);
|
|
-moz-transform: translateX(0px);
|
|
-ms-transform: translateX(0px);
|
|
-o-transform: translateX(0px);
|
|
}
|
|
to {
|
|
transform: translateX(-100%);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes layui-rl {
|
|
from {
|
|
transform: translateX(0px);
|
|
}
|
|
to {
|
|
transform: translateX(-100%);
|
|
}
|
|
}
|
|
|
|
.layui-anim {
|
|
-webkit-animation-duration: .3s;
|
|
animation-duration: .3s;
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
}
|
|
|
|
.layui-anim-rl {
|
|
-webkit-animation-name: layui-rl;
|
|
animation-name: layui-rl;
|
|
}
|
|
|
|
.layui-layer-adminRight {
|
|
box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
|
|
border-radius: 0;
|
|
overflow: auto;
|
|
}
|
|
|
|
/* layer 右侧呼出 end */ |