Browse Source

手机深度九大模型开启财运页样式修改

milestone-20250924-接入大财神工作流
no99 5 days ago
parent
commit
1bab8bb580
  1. 5
      src/views/DeepNineModel.vue

5
src/views/DeepNineModel.vue

@ -296,6 +296,7 @@ const closeNoPermissionDialog = () => {
}
.sub-title {
max-width: 400px;
width: 80%;
margin-top: 25%;
}
@ -316,12 +317,14 @@ const closeNoPermissionDialog = () => {
/* margin-top: 20px; */
}
}
@media screen and (min-width: 365px) and (max-width: 400px) {
/* @media screen and (min-width: 365px) and (max-width: 400px){ */
@media screen and (max-width: 768px) {
.top-icon {
margin-top: -2%;
width: 80%;
}
.bottom-icon{
bottom: 2vh;
gap: 1rem;
}
}

Loading…
Cancel
Save