forked from wangziqi/gongxue-base
style: refine legacy entry and backoffice density
This commit is contained in:
@@ -5,18 +5,23 @@
|
||||
}
|
||||
|
||||
.login-page {
|
||||
display: flex;
|
||||
display: grid;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
gap: 24px;
|
||||
align-content: center;
|
||||
gap: 20px;
|
||||
background:
|
||||
linear-gradient(to right, rgba(15, 23, 42, 0.032) 1px, transparent 1px),
|
||||
linear-gradient(to bottom, rgba(15, 23, 42, 0.032) 1px, transparent 1px),
|
||||
#f4f6f9;
|
||||
background-size: 40px 40px;
|
||||
}
|
||||
|
||||
.login-hero {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
min-height: 310px;
|
||||
padding: 34px 30px;
|
||||
border-radius: 30px;
|
||||
border-radius: 24px;
|
||||
background: linear-gradient(135deg, #1152d4 0%, #2563eb 58%, #60a5fa 100%);
|
||||
box-shadow: var(--tiku-shadow-blue);
|
||||
}
|
||||
@@ -44,10 +49,10 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 82px;
|
||||
height: 82px;
|
||||
border: 4px solid rgba(255, 255, 255, 0.5);
|
||||
border-radius: 999px;
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
border: 3px solid rgba(255, 255, 255, 0.54);
|
||||
border-radius: 18px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
@@ -59,9 +64,9 @@
|
||||
|
||||
.login-kicker {
|
||||
display: block;
|
||||
margin-top: 24px;
|
||||
margin-top: 22px;
|
||||
color: rgba(255, 255, 255, 0.82);
|
||||
font-size: 23px;
|
||||
font-size: 18px;
|
||||
font-weight: 850;
|
||||
}
|
||||
|
||||
@@ -69,7 +74,7 @@
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
color: #fff;
|
||||
font-size: 48px;
|
||||
font-size: 42px;
|
||||
font-weight: 950;
|
||||
line-height: 1.12;
|
||||
}
|
||||
@@ -78,16 +83,35 @@
|
||||
display: block;
|
||||
margin-top: 12px;
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
font-size: 25px;
|
||||
font-size: 21px;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.login-card {
|
||||
padding: 28px;
|
||||
border: 1px solid var(--tiku-border);
|
||||
border-radius: 28px;
|
||||
padding: 24px;
|
||||
border: 1px solid #f1f5f9;
|
||||
border-radius: 16px;
|
||||
background: #fff;
|
||||
box-shadow: var(--tiku-shadow);
|
||||
box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
|
||||
}
|
||||
|
||||
.login-card .row-main {
|
||||
font-size: 25px;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.login-card .row-meta {
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
.login-card .toolbar {
|
||||
align-items: center;
|
||||
overflow-x: visible;
|
||||
}
|
||||
|
||||
.login-card .toolbar .input {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.student-topbar {
|
||||
@@ -1971,8 +1995,17 @@
|
||||
}
|
||||
|
||||
.region-page .list-row {
|
||||
min-height: 104px;
|
||||
padding-right: 56px;
|
||||
min-height: 112px;
|
||||
padding: 20px 56px 20px 18px;
|
||||
border-left: 4px solid #1152d4;
|
||||
}
|
||||
|
||||
.region-page .list-row:nth-child(2n) {
|
||||
border-left-color: #10b981;
|
||||
}
|
||||
|
||||
.region-page .list-row:nth-child(3n) {
|
||||
border-left-color: #f59e0b;
|
||||
}
|
||||
|
||||
.region-page .list-row.active {
|
||||
@@ -2009,6 +2042,44 @@
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
.login-page {
|
||||
grid-template-columns: minmax(0, 1fr) 430px;
|
||||
align-items: stretch;
|
||||
max-width: 1040px;
|
||||
gap: 0;
|
||||
padding: 56px;
|
||||
}
|
||||
|
||||
.login-hero {
|
||||
min-height: 620px;
|
||||
border-radius: 24px 0 0 24px;
|
||||
}
|
||||
|
||||
.login-title {
|
||||
margin-top: 12px;
|
||||
font-size: 48px;
|
||||
}
|
||||
|
||||
.login-card {
|
||||
justify-content: center;
|
||||
min-height: 620px;
|
||||
border-left: 0;
|
||||
border-radius: 0 24px 24px 0;
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
.login-card .input {
|
||||
height: 52px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.login-card .primary-button,
|
||||
.login-card .secondary-button {
|
||||
height: 46px;
|
||||
font-size: 14px;
|
||||
line-height: 46px;
|
||||
}
|
||||
|
||||
.student-topbar {
|
||||
padding: 20px 24px;
|
||||
border: 1px solid #f1f5f9;
|
||||
@@ -2105,6 +2176,10 @@
|
||||
flex: 1 1 150px;
|
||||
}
|
||||
|
||||
.login-card .toolbar .secondary-button {
|
||||
flex: 0 0 86px;
|
||||
}
|
||||
|
||||
.asset-preview-frame,
|
||||
.asset-preview-iframe {
|
||||
min-height: 520px;
|
||||
|
||||
Reference in New Issue
Block a user