Files
ITStudioMainSite/assets/css/join-page.css
T
yaosanqi137 9be0018a1e 优化加入我们录取进度查询表单样式
增加文章详情页文章筛选方式
用户点击文章标签时自动筛选出对应标签文章
2026-03-07 15:39:33 +08:00

1275 lines
36 KiB
CSS

.join-page {
padding: 36px 0 72px;
}
.join-head {
margin-bottom: 26px;
}
.join-title {
margin: 0;
font-size: clamp(2.1rem, 1.9vw + 1.3rem, 3.2rem);
line-height: 1.08;
color: var(--color-primary);
}
.join-submit-notice {
margin: -6px 0 14px;
padding: 10px 12px;
border: 1px solid color-mix(in srgb, #2f82ff 42%, var(--border-default) 58%);
border-left-width: 3px;
border-radius: 4px;
background: color-mix(in srgb, #2f82ff 10%, var(--bg-card) 90%);
color: var(--text-primary);
font-size: 0.9rem;
line-height: 1.5;
}
.join-info-layout {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 22px;
align-items: start;
}
.join-info-main,
.join-info-side {
min-width: 0;
}
.join-panel-title {
margin: 0 0 12px;
font-size: clamp(1.35rem, 0.9vw + 1.1rem, 2.05rem);
line-height: 1.1;
color: var(--color-primary);
font-weight: 800;
letter-spacing: 0.01em;
}
.join-news-strip {
margin: 0;
padding: 0;
}
.join-news-strip-track {
display: grid;
gap: 0;
}
.join-news-item {
padding: 12px 0;
border-bottom: 1px solid color-mix(in srgb, var(--border-default) 84%, transparent);
}
.join-news-item:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.join-news-item-title {
margin: 0;
font-size: 0.94rem;
line-height: 1.38;
font-weight: 700;
}
.join-news-item-title a {
color: var(--text-primary);
text-decoration: none;
}
.join-news-item-title a:hover,
.join-news-item-title a:focus-visible {
color: var(--color-primary);
}
.join-news-item-meta {
margin: 6px 0 0;
display: flex;
flex-wrap: wrap;
gap: 10px;
font-size: 0.76rem;
line-height: 1.45;
color: color-mix(in srgb, var(--text-secondary) 86%, var(--text-primary) 14%);
}
.join-news-item-meta-author,
.join-news-item-meta-time {
display: inline-flex;
align-items: center;
gap: 5px;
white-space: nowrap;
}
.join-news-item-excerpt {
margin: 8px 0 0;
color: var(--text-secondary);
font-size: 0.88rem;
line-height: 1.58;
}
.join-news-strip-empty {
margin: 0;
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.55;
}
.join-hero {
display: flex;
flex-direction: column;
gap: 16px;
margin-bottom: 34px;
}
.join-canvas-shell {
position: relative;
height: clamp(380px, 35vw, 600px);
border-radius: 18px;
overflow: hidden;
background: color-mix(in srgb, var(--bg-card) 94%, transparent);
box-shadow: var(--shadow-sm);
}
.join-stage-photo-frame {
position: absolute;
inset: 0;
overflow: hidden;
}
.join-stage-photo {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.join-wave-layer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin-top: 0;
z-index: 2;
}
.join-progress-canvas {
display: block;
width: 100%;
height: clamp(56px, 5.8vw, 82px);
}
.join-wave-progress {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 2;
}
.join-wave-track {
position: relative;
position: absolute;
left: clamp(18px, 2.2vw, 30px);
right: clamp(18px, 2.2vw, 30px);
top: 68%;
height: 4px;
border-radius: 999px;
transform: translateY(-50%);
background: color-mix(in srgb, var(--text-secondary) 26%, transparent);
box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--border-default) 60%, transparent);
}
.join-wave-fill {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0;
border-radius: inherit;
background: linear-gradient(
90deg,
color-mix(in srgb, var(--color-primary) 56%, transparent) 0%,
color-mix(in srgb, var(--color-primary) 82%, #7ed7ff 18%) 100%
);
box-shadow: 0 0 10px color-mix(in srgb, var(--color-primary) 35%, transparent);
}
.join-wave-marks {
position: absolute;
inset: 0;
overflow: visible;
}
.join-wave-mark {
--mark-wave-offset: 0px;
--mark-tilt: 0deg;
position: absolute;
top: 50%;
width: clamp(20px, 1.9vw, 27px);
transform: translate(-50%, calc(-58% + var(--mark-wave-offset))) rotate(var(--mark-tilt));
transform-origin: 50% 78%;
filter: drop-shadow(0 2px 6px color-mix(in srgb, #00142b 50%, transparent));
will-change: transform;
}
.join-wave-mark.is-lighthouse {
width: clamp(54px, 5.1vw, 81px);
transform: translate(-50%, -82%);
transform-origin: 50% 96%;
}
.join-wave-mark.is-lighthouse.is-docked {
top: auto;
bottom: -1px;
left: auto;
transform: translate(-50%, 0);
}
.join-wave-mark.is-active {
filter: drop-shadow(0 0 10px color-mix(in srgb, var(--color-primary) 36%, transparent));
}
.join-wave-mark-icon {
display: block;
width: 100%;
height: auto;
transform-origin: 50% 80%;
will-change: transform, opacity;
}
.join-wave-mark svg {
display: block;
width: 100%;
height: auto;
}
.join-wave-mark .marker-buoy-ring {
fill: color-mix(in srgb, #5fa0df 72%, #8ec8ff 28%);
}
.join-wave-mark .marker-buoy-base {
fill: color-mix(in srgb, #fbfdff 92%, #d5e9ff 8%);
}
.join-wave-mark .marker-buoy-stripe {
fill: color-mix(in srgb, #f6814c 70%, #ec4d44 30%);
}
.join-wave-mark .marker-buoy-cap {
fill: color-mix(in srgb, #29497d 74%, #1c2e57 26%);
}
.join-wave-mark .marker-buoy-light {
fill: color-mix(in srgb, #ffe083 72%, #ffc74a 28%);
}
.join-wave-mark .marker-buoy-gloss {
fill: color-mix(in srgb, #ffffff 88%, transparent);
}
.join-wave-mark .marker-lh-base {
fill: color-mix(in srgb, var(--color-primary) 70%, #0d2e62 30%);
}
.join-wave-mark .marker-lh-tower {
fill: color-mix(in srgb, #f6fbff 88%, var(--color-primary) 12%);
}
.join-wave-mark .marker-lh-top {
fill: color-mix(in srgb, #d44545 72%, #a52f2f 28%);
}
.join-wave-mark .marker-lh-beam {
fill: color-mix(in srgb, #ffef9f 64%, transparent);
opacity: 0.28;
}
.join-wave-mark .marker-reef-rock {
fill: color-mix(in srgb, #365a7f 72%, #2a4868 28%);
}
.join-wave-mark .marker-reef-highlight {
fill: color-mix(in srgb, #5f82a6 64%, #486a8e 36%);
}
.join-wave-boat {
--boat-wave-offset: 0px;
--boat-tilt: 0deg;
--boat-waterline-adjust: -4px;
position: absolute;
top: 50%;
left: 0;
width: clamp(42px, 4.4vw, 58px);
transform: translate(-50%, calc(-62% + var(--boat-waterline-adjust) + var(--boat-wave-offset))) rotate(var(--boat-tilt));
color: color-mix(in srgb, var(--color-primary) 78%, #8ed5ff 22%);
filter: drop-shadow(0 3px 8px color-mix(in srgb, #00132f 60%, transparent));
will-change: transform, left;
}
.join-wave-boat-icon {
display: block;
transform-origin: 50% 60%;
}
.join-wave-boat svg {
display: block;
width: 100%;
height: auto;
}
.join-wave-boat .boat-hull {
fill: color-mix(in srgb, var(--color-primary) 64%, #102e5f 36%);
}
.join-wave-boat .boat-sail-main {
fill: color-mix(in srgb, #f2f9ff 90%, var(--color-primary) 10%);
}
.join-wave-boat .boat-sail-side {
fill: color-mix(in srgb, #cbe6ff 80%, var(--color-primary) 20%);
}
.join-wave-boat .boat-mast {
fill: color-mix(in srgb, var(--text-primary) 75%, #294b7a 25%);
}
.join-wave-boat .boat-porthole {
fill: color-mix(in srgb, #eef6ff 85%, var(--color-primary) 15%);
}
.join-canvas-overlay {
position: absolute;
top: 16px;
left: 0;
right: auto;
width: min(44vw, 360px);
z-index: 3;
isolation: isolate;
overflow: hidden;
max-width: 100%;
padding: 12px 22px 12px 24px;
border-radius: 0;
border: 0;
background: linear-gradient(
90deg,
color-mix(in srgb, var(--bg-body) 78%, transparent) 0%,
color-mix(in srgb, var(--bg-body) 78%, transparent) 34%,
color-mix(in srgb, var(--bg-body) 48%, transparent) 50%,
color-mix(in srgb, var(--bg-body) 16%, transparent) 64%,
rgba(0, 0, 0, 0) 78%,
rgba(0, 0, 0, 0) 100%
);
}
.join-canvas-overlay.is-enter-animate {
animation: join-overlay-slide-in 720ms cubic-bezier(0.2, 0.78, 0.18, 1) both;
will-change: transform, opacity;
}
@keyframes join-overlay-slide-in {
from {
transform: translateX(-112%);
opacity: 0.24;
}
to {
transform: translateX(0);
opacity: 1;
}
}
.join-canvas-overlay::before {
content: "";
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
opacity: 0.88;
mix-blend-mode: soft-light;
background:
linear-gradient(
90deg,
rgba(255, 255, 255, 0.12) 0%,
rgba(255, 255, 255, 0.06) 42%,
rgba(255, 255, 255, 0.03) 60%,
rgba(255, 255, 255, 0) 100%
),
repeating-linear-gradient(
135deg,
rgba(255, 255, 255, 0.05) 0 1px,
rgba(255, 255, 255, 0) 1px 3px
),
repeating-linear-gradient(
45deg,
rgba(0, 0, 0, 0.03) 0 1px,
rgba(0, 0, 0, 0) 1px 4px
);
backdrop-filter: blur(9px) saturate(130%);
-webkit-backdrop-filter: blur(9px) saturate(130%);
-webkit-mask-image: linear-gradient(
90deg,
#000 0%,
#000 56%,
rgba(0, 0, 0, 0.6) 66%,
rgba(0, 0, 0, 0) 78%,
rgba(0, 0, 0, 0) 100%
);
mask-image: linear-gradient(
90deg,
#000 0%,
#000 56%,
rgba(0, 0, 0, 0.6) 66%,
rgba(0, 0, 0, 0) 78%,
rgba(0, 0, 0, 0) 100%
);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
}
.join-canvas-overlay > * {
position: relative;
z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
.join-canvas-overlay.is-enter-animate {
animation: none;
transform: none;
opacity: 1;
}
}
.join-current-label {
margin: 0;
font-size: 0.84rem;
letter-spacing: 0.04em;
color: var(--text-secondary);
}
.join-current-stage {
margin: 4px 0 0;
font-size: clamp(1.2rem, 0.9vw + 1rem, 1.7rem);
line-height: 1.25;
color: var(--text-primary);
}
.join-current-range {
margin: 6px 0 0;
font-size: 0.92rem;
color: var(--text-secondary);
}
.join-current-location {
margin: 4px 0 0;
font-size: 0.88rem;
color: color-mix(in srgb, var(--text-primary) 84%, var(--text-secondary) 16%);
line-height: 1.45;
overflow-wrap: anywhere;
}
.join-stage-list {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 10px;
margin: 0;
padding: 0;
list-style: none;
}
.join-stage-item {
position: relative;
border: 1px solid color-mix(in srgb, var(--border-default) 90%, transparent);
border-radius: 4px;
background: linear-gradient(
180deg,
color-mix(in srgb, var(--bg-card) 90%, transparent) 0%,
color-mix(in srgb, var(--bg-card) 97%, transparent) 100%
);
padding: 11px 12px;
min-height: 98px;
overflow: hidden;
transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.join-stage-item::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
height: 2px;
background: color-mix(in srgb, var(--border-default) 75%, transparent);
opacity: 0.86;
}
.join-stage-item.is-active,
.join-stage-item.is-current {
border-color: color-mix(in srgb, var(--color-primary) 52%, var(--border-default) 48%);
background: linear-gradient(
180deg,
color-mix(in srgb, var(--color-primary) 10%, var(--bg-card) 90%) 0%,
color-mix(in srgb, var(--bg-card) 96%, transparent) 100%
);
box-shadow:
0 0 0 1px color-mix(in srgb, var(--color-primary) 20%, transparent),
0 12px 22px -18px color-mix(in srgb, var(--color-primary) 46%, transparent);
transform: translateY(-1px);
}
.join-stage-item.is-active::before,
.join-stage-item.is-current::before {
height: 3px;
opacity: 1;
background: linear-gradient(
90deg,
color-mix(in srgb, var(--color-primary) 84%, #7ed7ff 16%) 0%,
color-mix(in srgb, var(--color-primary) 52%, #7ed7ff 48%) 100%
);
}
.join-stage-item.is-completed .join-stage-status {
color: #0f8a4f;
}
.join-stage-item .join-stage-status.is-query-ready {
color: var(--color-primary);
}
.join-stage-item .join-stage-status.is-waiting-notice {
color: #e5484d;
}
.join-stage-item.is-waiting-notice {
border-color: color-mix(in srgb, #e5484d 62%, var(--border-default) 38%);
background: linear-gradient(
180deg,
color-mix(in srgb, #e5484d 7%, var(--bg-card) 93%) 0%,
color-mix(in srgb, var(--bg-card) 97%, transparent) 100%
);
box-shadow:
0 0 0 1px color-mix(in srgb, #e5484d 24%, transparent),
0 10px 20px -18px color-mix(in srgb, #e5484d 48%, transparent);
}
.join-stage-item.is-waiting-notice::before {
background: color-mix(in srgb, #e5484d 70%, transparent);
opacity: 1;
}
.join-stage-item.is-waiting-notice .join-stage-status {
color: #e5484d;
}
.join-stage-item.is-completed {
border-color: color-mix(in srgb, #0f8a4f 48%, var(--border-default) 52%);
background: linear-gradient(
180deg,
color-mix(in srgb, #0f8a4f 7%, var(--bg-card) 93%) 0%,
color-mix(in srgb, var(--bg-card) 96%, transparent) 100%
);
}
.join-stage-item.is-completed::before {
background: color-mix(in srgb, #0f8a4f 65%, transparent);
}
.join-stage-item.is-active .join-stage-status {
color: var(--color-primary);
}
.join-stage-item.is-waiting-notice.is-active .join-stage-status,
.join-stage-item.is-waiting-notice.is-current .join-stage-status {
color: #e5484d;
}
.join-stage-item.is-upcoming .join-stage-status,
.join-stage-item.is-pending .join-stage-status {
color: var(--text-secondary);
}
.join-stage-item.is-upcoming,
.join-stage-item.is-pending {
border-color: color-mix(in srgb, var(--border-default) 88%, transparent);
background: linear-gradient(
180deg,
color-mix(in srgb, var(--bg-card) 95%, transparent) 0%,
color-mix(in srgb, var(--bg-card) 99%, transparent) 100%
);
}
.join-stage-item.is-upcoming::after,
.join-stage-item.is-pending::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 24px;
background:
repeating-linear-gradient(
-45deg,
transparent 0 10px,
color-mix(in srgb, var(--border-default) 35%, transparent) 10px 12px
);
opacity: 0.2;
pointer-events: none;
}
.join-stage-title-row {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: start;
column-gap: 8px;
row-gap: 4px;
}
.join-stage-name {
margin: 0;
min-width: 0;
color: var(--text-primary);
font-size: 0.94rem;
line-height: 1.3;
overflow-wrap: anywhere;
word-break: break-word;
}
.join-stage-status {
flex-shrink: 0;
white-space: nowrap;
align-self: start;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.02em;
}
.join-stage-time {
margin: 8px 0 0;
color: var(--text-secondary);
font-size: 0.8rem;
line-height: 1.45;
}
.join-stage-location {
margin: 4px 0 0;
color: color-mix(in srgb, var(--text-primary) 88%, var(--text-secondary) 12%);
font-size: 0.76rem;
line-height: 1.42;
overflow-wrap: anywhere;
}
.join-form-card {
position: relative;
overflow: hidden;
border: 1px solid color-mix(in srgb, var(--color-primary) 28%, var(--border-default) 72%);
border-radius: 6px;
background:
linear-gradient(
118deg,
color-mix(in srgb, var(--color-primary) 12%, transparent) 0%,
transparent 36%
),
radial-gradient(
120% 80% at 100% 0%,
color-mix(in srgb, var(--color-primary) 14%, transparent) 0%,
transparent 52%
),
linear-gradient(
180deg,
color-mix(in srgb, var(--bg-card) 84%, #0f1a2b 16%) 0%,
color-mix(in srgb, var(--bg-card) 95%, transparent) 100%
);
padding: 18px;
box-shadow:
0 22px 40px -32px color-mix(in srgb, #000000 78%, transparent),
inset 0 1px 0 color-mix(in srgb, #9bc9ff 18%, transparent),
inset 0 -1px 0 color-mix(in srgb, #0a101a 70%, transparent);
}
.join-form-card::before {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
background:
repeating-linear-gradient(
0deg,
color-mix(in srgb, var(--color-primary) 8%, transparent) 0 1px,
transparent 1px 13px
),
repeating-linear-gradient(
90deg,
color-mix(in srgb, var(--color-primary) 7%, transparent) 0 1px,
transparent 1px 18px
);
opacity: 0.26;
}
.join-form-card::after {
content: "";
position: absolute;
inset: 10px;
pointer-events: none;
background:
linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 72%, transparent), transparent)
top left / 88px 1px no-repeat,
linear-gradient(180deg, color-mix(in srgb, var(--color-primary) 72%, transparent), transparent)
top left / 1px 44px no-repeat,
linear-gradient(270deg, color-mix(in srgb, var(--color-primary) 48%, transparent), transparent)
bottom right / 66px 1px no-repeat,
linear-gradient(0deg, color-mix(in srgb, var(--color-primary) 48%, transparent), transparent)
bottom right / 1px 30px no-repeat;
opacity: 0.65;
}
.join-form-card > * {
position: relative;
z-index: 1;
}
.join-form-card + .join-panel-title {
margin-top: 16px;
}
.join-form-card-placeholder {
min-height: 132px;
display: flex;
align-items: center;
}
.join-form-content {
margin-top: 14px;
}
.join-form-content form {
margin: 0;
}
.join-progress-query-form {
display: grid;
gap: 12px;
}
.join-progress-query-grid {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 10px;
}
.join-progress-query-field {
display: grid;
gap: 5px;
}
.join-progress-query-field span {
font-size: 0.82rem;
color: color-mix(in srgb, var(--text-primary) 85%, var(--text-secondary) 15%);
}
.join-progress-query-field input {
width: 100%;
appearance: none;
-webkit-appearance: none;
border: 1px solid color-mix(in srgb, var(--border-default) 86%, transparent) !important;
border-radius: 8px;
background: color-mix(in srgb, var(--bg-card) 90%, transparent) !important;
color: var(--text-primary) !important;
padding: 9px 10px;
line-height: 1.3;
transition: border-color var(--duration-fast), box-shadow var(--duration-fast), background-color var(--duration-fast);
}
.join-progress-query-field input::placeholder {
color: color-mix(in srgb, var(--text-secondary) 78%, var(--text-primary) 22%);
opacity: 1;
}
.join-progress-query-field input:hover {
border-color: color-mix(in srgb, var(--color-primary) 42%, var(--border-default) 58%) !important;
}
.join-progress-query-field input:focus {
outline: none;
border-color: color-mix(in srgb, var(--color-primary) 55%, var(--border-default) 45%) !important;
background: color-mix(in srgb, var(--bg-card) 90%, transparent) !important;
color: var(--text-primary) !important;
box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 16%, transparent) !important;
}
.join-progress-query-field input:-webkit-autofill,
.join-progress-query-field input:-webkit-autofill:hover,
.join-progress-query-field input:-webkit-autofill:focus,
.join-progress-query-field input:autofill {
-webkit-text-fill-color: var(--text-primary) !important;
-webkit-box-shadow: 0 0 0 1000px color-mix(in srgb, var(--bg-card) 90%, transparent) inset !important;
box-shadow: 0 0 0 1000px color-mix(in srgb, var(--bg-card) 90%, transparent) inset !important;
background: color-mix(in srgb, var(--bg-card) 90%, transparent) !important;
border: 1px solid color-mix(in srgb, var(--border-default) 86%, transparent) !important;
caret-color: var(--text-primary) !important;
transition: background-color 9999s ease-out 0s !important;
}
[data-theme="dark"] .join-progress-query-form,
[data-theme="dark"] .join-progress-query-field input {
color-scheme: dark;
}
[data-theme="light"] .join-progress-query-form,
[data-theme="light"] .join-progress-query-field input {
color-scheme: light;
}
.join-progress-query-actions {
display: flex;
justify-content: flex-start;
}
.join-progress-query-submit {
border: 1px solid color-mix(in srgb, var(--color-primary) 48%, var(--border-default) 52%);
border-radius: 10px;
background: color-mix(in srgb, var(--color-primary) 18%, var(--bg-card) 82%);
color: var(--text-primary);
padding: 9px 16px;
font-size: 0.9rem;
font-weight: 600;
cursor: pointer;
}
.join-progress-query-submit:hover {
background: color-mix(in srgb, var(--color-primary) 24%, var(--bg-card) 76%);
}
.join-progress-query-feedback {
margin: 2px 0 0;
padding: 10px 12px;
border-radius: 10px;
border: 1px solid color-mix(in srgb, var(--border-default) 80%, transparent);
background: color-mix(in srgb, var(--bg-card) 90%, transparent);
color: var(--text-primary);
font-size: 0.88rem;
line-height: 1.55;
}
.join-progress-query-feedback.is-success {
border-color: color-mix(in srgb, #0f8a4f 58%, var(--border-default) 42%);
background: color-mix(in srgb, #0f8a4f 14%, var(--bg-card) 86%);
}
.join-progress-query-feedback.is-warning {
border-color: color-mix(in srgb, #d89a1b 58%, var(--border-default) 42%);
background: color-mix(in srgb, #d89a1b 14%, var(--bg-card) 86%);
}
.join-progress-query-feedback.is-info {
border-color: color-mix(in srgb, var(--color-primary) 52%, var(--border-default) 48%);
background: color-mix(in srgb, var(--color-primary) 14%, var(--bg-card) 86%);
}
.join-progress-query-feedback.is-error {
border-color: color-mix(in srgb, #c34646 58%, var(--border-default) 42%);
background: color-mix(in srgb, #c34646 14%, var(--bg-card) 86%);
}
.join-form-content .frm_forms {
margin: 0;
}
.join-form-content .frm_style_formidable-style.with_frm_style .frm_form_fields,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_submit {
max-width: none;
}
.join-form-content .frm_style_formidable-style.with_frm_style,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_form_fields,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_form_field,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_field_wrapper {
color: color-mix(in srgb, var(--text-primary) 95%, #ffffff 5%) !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .frm_form_field {
margin-bottom: 14px !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style label {
color: color-mix(in srgb, var(--text-primary) 95%, #ffffff 5%) !important;
opacity: 1 !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .frm_primary_label,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_section_heading h3,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_inline_box label,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_radio label,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_checkbox label,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_opt_container label {
color: color-mix(in srgb, var(--text-primary) 92%, #ffffff 8%) !important;
font-weight: 600 !important;
opacity: 1 !important;
letter-spacing: 0.01em;
}
.join-form-content .frm_style_formidable-style.with_frm_style .frm_required {
color: #ff6767 !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .frm_description,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_error,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_error_style {
color: color-mix(in srgb, var(--text-primary) 82%, var(--text-secondary) 18%) !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .frm_error_style,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_error {
border-left: 3px solid #ff6767 !important;
background: color-mix(in srgb, #ff6767 10%, transparent) !important;
padding: 8px 10px !important;
border-radius: 4px;
}
.join-form-content .frm_style_formidable-style.with_frm_style .frm_message,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_success_style,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_success {
border-left: 3px solid #42b983 !important;
background: color-mix(in srgb, #42b983 14%, transparent) !important;
color: color-mix(in srgb, var(--text-primary) 94%, #ffffff 6%) !important;
border-radius: 4px;
padding: 10px 12px !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style input[type="text"],
.join-form-content .frm_style_formidable-style.with_frm_style input[type="email"],
.join-form-content .frm_style_formidable-style.with_frm_style input[type="number"],
.join-form-content .frm_style_formidable-style.with_frm_style input[type="tel"],
.join-form-content .frm_style_formidable-style.with_frm_style input[type="date"],
.join-form-content .frm_style_formidable-style.with_frm_style input[type="datetime-local"],
.join-form-content .frm_style_formidable-style.with_frm_style textarea,
.join-form-content .frm_style_formidable-style.with_frm_style select {
background: color-mix(in srgb, var(--bg-body) 84%, #ffffff 16%) !important;
border: 1px solid color-mix(in srgb, var(--border-default) 42%, var(--color-primary) 58%) !important;
color: color-mix(in srgb, var(--text-primary) 96%, #ffffff 4%) !important;
min-height: 42px;
border-radius: 8px !important;
padding: 10px 12px !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style input::placeholder,
.join-form-content .frm_style_formidable-style.with_frm_style textarea::placeholder {
color: color-mix(in srgb, var(--text-secondary) 78%, var(--text-primary) 22%) !important;
opacity: 1;
}
.join-form-content .frm_style_formidable-style.with_frm_style input[type="text"]:focus,
.join-form-content .frm_style_formidable-style.with_frm_style input[type="email"]:focus,
.join-form-content .frm_style_formidable-style.with_frm_style input[type="number"]:focus,
.join-form-content .frm_style_formidable-style.with_frm_style input[type="tel"]:focus,
.join-form-content .frm_style_formidable-style.with_frm_style input[type="date"]:focus,
.join-form-content .frm_style_formidable-style.with_frm_style input[type="datetime-local"]:focus,
.join-form-content .frm_style_formidable-style.with_frm_style textarea:focus,
.join-form-content .frm_style_formidable-style.with_frm_style select:focus {
border-color: color-mix(in srgb, var(--color-primary) 76%, #8ec9ff 24%) !important;
box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 24%, transparent) !important;
outline: none !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti {
width: 100% !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti input[type="tel"] {
padding-right: 12px !important;
padding-left: calc(var(--iti-selected-country-arrow-padding, 64px) + 4px) !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti__selected-country {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.join-form-content .frm_style_formidable-style.with_frm_style input:-webkit-autofill,
.join-form-content .frm_style_formidable-style.with_frm_style input:-webkit-autofill:hover,
.join-form-content .frm_style_formidable-style.with_frm_style input:-webkit-autofill:focus,
.join-form-content .frm_style_formidable-style.with_frm_style textarea:-webkit-autofill,
.join-form-content .frm_style_formidable-style.with_frm_style textarea:-webkit-autofill:hover,
.join-form-content .frm_style_formidable-style.with_frm_style textarea:-webkit-autofill:focus,
.join-form-content .frm_style_formidable-style.with_frm_style select:-webkit-autofill,
.join-form-content .frm_style_formidable-style.with_frm_style select:-webkit-autofill:hover,
.join-form-content .frm_style_formidable-style.with_frm_style select:-webkit-autofill:focus {
-webkit-text-fill-color: color-mix(in srgb, var(--text-primary) 96%, #ffffff 4%) !important;
-webkit-box-shadow: 0 0 0 1000px color-mix(in srgb, var(--bg-body) 84%, #ffffff 16%) inset !important;
box-shadow: 0 0 0 1000px color-mix(in srgb, var(--bg-body) 84%, #ffffff 16%) inset !important;
caret-color: color-mix(in srgb, var(--text-primary) 96%, #ffffff 4%) !important;
transition: background-color 9999s ease-out 0s !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti__dropdown-content {
background: color-mix(in srgb, var(--bg-card) 94%, var(--bg-body) 6%) !important;
border: 1px solid color-mix(in srgb, var(--border-default) 46%, var(--color-primary) 54%) !important;
color: color-mix(in srgb, var(--text-primary) 92%, #ffffff 8%) !important;
box-shadow: 0 18px 36px -22px color-mix(in srgb, #000000 68%, transparent);
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti__search-input-wrapper {
margin: 6px 8px !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti__search-input {
border: 1px solid color-mix(in srgb, var(--border-default) 38%, var(--color-primary) 62%) !important;
background: color-mix(in srgb, var(--bg-body) 84%, #ffffff 16%) !important;
color: color-mix(in srgb, var(--text-primary) 94%, #ffffff 6%) !important;
min-height: 40px !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti__search-input::placeholder {
color: color-mix(in srgb, var(--text-secondary) 76%, var(--text-primary) 24%) !important;
opacity: 1;
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti__country-list {
background: transparent !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti__country {
color: color-mix(in srgb, var(--text-primary) 90%, #ffffff 10%) !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti__dial-code,
.join-form-content .frm_style_formidable-style.with_frm_style .iti__country-name {
color: color-mix(in srgb, var(--text-primary) 88%, var(--text-secondary) 12%) !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti__country.iti__highlight,
.join-form-content .frm_style_formidable-style.with_frm_style .iti__country:hover {
background: color-mix(in srgb, var(--color-primary) 16%, var(--bg-card) 84%) !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .iti__divider {
border-bottom-color: color-mix(in srgb, var(--border-default) 70%, transparent) !important;
}
.frm_forms.with_frm_style .iti__dropdown-content {
background: color-mix(in srgb, var(--bg-card) 94%, var(--bg-body) 6%) !important;
border: 1px solid color-mix(in srgb, var(--border-default) 46%, var(--color-primary) 54%) !important;
color: color-mix(in srgb, var(--text-primary) 92%, #ffffff 8%) !important;
box-shadow: 0 18px 36px -22px color-mix(in srgb, #000000 68%, transparent);
}
.frm_forms.with_frm_style .iti__search-input-wrapper {
margin: 6px 8px !important;
}
.frm_forms.with_frm_style .iti__search-input {
border: 1px solid color-mix(in srgb, var(--border-default) 38%, var(--color-primary) 62%) !important;
background: color-mix(in srgb, var(--bg-body) 84%, #ffffff 16%) !important;
color: color-mix(in srgb, var(--text-primary) 94%, #ffffff 6%) !important;
min-height: 40px !important;
}
.frm_forms.with_frm_style .iti__search-input::placeholder {
color: color-mix(in srgb, var(--text-secondary) 76%, var(--text-primary) 24%) !important;
opacity: 1;
}
.frm_forms.with_frm_style .iti__country-list {
background: transparent !important;
}
.frm_forms.with_frm_style .iti__country {
color: color-mix(in srgb, var(--text-primary) 90%, #ffffff 10%) !important;
}
.frm_forms.with_frm_style .iti__dial-code,
.frm_forms.with_frm_style .iti__country-name {
color: color-mix(in srgb, var(--text-primary) 88%, var(--text-secondary) 12%) !important;
}
.frm_forms.with_frm_style .iti__country.iti__highlight,
.frm_forms.with_frm_style .iti__country:hover {
background: color-mix(in srgb, var(--color-primary) 16%, var(--bg-card) 84%) !important;
}
.frm_forms.with_frm_style .iti__divider {
border-bottom-color: color-mix(in srgb, var(--border-default) 70%, transparent) !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style input[type="checkbox"],
.join-form-content .frm_style_formidable-style.with_frm_style input[type="radio"] {
accent-color: var(--color-primary);
transform: scale(1.06);
}
.join-form-content .frm_style_formidable-style.with_frm_style .frm_checkbox label,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_radio label,
.join-form-content .frm_style_formidable-style.with_frm_style .frm_opt_container label {
line-height: 1.55 !important;
font-size: 0.96rem !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .frm_submit {
display: flex !important;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}
.join-form-content .frm_style_formidable-style.with_frm_style input[type="submit"],
.join-form-content .frm_style_formidable-style.with_frm_style button.frm_button_submit {
border-radius: 10px;
border: 1px solid color-mix(in srgb, var(--color-primary) 82%, #9cd3ff 18%) !important;
background: linear-gradient(
180deg,
color-mix(in srgb, var(--color-primary) 82%, #78c3ff 18%) 0%,
color-mix(in srgb, var(--color-primary) 92%, #5ea7f8 8%) 100%
) !important;
color: #ffffff !important;
font-weight: 700 !important;
letter-spacing: 0.01em;
min-height: 44px;
padding: 0 20px !important;
box-shadow: 0 8px 18px -12px color-mix(in srgb, var(--color-primary) 65%, transparent);
}
.join-form-content .frm_style_formidable-style.with_frm_style input[type="submit"]:hover,
.join-form-content .frm_style_formidable-style.with_frm_style button.frm_button_submit:hover {
filter: brightness(1.05);
}
.join-form-content .frm_style_formidable-style.with_frm_style .frm_save_draft,
.join-form-content .frm_style_formidable-style.with_frm_style button[name*="draft"],
.join-form-content .frm_style_formidable-style.with_frm_style input[name*="draft"],
.join-form-content .frm_style_formidable-style.with_frm_style button[value*="草稿"],
.join-form-content .frm_style_formidable-style.with_frm_style input[value*="草稿"],
.join-form-content .frm_style_formidable-style.with_frm_style button[value*="Draft"],
.join-form-content .frm_style_formidable-style.with_frm_style input[value*="Draft"] {
border: 1px solid color-mix(in srgb, var(--border-default) 30%, var(--color-primary) 70%) !important;
background: color-mix(in srgb, var(--bg-card) 88%, transparent) !important;
color: var(--color-primary) !important;
box-shadow: none !important;
}
.join-form-content .frm_style_formidable-style.with_frm_style .frm_save_draft:hover,
.join-form-content .frm_style_formidable-style.with_frm_style button[name*="draft"]:hover,
.join-form-content .frm_style_formidable-style.with_frm_style input[name*="draft"]:hover {
background: color-mix(in srgb, var(--bg-card) 74%, var(--color-primary) 26%) !important;
color: #ffffff !important;
}
[data-theme="light"] .join-form-card {
border-color: color-mix(in srgb, #8bbcff 52%, var(--border-default) 48%);
background:
linear-gradient(
118deg,
color-mix(in srgb, #d9eaff 42%, transparent) 0%,
transparent 40%
),
radial-gradient(
140% 90% at 100% 0%,
color-mix(in srgb, #dbe9ff 48%, transparent) 0%,
transparent 54%
),
linear-gradient(
180deg,
color-mix(in srgb, #ffffff 94%, #edf5ff 6%) 0%,
color-mix(in srgb, #ffffff 98%, #edf5ff 2%) 100%
);
box-shadow:
0 18px 34px -26px rgba(92, 126, 172, 0.34),
inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
[data-theme="light"] .join-form-content .frm_style_formidable-style.with_frm_style input[type="text"],
[data-theme="light"] .join-form-content .frm_style_formidable-style.with_frm_style input[type="email"],
[data-theme="light"] .join-form-content .frm_style_formidable-style.with_frm_style input[type="number"],
[data-theme="light"] .join-form-content .frm_style_formidable-style.with_frm_style input[type="tel"],
[data-theme="light"] .join-form-content .frm_style_formidable-style.with_frm_style input[type="date"],
[data-theme="light"] .join-form-content .frm_style_formidable-style.with_frm_style input[type="datetime-local"],
[data-theme="light"] .join-form-content .frm_style_formidable-style.with_frm_style textarea,
[data-theme="light"] .join-form-content .frm_style_formidable-style.with_frm_style select {
background: #ffffff !important;
border-color: color-mix(in srgb, #8bbcff 46%, var(--border-default) 54%) !important;
}
.join-form-tip {
margin: 0;
padding: 14px;
border-radius: 10px;
border: 1px dashed var(--border-default);
color: var(--text-secondary);
font-size: 0.92rem;
line-height: 1.65;
}
.join-form-footnote {
margin-top: 12px;
color: var(--text-secondary);
font-size: 0.82rem;
}
@media (max-width: 1080px) {
.join-stage-list {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 900px) {
.join-page {
padding: 30px 0 60px;
}
.join-info-layout {
grid-template-columns: 1fr;
gap: 20px;
}
.join-news-item {
padding: 10px 0;
}
.join-stage-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.join-head {
margin-bottom: 22px;
}
.join-hero {
margin-bottom: 24px;
}
.join-canvas-overlay {
top: 12px;
left: 0;
right: auto;
width: min(86vw, 272px);
padding: 10px 16px 10px 18px;
}
.join-canvas-shell {
height: 272px;
}
.join-current-stage {
margin-top: 2px;
font-size: 1.1rem;
}
.join-current-range {
margin-top: 5px;
font-size: 0.82rem;
}
.join-stage-list {
grid-template-columns: 1fr;
}
.join-stage-item {
min-height: 0;
}
.join-progress-query-grid {
grid-template-columns: 1fr;
}
}