opt: boot hash window ui

This commit is contained in:
KOWX712
2025-02-21 02:44:17 +08:00
parent 09f6f522de
commit a8e388d4cf
5 changed files with 23 additions and 36 deletions

View File

@@ -49,42 +49,25 @@
user-select: none;
}
.boot-hash-value {
.boot-hash-input {
width: 100%;
height: 100px;
font-size: 16px;
background-color: #FFF;
padding: 10px;
background-color: #F5F5F5;
border: 1px solid #ccc;
border-radius: 10px;
box-sizing: border-box;
}
.input-box {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 10px;
font-size: 16px;
border-radius: 9px;
box-sizing: border-box;
background-color: transparent;
outline-color: #007bff;
}
.boot-hash-button-container {
display: flex;
justify-content: center;
margin-top: 10px;
resize: none;
}
.boot-hash-save-button {
width: 50%;
width: 100%;
padding: 12px;
border: none;
border-radius: 12px;
font-size: 18px;
font-size: 20px;
font-weight: bold;
background-color: #007bff;
color: white;
@@ -98,12 +81,9 @@
background-color: #343434;
}
.input-box {
.boot-hash-input {
background-color: #232323;
color: #fff;
}
.boot-hash-value {
background-color: #343434;
border: 1px solid #6E6E6E;
}
}

View File

@@ -40,7 +40,7 @@
outline: none;
left: 10px;
padding: 0 30px;
width: calc(100% - 10);
width: calc(100% - 80px);
}
.clear-btn {

View File

@@ -118,7 +118,6 @@
outline-color: #007bff;
border-radius: 10px;
font-size: 16px;
transition: border-color 0.2s ease;
}
.button-container {