Commit c32a48a5 authored by 秦垚玲's avatar 秦垚玲

fix:调整

parent 16fe1638
...@@ -58,8 +58,11 @@ ...@@ -58,8 +58,11 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 7px 0; overflow: hidden;
height: 35px;
padding: 0px 5px 0px 5px;
border: 1px solid #1f93d5; border: 1px solid #1f93d5;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif;
} }
/* 账户信息卡片 */ /* 账户信息卡片 */
...@@ -395,7 +398,7 @@ ...@@ -395,7 +398,7 @@
display: flex; display: flex;
gap: 20px; gap: 20px;
margin: 30px 0; margin: 30px 0;
padding-left: 200px; padding-left: 233px;
} }
.buttonx, .buttonx,
...@@ -548,6 +551,7 @@ function sendHeight() { ...@@ -548,6 +551,7 @@ function sendHeight() {
window.addEventListener('load', sendHeight); window.addEventListener('load', sendHeight);
function onBack() { function onBack() {
window.history.back(); window.history.back();
} }
......
...@@ -636,14 +636,10 @@ ...@@ -636,14 +636,10 @@
<div class="left-col"> <div class="left-col">
<!-- 顶部广告横幅 --> <!-- 顶部广告横幅 -->
<div class="swiper-slide"> <div class="swiper-slide">
<!-- <h1><span>“零元汇”</span>火热来袭<br>
<span>线上跨境“惠”款好礼享不停</span>
</h1> -->
<img src="https://imageadv.ccb.com/adpic/nctm/ad/20260228/102016Y131772242038180089.jpg" <img src="https://imageadv.ccb.com/adpic/nctm/ad/20260228/102016Y131772242038180089.jpg"
ad_id="431717_483300" width="634px" height="180px"> ad_id="431717_483300" width="634px" height="180px">
<div class="ad-tag">广告</div>
</div> </div>
......
...@@ -577,8 +577,8 @@ ...@@ -577,8 +577,8 @@
<div style="height: 90px"></div> <div style="height: 90px"></div>
<!-- 按钮组 --> <!-- 按钮组 -->
<button class="buttonx xx" onclick="onAccount(1)" type="submit"> <button class="buttonx xx" onclick="onHandle(1)" type="submit">
确定 查询
</button> </button>
</form> </form>
...@@ -740,7 +740,7 @@ window.addEventListener("DOMContentLoaded", () => { ...@@ -740,7 +740,7 @@ window.addEventListener("DOMContentLoaded", () => {
const form = document.getElementById("myForm"); const form = document.getElementById("myForm");
function onAccount(number) { function onHandle(number) {
if (number == 1) { if (number == 1) {
form.addEventListener("submit", async (e) => { form.addEventListener("submit", async (e) => {
e.preventDefault(); // 阻止页面刷新 e.preventDefault(); // 阻止页面刷新
...@@ -756,8 +756,14 @@ window.addEventListener("DOMContentLoaded", () => { ...@@ -756,8 +756,14 @@ window.addEventListener("DOMContentLoaded", () => {
// window.localStorage.setItem("dateFrom", startDate); // window.localStorage.setItem("dateFrom", startDate);
// window.location.href = "./account_list.html"; // window.location.href = "./account_list.html";
// }, 500); // }, 500);
alert("请选择账号")
}); });
} }
if (number == 2) { if (number == 2) {
window.history.back(); window.history.back();
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment