高级编排分组

This commit is contained in:
zhangkai
2024-06-24 15:28:24 +08:00
parent 1c07d4b9df
commit 68c9acc85b
18 changed files with 1353 additions and 126 deletions

View File

@@ -90,8 +90,8 @@
background-image: url('../assets/npc/border-r.png');
background-size: 30px 100%;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 0.8);
opacity: 90%;
background-color: #000;
opacity: 70%;
}
.xinDuiHua{
display: flex;
@@ -2472,7 +2472,7 @@
}
}
.border-radius-14{
border-radius: 14px;
border-radius: 14px!important;
}
.border-radius-7{
border-radius: 7px;
@@ -4151,4 +4151,7 @@
white-space: nowrap; /* 确保文本在一行内显示 */
overflow: hidden; /* 隐藏溢出的内容 */
text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
}
.box-shadow{
box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.5)!important;
}