User:Star0/sandbox/styles.css:修订间差异
< User:Star0 | sandbox
无编辑摘要 |
(// Edit via Wikiplus) |
||
第14行: | 第14行: | ||
.CCsingle-byd::after { | .CCsingle-byd::after { | ||
background-color: # | background-color: #bd030e; /* byd颜色 */ | ||
} | } | ||
2024年11月23日 (六) 22:07的版本
.CCsingle {
position: relative;
}
.CCsingle::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 50%;
clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.CCsingle-byd::after {
background-color: #bd030e; /* byd颜色 */
}
.CCsingle-etr::after {
background-color: #A598BB; /* etr颜色 */
}
.CCsingle-ftr::after {
background-color: #9a337a; /* ftr颜色 */
}
.CCsingle-prs::after {
background-color: #b3cc54; /* prs颜色 */
}