梦幻西游之超级签到免费阅读 - UNBLOCKCN - MALUS加速器
由海外华人网络解锁与回国加速领域的行业首创者,为你提供梦幻西游之超级签到免费阅读 - UNBLOCKCN - MALUS加速器解决方案,教程,帮助,软件。
<>
/* 使用特定的 ID 或类名包裹,防止样式污染原有页面 */
.ad-component-wrapper {
--ad-primary: #00f2fe;
--ad-secondary: #4facfe;
--ad-bg-dark: #0f172a;
--ad-text-light: #f8fafc;
--ad-accent-yellow: #fbbf24;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-family: "Microsoft YaHei"-apple-systemBlinkMacSystemFontsans-serif;
padding: 10px;
box-sizing: border-box;
}
/* 自动缩放容器 - 调整为 5:1 比例 (1000*200) */
.ad-v2-container {
width: 100%;
max-width: 1200px;
aspect-ratio: 5 / 1;
position: relative;
overflow: hidden;
border-radius: 8px;
box-shadow: 0 15px 30px rgba(0000.4);
background: var(--ad-bg-dark);
cursor: pointer;
transition: transform 0.3s cubic-bezier(0.400.21);
display: block !important;
}
.ad-v2-container:hover {
transform: scale(1.005);
}
/* 背景层 */
.ad-v2-bg {
position: absolute;
inset: 0;
background: linear-gradient(90deg#1e3a8a 0%#1e40af 50%#1d4ed8 100%);
z-index: 1;
}
/* 装饰纹理 */
.ad-v2-overlay {
position: absolute;
inset: 0;
background-image: radial-gradient(rgba(2552552550.08) 1pxtransparent 1px);
background-size: 12px 12px;
z-index: 2;
}
/* 动态扫光 - 针对长条形优化 */
.ad-v2-shine {
position: absolute;
top: 0;
left: -100%;
width: 30%;
height: 100%;
background: linear-gradient(
to right,
transparent,
rgba(2552552550.15),
transparent
);
transform: skewX(-25deg);
z-index: 3;
animation: ad-v2-shine-anim 6s infinite;
}
@keyframes ad-v2-shine-anim {
0% { left: -100%; }
20% { left: 150%; }
100% { left: 150%; }
}
/* 内容布局 - 针对 5:1 长条形改为横向分布 */
.ad-v2-content {
position: relative;
z-index: 4;
height: 100%;
display: flex;
flex-direction: row; /* 横向排版 */
justify-content: space-between;
align-items: center;
padding: 0 4%;
color: var(--ad-text-light);
pointer-events: none;
box-sizing: border-box;
}
/* 左侧标题区 */
.ad-v2-left {
display: flex;
flex-direction: column;
align-items: flex-start;
flex: 2;
}
.ad-v2-badge {
background: var(--ad-accent-yellow);
color: #000;
padding: 2px 8px;
border-radius: 3px;
font-weight: bold;
font-size: clamp(10px1.2vw16px);
margin-bottom: 5px;
letter-spacing: 1px;
}
.ad-v2-title {
font-size: clamp(20px4.5vw48px);
font-weight: 900;
line-height: 1.1;
white-space: nowrap;
background: linear-gradient(to bottom#ffffff 40%#cbd5e1 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4));
}
/* 中间特性区 - 在扁平布局中缩小显示 */
.ad-v2-center {
flex: 1.5;
display: flex;
flex-direction: column;
gap: 5px;
padding: 0 20px;
border-left: 1px solid rgba(255,255,255,0.1);
border-right: 1px solid rgba(255,255,255,0.1);
}
.ad-v2-feature-item {
display: flex;
align-items: center;
font-size: clamp(11px1.4vw18px);
white-space: nowrap;
color: #cbd5e1;
}
.ad-v2-feature-item::before {
content: "✦";
margin-right: 8px;
color: var(--ad-primary);
font-size: 0.8em;
}
/* 右侧联系区 */
.ad-v2-right {
flex: 2;
display: flex;
justify-content: flex-end;
align-items: center;
gap: clamp(10px2vw20px);
}
.ad-v2-contact {
text-align: right;
}
.ad-v2-contact-label {
display: block;
font-size: clamp(9px1vw13px);
color: #94a3b8;
margin-bottom: 2px;
}
.ad-v2-contact-value {
font-size: clamp(16px3.5vw38px);
font-weight: 800;
color: var(--ad-primary);
text-shadow: 0 0 15px rgba(02422540.3);
line-height: 1;
}
.ad-v2-qr {
width: clamp(45px8.5vw85px);
height: clamp(45px8.5vw85px);
background: white;
border-radius: 4px;
padding: 4px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
flex-shrink: 0;
}
.ad-v2-qr svg {
width: 100%;
height: 100%;
}
/* 移动端适配:如果太窄则切换排版 */
@media (max-width: 600px) {
.ad-v2-center { display: none; }
.ad-v2-contact-label { font-size: 8px; }
}
>
<>
/* 布局容器:增加与浏览器的间距 */
.friendship-links-section {
padding: 40px 20px;
max-width: 1200px;
margin: 0 auto;
font-family: "Inter""PingFang SC""Microsoft YaHei"sans-serif;
border-top: 1px solid rgba(0000.08);
}
/* 标题样式:精致小巧 */
.links-title {
font-size: 15px;
font-weight: 600;
margin-bottom: 20px;
color: inherit;
display: flex;
align-items: center;
letter-spacing: 0.5px;
}
.links-title::before {
content: "";
width: 3px;
height: 15px;
background: #0ea5e9;
margin-right: 10px;
border-radius: 2px;
display: inline-block;
}
/* 链接容器:灵活排列 */
.links-container {
display: flex;
flex-wrap: wrap;
gap: 12px 10px;
}
/* 链接项目:标签化精致样式 */
.links-container a {
text-decoration: none;
font-size: 12px;
color: #64748b;
padding: 6px 12px;
background: rgba(0000.02);
border: 1px solid rgba(0000.05);
border-radius: 6px;
transition: all 0.3s cubic-bezier(0.400.21);
white-space: nowrap;
display: inline-block;
}
/* 悬浮效果:轻微升起与发光 */
.links-container a:hover {
color: #0ea5e9;
background: rgba(141652330.05);
border-color: #0ea5e9;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(141652330.1);
}
/* 兼容深色模式 */
@media (prefers-color-scheme: dark) {
.friendship-links-section {
border-top-color: rgba(2552552550.1);
}
.links-container a {
color: #94a3b8;
background: rgba(2552552550.03);
border-color: rgba(2552552550.08);
}
.links-container a:hover {
color: #38bdf8;
background: rgba(561892480.1);
border-color: #38bdf8;
box-shadow: 0 4px 12px rgba(0000.3);
}
}
/* 移动端间距优化 */
@media (max-width: 640px) {
.friendship-links-section {
padding: 30px 15px;
}
.links-container {
gap: 8px 6px;
}
.links-container a {
font-size: 11px;
padding: 5px 10px;
}
}
>