mirror of
https://github.com/comeonzhj/Auto-Redbook-Skills.git
synced 2026-03-27 12:49:27 +08:00
refactor md2Redbook skill with themes and paging
This commit is contained in:
@@ -37,7 +37,7 @@ body {
|
||||
.cover-container {
|
||||
width: 1080px;
|
||||
height: 1440px;
|
||||
background: linear-gradient(180deg, #3450E4 0%, #D266DA 100%);
|
||||
background: linear-gradient(180deg, #f3f3f3 0%, #f9f9f9 100%);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -65,7 +65,7 @@ body {
|
||||
font-weight: 900;
|
||||
font-size: 130px;
|
||||
line-height: 1.35;
|
||||
background: linear-gradient(180deg, #2E67B1 0%, #4C4C4C 100%);
|
||||
background: linear-gradient(180deg, #111827 0%, #4B5563 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
@@ -89,7 +89,7 @@ body {
|
||||
.card-container {
|
||||
width: 1080px;
|
||||
min-height: 1440px;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
background: linear-gradient(180deg, #f3f3f3 0%, #f9f9f9 100%);
|
||||
position: relative;
|
||||
padding: 50px;
|
||||
overflow: hidden;
|
||||
@@ -290,7 +290,7 @@ body {
|
||||
}
|
||||
|
||||
.bg-gradient-2 {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
background: linear-gradient(180deg, #f3f3f3 0%, #f9f9f9 100%);
|
||||
}
|
||||
|
||||
.bg-gradient-3 {
|
||||
|
||||
Reference in New Issue
Block a user