打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

用户:Xp00000000/common.css:修订间差异

来自Rizline中文维基
Xp00000000留言 | 贡献
无编辑摘要
Xp00000000留言 | 贡献
无编辑摘要
第27行: 第27行:
     background: linear-gradient(90deg,
     background: linear-gradient(90deg,
             rgba(0, 0, 0, 1) 0%,
             rgba(0, 0, 0, 1) 0%,
             rgba(0, 0, 0, 0.4) 50%,
             rgba(0, 0, 0, 0.6) 50%,
             transparent 100%);
             transparent 100%);
     pointer-events: none;
     pointer-events: none;
     z-index: 1;
     z-index: 1;
}
}

2025年4月20日 (日) 19:19的版本

/* 首页home-card--button的修复 */
.home-card--button {
    position: relative;
    overflow: hidden;
}

.home-card__foreground {
	height: 100%;
    position: absolute;
    color: white;
    left: 0px;
    line-height: 17px; 
    font-weight: 500;
    user-select: none;
    pointer-events: none;
    z-index: 2;

}

.home-card__background::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.6) 50%,
            transparent 100%);
    pointer-events: none;
    z-index: 1;
}