修复多语言异常问题

This commit is contained in:
dragon
2024-11-13 18:45:43 +08:00
parent 77b3d815ed
commit 8903855cd9
9 changed files with 27 additions and 33 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@@ -16,7 +16,7 @@
<meta property="og:image:type" content="image/png">
<link rel="stylesheet" href="../common/css/reset.css">
<link rel="stylesheet" href="./css/animate.css">
<link rel="stylesheet" href="./css/index.css?v=1.1">
<link rel="stylesheet" href="./css/index.css?v=1.2">
</head>
<body>
@@ -164,10 +164,10 @@
<script src="../common/js/common2.js"></script>
<script src="../common/js/layer.js"></script>
<script src="../common/js/vconsole.min.js"></script>
<script src="./local/ar.js"></script>
<script src="./local/en.js"></script>
<script src="./local/zh.js"></script>
<script src="./js/index.js?v=2.12"></script>
<script src="./local/ar.js?v=1.0"></script>
<script src="./local/en.js?v=1.0"></script>
<script src="./local/zh.js?v=1.0"></script>
<script src="./js/index.js?v=2.123"></script>
<script src="../common/local/langHandler.js"></script>
</body>

View File

@@ -45,7 +45,7 @@ langAr = {
<img src="./images/down.png" alt="" class="down animate__animated animate__slideInDown animate__slow ">
`,
img6: `
<img style="width: 8.61333rem;" src="./images/pageTxte5-ar.png" alt="" class="pageTxte5 animate__animated">
<img style="width: 6.61333rem;" src="./images/pageTxte5-ar.png" alt="" class="pageTxte5 animate__animated">
<img style="width: 4.62667rem;" src="./images/contactUs-ar.png" alt="" class="contactUs animate__animated">
<img src="./images/downioad-ar.png" alt="" class="downioad animate__animated">
<!-- <img src="./images/down.png" alt="" class="down"> -->

View File

@@ -44,7 +44,7 @@ langEn = {
<img src="./images/down.png" alt="" class="down animate__animated animate__slideInDown animate__slow ">
`,
img6: `
<img style="width: 8.61333rem;" src="./images/pageTxte5-en.png" alt="" class="pageTxte5 animate__animated">
<img style="width: 6.61333rem;" src="./images/pageTxte5-en.png" alt="" class="pageTxte5 animate__animated">
<img style="width: 4.2rem;" src="./images/contactUs-en.png" alt="" class="contactUs animate__animated">
<img src="./images/downioad-en.png" alt="" class="downioad animate__animated">
<!-- <img src="./images/down.png" alt="" class="down"> -->

View File

@@ -1017,23 +1017,19 @@ body {
width: 2rem;
}
.arabic .rule {
text-align: center;
}
.arabic .rule p {
white-space: nowrap;
text-align: center;
.arabic .page2 .rule p {
text-align: right;
font-size: 0.28rem;
}
.arabic .rule p img {
margin-right: 0;
margin-left: 0.16rem;
.arabic .tab1 {
background: url(../images/tab2.png) no-repeat;
background-size: 100% 100%;
}
.arabic .rule p a {
white-space: nowrap;
.arabic .tab2 {
background: url(../images/tab1.png) no-repeat;
background-size: 100% 100%;
}
.arabic .page1 h3 {

View File

@@ -1039,25 +1039,23 @@ body {
}
.arabic {
.rule {
text-align: center;
.page2 .rule {
p {
white-space: nowrap;
text-align: center;
text-align: right;
font-size: px2rem(21);
img {
margin-right: 0;
margin-left: 0.16rem;
}
a {
white-space: nowrap;
}
}
}
.tab1 {
background: url(../images/tab2.png) no-repeat;
background-size: 100% 100%;
}
.tab2 {
background: url(../images/tab1.png) no-repeat;
background-size: 100% 100%;
}
.page1 h3 {
padding-left: 0;
padding-right: 0.42667rem;

View File

@@ -9,7 +9,7 @@
<!-- 充值 -->
<link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="../../common/css/flex.css">
<link rel="stylesheet" href="./css/index.css?v=1.3">
<link rel="stylesheet" href="./css/index.css?v=1.4">
</head>
<body>