diff --git a/index.html b/index.html index f055d39..c683354 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,15 @@ button:active{transform:scale(.98)} .result .detail{font-size:14px;color:#5B6573;margin-top:8px} .error{color:#e74c3c;font-size:14px;margin-top:8px;display:none} .error.show{display:block} +.history{margin-top:32px;padding-top:24px;border-top:2px solid #e8eaed;display:none} +.history.show{display:block} +.history h3{font-size:15px;color:#5B6573;font-weight:600;margin-bottom:12px} +.history-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-radius:8px;cursor:pointer;transition:.1s;font-size:15px} +.history-item:hover{background:#f0f2f5} +.history-item .h-port{font-weight:700} +.history-item .h-result{color:#0088cc;font-weight:600} +.history-item .h-copy{color:#9aa3b2;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px} +.history-item .h-copy:hover{background:#d0d5dd;color:#0F1218} @media(max-width:480px){.card{padding:24px}h1{font-size:24px}input[type=number]{font-size:20px}} @@ -41,12 +50,20 @@ button:active{transform:scale(.98)}
+ +