高级编排分组
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user