From 2f9cfab391ba8cadc3f2a08f4ca0bf900bff276a Mon Sep 17 00:00:00 2001 From: Spectrollay <2819288472@qq.com> Date: Sat, 5 Oct 2024 10:18:56 +0800 Subject: [PATCH] 2024100501 --- Verification/file-hashes.json | 2 +- Verification/project-hash.json | 2 +- stylesheet/custom_elements.css | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Verification/file-hashes.json b/Verification/file-hashes.json index ca69523..12995c8 100644 --- a/Verification/file-hashes.json +++ b/Verification/file-hashes.json @@ -146,7 +146,7 @@ "sounds\\open.wav": "a4ee9140d251242074b56d302f08d11d", "sounds\\pop.ogg": "7227f3f6e3fd60c2f301f163bff843c9", "stylesheet\\advanced.css": "365acba1bcc61020fee443b6259e2cd7", - "stylesheet\\custom_elements.css": "b427b00c7e5d6898f7efde97231ed6fe", + "stylesheet\\custom_elements.css": "f3039acf1ca8148a9e2654e9a6a085d6", "stylesheet\\editions.css": "e0a2f2398fdbda62435cf36f70a4027a", "stylesheet\\loading_mask.css": "11e9c268dabe450bb220270750966dc7", "stylesheet\\public_style.css": "6a6b000b64273c30ad43c14ea7e76fcc", diff --git a/Verification/project-hash.json b/Verification/project-hash.json index 665a6a5..c098803 100644 --- a/Verification/project-hash.json +++ b/Verification/project-hash.json @@ -1,3 +1,3 @@ { - "projectHash": "565e1049455934219e753a64d7e2444b" + "projectHash": "e9bdcb78375537ae07c65ae7679e5c71" } \ No newline at end of file diff --git a/stylesheet/custom_elements.css b/stylesheet/custom_elements.css index b264a9c..00e5625 100644 --- a/stylesheet/custom_elements.css +++ b/stylesheet/custom_elements.css @@ -607,8 +607,8 @@ modal_button_list { display: flex; height: 30px; justify-content: center; - margin: 20px; - width: calc(100% - 32px); + margin: 14px 0; + width: 100%; } .slider { @@ -617,7 +617,7 @@ modal_button_list { box-shadow: inset 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px rgba(255, 255, 255, 0.2); cursor: pointer; height: 8px; /* 进度条高度 */ - margin: 0 10px; + margin: 6px; position: relative; /* 相对定位,用于子元素绝对定位的参考 */ width: 100%; /* 进度条宽度 */ }