Browse Source

修改手机端样式;

dev
宋杰 2 days ago
parent
commit
6e85ce2338
  1. 12
      src/views/AiEmotion.vue

12
src/views/AiEmotion.vue

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

Loading…
Cancel
Save