Skip to content

Commit

Permalink
2024100501
Browse files Browse the repository at this point in the history
  • Loading branch information
Spectrollay committed Oct 5, 2024
1 parent f1ed97b commit 2f9cfab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Verification/file-hashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Verification/project-hash.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"projectHash": "565e1049455934219e753a64d7e2444b"
"projectHash": "e9bdcb78375537ae07c65ae7679e5c71"
}
6 changes: 3 additions & 3 deletions stylesheet/custom_elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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%; /* 进度条宽度 */
}
Expand Down

0 comments on commit 2f9cfab

Please sign in to comment.