|
@ -4528,16 +4528,16 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat"]); |
|
|
height: auto; |
|
|
height: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.main { |
|
|
|
|
|
|
|
|
/* .main { |
|
|
min-height: 100px; |
|
|
min-height: 100px; |
|
|
height: auto; |
|
|
height: auto; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
background-color: #02107d; |
|
|
background-color: #02107d; |
|
|
margin-bottom: 10rem; |
|
|
margin-bottom: 10rem; |
|
|
} |
|
|
|
|
|
|
|
|
} */ |
|
|
|
|
|
|
|
|
.emotion-decoder-section { |
|
|
.emotion-decoder-section { |
|
|
width: 80%; |
|
|
|
|
|
|
|
|
width: 80vw; |
|
|
height: auto; |
|
|
height: auto; |
|
|
margin: 0 auto; |
|
|
margin: 0 auto; |
|
|
/* min-height: 38rem; */ |
|
|
/* min-height: 38rem; */ |
|
@ -4719,7 +4719,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat"]); |
|
|
.bottom-radar-section { |
|
|
.bottom-radar-section { |
|
|
background-size: 100% 100%; |
|
|
background-size: 100% 100%; |
|
|
background-repeat: no-repeat; |
|
|
background-repeat: no-repeat; |
|
|
width: 80%; |
|
|
|
|
|
|
|
|
width: 80vw; |
|
|
height: auto; |
|
|
height: auto; |
|
|
/* min-height: 48rem; */ |
|
|
/* min-height: 48rem; */ |
|
|
} |
|
|
} |
|
@ -4727,7 +4727,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat"]); |
|
|
.energy-converter-section { |
|
|
.energy-converter-section { |
|
|
background-size: 100% 100%; |
|
|
background-size: 100% 100%; |
|
|
background-repeat: no-repeat; |
|
|
background-repeat: no-repeat; |
|
|
width: 80%; |
|
|
|
|
|
|
|
|
width: 80vw; |
|
|
height: auto; |
|
|
height: auto; |
|
|
margin: 0 auto; |
|
|
margin: 0 auto; |
|
|
min-height: 55vh; |
|
|
min-height: 55vh; |
|
@ -4797,7 +4797,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat"]); |
|
|
/* 超小屏幕设备 */ |
|
|
/* 超小屏幕设备 */ |
|
|
@media only screen and (max-width: 480px) { |
|
|
@media only screen and (max-width: 480px) { |
|
|
.main { |
|
|
.main { |
|
|
width: 100%; |
|
|
|
|
|
|
|
|
width: 90%; |
|
|
padding: 0.3rem; |
|
|
padding: 0.3rem; |
|
|
margin-bottom: 3rem; |
|
|
margin-bottom: 3rem; |
|
|
} |
|
|
} |
|
|