模板:Main page/featured/styles.css:修订间差异

来自决策链云智库
无编辑摘要
标签已被回退
无编辑摘要
 
(未显示同一用户的24个中间版本)
第1行: 第1行:
#home-featured {
#home-featured {
    overflow: hidden;
overflow: hidden;
}
}


#home-featured .home-card__background a {
#home-featured .home-card__background a {
    display: block;
display: block;
    height: 100%;
height: 100%;
}
}


#home-featured .home-card__background:after {
#home-featured .home-card__background:after {
    position: absolute;
position: absolute;
    pointer-events: none;
pointer-events: none;
    right: 0;
right: 0;
    bottom: 0;
bottom: 0;
    left: 0;
left: 0;
    display: block;
display: block;
    height: 100%;
height: 100%;
     background: linear-gradient( to top, #000, transparent );
     background: linear-gradient(to top, rgba(255, 255, 255, 0.9), transparent);
    border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
    content: '';
content: '';
}
}


#home-featured .home-card__foreground {
#home-featured .home-card__foreground {
    pointer-events: none;
top: unset;
    right: 15px;
}
    bottom: 15px;
 
    left: 15px;
#home-featured .home-card__header {
color: #000;
background: linear-gradient(to right, #fff, transparent);
}
}

2023年12月11日 (一) 18:59的最新版本

#home-featured {
	overflow: hidden;
}

#home-featured .home-card__background a {
	display: block;
	height: 100%;
}

#home-featured .home-card__background:after {
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9), transparent);
	border-radius: 0 0 8px 8px;
	content: '';
}

#home-featured .home-card__foreground {
	top: unset;
}

#home-featured .home-card__header {
	color: #000;
background: linear-gradient(to right, #fff, transparent);
}