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