refactor&fix: remove unused no-transition styles and simplify refresh logic
This commit is contained in:
@@ -1,21 +1,11 @@
|
||||
body { font-family: 'Segoe UI', Arial, sans-serif; margin: 0; padding: 0; background: linepre {
|
||||
background: linear-gradient(135deg, #f3f6fa, #edf1f7);
|
||||
padding: 16px;
|
||||
border-radius: 8px;
|
||||
overflow-x: auto;
|
||||
font-size: 1em;
|
||||
box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
|
||||
border-left: 3px solid rgba(0,123,255,0.3);
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
body { font-family: 'Segoe UI', Arial, sans-serif; margin: 0; padding: 0; background: linear-gradient(135deg, #f4f6fa 0%, #e9f0f9 100%); }
|
||||
.step-image {
|
||||
max-width: 100%;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
|
||||
transition: all 0.3s;
|
||||
}g, #f4f6fa 0%, #e9f0f9 100%); }
|
||||
}
|
||||
.container { max-width: 950px; margin: 40px auto; background: #fff; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.12); padding: 36px 44px; }
|
||||
h1 { font-size: 2.4em; margin-bottom: 14px; color: #1a237e; position: relative; }
|
||||
h1:after { content: ''; display: block; width: 70px; height: 4px; background: linear-gradient(90deg, #007bff, #00c6ff); margin: 12px 0 0; border-radius: 2px; }
|
||||
|
||||
Reference in New Issue
Block a user