yn_img_tool/src/main/resources/static/css/synthesisQuery/synthesisQuery.css

387 lines
6.5 KiB
CSS
Raw Normal View History

2025-03-31 17:32:43 +08:00
html,
body {
width: 99.5%;
height: 99%;
margin: 0.15% 0 0 0.25%;
padding: 0;
font-family: 'Alibaba PuHuiTi R';
2025-04-01 15:14:46 +08:00
background-color: rgb(246, 245, 245);
2025-03-31 17:32:43 +08:00
}
.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;
2025-04-01 13:40:30 +08:00
cursor: pointer;
}
2025-04-01 15:14:46 +08:00
.type-num-check {
2025-04-01 13:40:30 +08:00
background-color: #E3EBF5;
2025-03-31 17:32:43 +08:00
}
.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;
}
2025-04-01 15:14:46 +08:00
#batch-type-box {
width: 100%;
2025-04-08 16:00:44 +08:00
height: 40px;
2025-04-01 15:14:46 +08:00
justify-content: end;
}
2025-03-31 17:32:43 +08:00
#change-type-box p {
cursor: pointer;
}
.checkedElement {
color: #00377a !important;
font-weight: bold;
}
.noCheckedElement {
color: #999 !important;
}
#img-box {
width: 100%;
2025-04-14 10:53:31 +08:00
height: calc(100% - 190px);
2025-03-31 17:32:43 +08:00
}
2025-03-31 18:45:02 +08:00
.layui-flow-more {
2025-03-31 17:32:43 +08:00
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%;
2025-04-07 10:06:53 +08:00
height: 300px;
2025-03-31 17:32:43 +08:00
margin: 0 1% 1% 0;
background-color: #fff;
}
2025-04-01 18:59:41 +08:00
.img-info2 {
width: 19%;
height: 150px;
margin: 0 1% 1% 0;
background-color: #fff;
}
2025-03-31 17:32:43 +08:00
.imgData {
width: 100%;
2025-04-08 10:30:58 +08:00
height: 63%;
2025-03-31 17:32:43 +08:00
}
2025-04-01 18:59:41 +08:00
.img-viewer {
width: 100%;
height: 100%;
}
.imgData img, .info-img img,.img-viewer img {
2025-03-31 17:32:43 +08:00
width: 100%;
height: 100%;
2025-05-29 17:00:58 +08:00
object-fit: contain;
2025-04-01 18:12:19 +08:00
/*object-fit: contain; !* 或 contain *!*/
2025-03-31 17:32:43 +08:00
}
.imgData2 {
width: 100%;
2025-04-08 10:30:58 +08:00
height: 10%;
2025-03-31 17:32:43 +08:00
justify-content: space-between;
}
2025-04-07 10:06:53 +08:00
.imgData2 > p,.imgData4>p {
2025-03-31 17:32:43 +08:00
margin: 0 10px;
}
2025-03-31 18:45:02 +08:00
.imgData2 > p:nth-child(1) {
2025-03-31 17:32:43 +08:00
color: #999;
}
2025-04-07 10:06:53 +08:00
.imgData4 {
width: 100%;
height: 17%;
justify-content: space-between;
}
2025-03-31 17:32:43 +08:00
.imgData3 {
width: 100%;
2025-04-07 10:06:53 +08:00
height: 10%;
2025-04-01 13:40:30 +08:00
justify-content: space-between;
2025-03-31 17:32:43 +08:00
}
2025-03-31 18:45:02 +08:00
2025-04-01 15:14:46 +08:00
.imgData3 > p, .imgData3 > img {
2025-03-31 17:32:43 +08:00
margin: 0 10px;
}
2025-03-31 18:45:02 +08:00
.imgData3 > p:nth-child(1) {
2025-03-31 17:32:43 +08:00
color: #666;
font-weight: bold;
}
2025-03-31 18:45:02 +08:00
.img-color1 {
2025-03-31 17:32:43 +08:00
background-color: #FEF1F1;
color: #F36C6C;
padding: 2px 10px;
}
2025-03-31 18:45:02 +08:00
.img-color2 {
2025-03-31 17:32:43 +08:00
background-color: #EFFBF6;
color: #5AD8A6;
padding: 2px 10px;
}
2025-03-31 18:45:02 +08:00
.img-color3 {
2025-03-31 17:32:43 +08:00
background-color: #FFF9EA;
color: #FFC328;
padding: 2px 10px;
}
2025-03-31 18:45:02 +08:00
.img-color4 {
2025-03-31 17:32:43 +08:00
background-color: #FCF2FA;
color: #F66CD7;
padding: 2px 10px;
}
2025-03-31 18:45:02 +08:00
.img-color5 {
2025-03-31 17:32:43 +08:00
background-color: #E6F9F9;
color: #00CCDD;
padding: 2px 10px;
}
2025-04-01 18:12:19 +08:00
.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) {
2025-04-08 16:00:44 +08:00
width: 8%;
2025-04-01 18:12:19 +08:00
color: #333;
font-weight: bold;
}
.info-data2 > p:nth-child(2) {
2025-04-08 16:00:44 +08:00
width: 92%;
2025-04-01 18:12:19 +08:00
color: #333;
}
.info-img {
width: 100%;
display: flex;
flex-wrap: wrap
}
.info-img > div {
width: 19%;
height: 150px;
margin: 0 0.8% 1% 0;
}
2025-04-01 18:59:41 +08:00
.hidden-actions,.hidden-actions2,.hidden-actions3 {
2025-03-31 18:45:02 +08:00
width: auto;
2025-04-07 10:06:53 +08:00
height: 300px;
2025-03-31 18:45:02 +08:00
display: none;
position: relative;
2025-04-07 10:06:53 +08:00
top: -300px;
2025-03-31 18:45:02 +08:00
background: rgba(14, 14, 14, 0.3);
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
2025-04-01 18:59:41 +08:00
.hidden-actions2,.hidden-actions3{
2025-04-01 18:12:19 +08:00
top: -150px;
height: 150px;
}
2025-03-31 18:45:02 +08:00
.hidden-btn {
width: 100%;
height: 100%;
justify-content: space-evenly;
}
2025-04-01 15:14:46 +08:00
.hidden-btn > div {
2025-04-01 09:41:26 +08:00
width: 50px;
height: 50px;
border-radius: 50px;
background-color: #fff;
}
2025-04-01 15:14:46 +08:00
.hidden-btn > div > div {
2025-04-01 09:41:26 +08:00
width: 24px;
height: 24px;
cursor: pointer;
}
2025-04-01 15:14:46 +08:00
.img-view {
background: url("../../img/synthesisQuery/view.png") no-repeat 0 0 / 100% 100%;
2025-04-01 09:41:26 +08:00
}
2025-04-01 15:14:46 +08:00
.img-view:hover {
background: url("../../img/synthesisQuery/view_check.png") no-repeat 0 0 / 100% 100%;
2025-04-01 09:41:26 +08:00
}
2025-04-01 15:14:46 +08:00
.img-download {
background: url("../../img/synthesisQuery/download.png") no-repeat 0 0 / 100% 100%;
2025-04-01 09:41:26 +08:00
}
2025-04-01 15:14:46 +08:00
.img-download:hover {
background: url("../../img/synthesisQuery/download_check.png") no-repeat 0 0 / 100% 100%;
2025-04-01 09:41:26 +08:00
}
2025-03-31 18:45:02 +08:00
2025-04-01 15:14:46 +08:00
.img-water {
background: url("../../img/synthesisQuery/water.png") no-repeat 0 0 / 100% 100%;
2025-04-01 09:41:26 +08:00
}
2025-04-01 15:14:46 +08:00
.img-water:hover {
background: url("../../img/synthesisQuery/water_check.png") no-repeat 0 0 / 100% 100%;
2025-04-01 09:41:26 +08:00
}
2025-04-01 15:14:46 +08:00
.img-collect {
background: url("../../img/synthesisQuery/collect.png") no-repeat 0 0 / 100% 100%;
2025-04-01 09:41:26 +08:00
}
2025-04-01 15:14:46 +08:00
.img-collect:hover {
background: url("../../img/synthesisQuery/collect_check.png") no-repeat 0 0 / 100% 100%;
2025-04-01 09:41:26 +08:00
}
2025-04-01 15:14:46 +08:00
.img-collect-check {
background: url("../../img/synthesisQuery/collect_check.png") no-repeat 0 0 / 100% 100%;
2025-04-01 09:41:26 +08:00
}
2025-04-01 15:14:46 +08:00
.img-collect-check:hover {
background: url("../../img/synthesisQuery/collect.png") no-repeat 0 0 / 100% 100%;
2025-04-01 09:41:26 +08:00
}
2025-04-01 15:14:46 +08:00
2025-03-31 17:32:43 +08:00
.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)
2025-04-01 13:40:30 +08:00
}
/* 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 */