|
|
| (未显示同一用户的3个中间版本) |
| 第591行: |
第591行: |
| background: linear-gradient(90deg, #e08a3e, #c45fa0, #7d6bd6); | | background: linear-gradient(90deg, #e08a3e, #c45fa0, #7d6bd6); |
| opacity: .58; | | opacity: .58; |
| }
| |
|
| |
| /* Homepage cards: Noblecraft blue-white soft wiki style */
| |
| body.page-首页 .nc-card {
| |
| background: rgba(255,255,255,.84) !important;
| |
| border: 1px solid rgba(74,105,170,.24) !important;
| |
| box-shadow:
| |
| inset 0 1px 0 rgba(255,255,255,.75),
| |
| 0 14px 34px -22px rgba(35,55,105,.26) !important;
| |
| backdrop-filter: blur(10px) saturate(1.08);
| |
| -webkit-backdrop-filter: blur(10px) saturate(1.08);
| |
| }
| |
|
| |
| body.page-首页 .nc-card:hover {
| |
| transform: translateY(-3px);
| |
| box-shadow:
| |
| inset 0 1px 0 rgba(255,255,255,.85),
| |
| 0 20px 44px -24px rgba(35,55,105,.34) !important;
| |
| }
| |
|
| |
| /* 关键:覆盖原本的四色渐变标题条 */
| |
| body.page-首页 .nc-card-head,
| |
| body.page-首页 .nc-card-head.nc-c-lobby,
| |
| body.page-首页 .nc-card-head.nc-c-play,
| |
| body.page-首页 .nc-card-head.nc-c-comm,
| |
| body.page-首页 .nc-card-head.nc-c-apply {
| |
| color: #263f78 !important;
| |
| background-image: linear-gradient(
| |
| 180deg,
| |
| rgba(248,251,255,.92),
| |
| rgba(232,239,250,.86)
| |
| ) !important;
| |
| border-bottom: 1px solid rgba(74,105,170,.18);
| |
| box-shadow: inset 0 -1px 0 rgba(255,255,255,.8);
| |
| }
| |
|
| |
| body.page-首页 .nc-card:hover .nc-card-head {
| |
| background-position: 0 50% !important;
| |
| filter: none !important;
| |
| }
| |
|
| |
| body.page-首页 .nc-card li a {
| |
| color: #343842 !important;
| |
| }
| |
|
| |
| body.page-首页 .nc-card li a:hover {
| |
| background: rgba(74,105,170,.10) !important;
| |
| color: #1e3264 !important;
| |
| } | | } |