优化书签页样式

This commit is contained in:
ember 2025-02-27 21:52:30 +08:00
parent bbb9294770
commit 01de234750
4 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -1 +1 @@
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站OJ题库</title><script defer="defer" src="/js/chunk-vendors.16c34fba.js"></script><script defer="defer" src="/js/app.1333ea35.js"></script><link href="/css/chunk-vendors.26a88809.css" rel="stylesheet"><link href="/css/app.e9638c79.css" rel="stylesheet"></head><body><noscript><strong>我们很抱歉OJ题库在 JavaScript 未启用时无法正常工作。请启用它以继续。</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站OJ题库</title><script defer="defer" src="/js/chunk-vendors.16c34fba.js"></script><script defer="defer" src="/js/app.d0b03a24.js"></script><link href="/css/chunk-vendors.26a88809.css" rel="stylesheet"><link href="/css/app.9addbc10.css" rel="stylesheet"></head><body><noscript><strong>我们很抱歉OJ题库在 JavaScript 未启用时无法正常工作。请启用它以继续。</strong></noscript><div id="app"></div></body></html>

File diff suppressed because one or more lines are too long

View File

@ -32,7 +32,7 @@
<div class="card-content">
<h4 class="problem-title"><span style="color: #FF9800;">{{ bookmark.problem_id }}.</span> {{ bookmark.problem_title }}</h4>
<p class="bookmark-title">{{ bookmark.title || '未命名书签' }}</p>
<div class="bookmark-time">{{ formatTime(bookmark.created_at) }}</div>
<div class="bookmark-time">添加于 {{ formatTime(bookmark.created_at) }}</div>
</div>
<div class="card-actions">
@ -257,7 +257,7 @@
.month-dot {
width: 16px;
height: 16px;
background-color: #4CAF50;
background-color: #05f038;
border-radius: 50%;
margin-right: 15px;
}
@ -287,7 +287,7 @@
.day-dot {
width: 10px;
height: 10px;
background-color: #78909C;
background-color: #06dceb;
border-radius: 50%;
margin-right: 15px;
}