增加新功能
This commit is contained in:
parent
391aadf5eb
commit
a167c77652
@ -263,7 +263,7 @@ input:checked + .slider:before {
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
||||
text-align: center;
|
||||
transition: transform 0.3s, box-shadow 0.3s;
|
||||
padding: 15px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.dashboard-card:hover {
|
||||
@ -286,7 +286,7 @@ input:checked + .slider:before {
|
||||
.proxy-info {
|
||||
background-color: #f8f9fa;
|
||||
border-radius: 10px;
|
||||
padding: 15px;
|
||||
padding: 10px;
|
||||
margin: 20px 0;
|
||||
border-left: 4px solid #4285f4;
|
||||
}
|
||||
@ -348,7 +348,7 @@ input:checked + .slider:before {
|
||||
.info-steps {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 15px;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.step {
|
||||
@ -412,15 +412,13 @@ input:checked + .slider:before {
|
||||
|
||||
/* 设置页按钮样式调整 */
|
||||
.settings-form .btn-danger {
|
||||
background-color: #ea4335;
|
||||
color: white;
|
||||
padding: 10px 20px;
|
||||
padding: 8px 16px;
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
transition: all 0.3s;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.settings-form .btn-danger:hover {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user