布局修改 部分bug修复

This commit is contained in:
X1627315083
2025-08-22 10:27:48 +08:00
parent 141821a843
commit 594bf5ce0a
275 changed files with 5675 additions and 13049 deletions

View File

@@ -3,12 +3,22 @@
<header class="homeRecommend_heade">
<div class="homeRecommend_right_content">
<div class="homeRecommend_user_content">
<img
<!-- <img
class="homeRecommend_logo"
@click="turnToNewPage('https://www.aidlab.hk/en/')"
src="@/assets/images/loginPage/aida_logo.png"
/> -->
<!-- <img
class="homeRecommend_logo"
@click="turnToNewPage('https://www.aidlab.hk/en/')"
src="@/assets/images/loginPage/aida_Logo_login.png"
/> -->
<img
class="homeRecommend_logo"
@click="turnToNewPage('/')"
src="@/assets/images/homePage/aidaIcon.png"
/>
<div
<!-- <div
class="login_footer_item_text"
@click="turnToWindow(
'https://code-create.com.hk/aida-terms-and-conditions/'
@@ -23,7 +33,7 @@
)"
>
Privacy Policy
</div>
</div> -->
</div>
</div>
<!-- <div class="homeRecommend_right">
@@ -164,7 +174,7 @@ export default defineComponent({
display: flex;
justify-content: space-between;
// padding: 0 30px;
padding: 1rem 4rem;
padding: 2rem 4rem;
width: 100%;
// height: 7rem;
flex-shrink: 0;
@@ -173,8 +183,10 @@ export default defineComponent({
position: absolute;
align-items: center;
z-index: 2;
border-bottom: 1px solid #DDD;
@media (max-width: 768px) {
z-index: 1000;
padding: 1.4rem 2.1rem;
}
.homeRecommend_right{
width: 33%;
@@ -188,14 +200,24 @@ export default defineComponent({
// margin-left: 2rem;
width: 13rem;
text-align: center;
@media (max-width: 768px) {
width: 5.2rem;
padding: 0;
}
&.gallery_btn:nth-child(1){
margin-right: 3rem;
@media (max-width: 768px) {
margin-right: 1.8rem;
}
}
}
> .cutLangue{
display: flex;
align-items: center;
margin-right: 4rem;
@media (max-width: 768px) {
margin-right: 2.8rem;
}
> i{
font-size: 5rem;
}
@@ -203,10 +225,17 @@ export default defineComponent({
cursor: pointer;
display: flex;
align-items: center;
@media (max-width: 768px) {
font-size: 1.5rem;
}
> i{
font-size: 3.5rem;
display: flex;
margin-right: 1rem;
@media (max-width: 768px) {
margin-right: .7rem;
font-size: 2rem;
}
}
}
> button{
@@ -219,12 +248,25 @@ export default defineComponent({
}
}
.homeRecommend_logo {
width: 14.4rem;
height: 3.2rem;
// width: 14.4rem;
height: 8rem;
// height: 4rem;
margin-top: 0;
margin-right: 2rem;
@media (max-width: 768px) {
// height: 1.76rem;
height: 4.5rem;
margin-right: .9rem;
}
// &:last-child{
// margin-right: 2rem;
// }
}
.login_footer_item_text{
margin-left: 5rem;
// margin-left: 5rem;
margin-right: 2rem;
font-size: 1.6rem;
text-decoration: underline;
display: none;
cursor: pointer;