|
@ -259,7 +259,7 @@ watch( |
|
|
justify-content: space-around; |
|
|
justify-content: space-around; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
background-color: #f9fafb; |
|
|
background-color: #f9fafb; |
|
|
height: 92vh; |
|
|
|
|
|
|
|
|
height: 88vh; |
|
|
|
|
|
|
|
|
/* 更柔和的背景色 */ |
|
|
/* 更柔和的背景色 */ |
|
|
// 孵育盘 |
|
|
// 孵育盘 |
|
@ -515,8 +515,8 @@ watch( |
|
|
|
|
|
|
|
|
.plate-temp { |
|
|
.plate-temp { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
top: 140px; |
|
|
|
|
|
right: 30px; |
|
|
|
|
|
|
|
|
top: 11.75rem; |
|
|
|
|
|
right: 0.575rem; |
|
|
padding: 10px; |
|
|
padding: 10px; |
|
|
background-color: rgb(209, 229, 255); |
|
|
background-color: rgb(209, 229, 255); |
|
|
border-radius: 5px; |
|
|
border-radius: 5px; |
|
@ -535,18 +535,18 @@ watch( |
|
|
} |
|
|
} |
|
|
.scan-main { |
|
|
.scan-main { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
top: 54rem; |
|
|
|
|
|
|
|
|
top: 56rem; |
|
|
right: 10px; |
|
|
right: 10px; |
|
|
padding: 8px 5px; |
|
|
padding: 8px 5px; |
|
|
background-color: rgb(223, 237, 248); |
|
|
background-color: rgb(223, 237, 248); |
|
|
border-radius: 5px; |
|
|
border-radius: 5px; |
|
|
height: 180px; |
|
|
|
|
|
|
|
|
height: 10.25rem; |
|
|
.scan-men { |
|
|
.scan-men { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
background-color: rgb(120, 206, 86); |
|
|
background-color: rgb(120, 206, 86); |
|
|
border-radius: 5px; |
|
|
border-radius: 5px; |
|
|
height: 140px; |
|
|
|
|
|
|
|
|
height: 7.75rem; |
|
|
padding: 5px; |
|
|
padding: 5px; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
@ -556,7 +556,7 @@ watch( |
|
|
|
|
|
|
|
|
.scan-empty { |
|
|
.scan-empty { |
|
|
background-color: #ccc; |
|
|
background-color: #ccc; |
|
|
height: 140px; |
|
|
|
|
|
|
|
|
height: 7.75rem; |
|
|
border-radius: 5px; |
|
|
border-radius: 5px; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|