This commit is contained in:
yanran200730
2022-10-10 17:10:15 +08:00
parent 8f73ddb063
commit 9b25a8fa0e
4 changed files with 69 additions and 52 deletions

View File

@@ -800,6 +800,9 @@ export default {
box-sizing: border-box;
font-size: 14px;
color: #FFFFFF;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
&.mark0 {
@@ -820,6 +823,14 @@ export default {
box-shadow: 0 4px 4px 0 #000000, inset 0 0 8px 4px #C312CA;
}
.mark-contaienr {
width: 56px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
}
// &.mark1::after {
// position: absolute;
// z-index: -1;