This commit is contained in:
zhangkai
2024-06-22 18:34:39 +08:00
parent fb39b66431
commit 1c07d4b9df
72 changed files with 4283 additions and 2158 deletions

View File

@@ -84,6 +84,15 @@
background-size: 30px 100%;
background-repeat: no-repeat;
}
.xinDuiHua-boxR{
width: 30px;
height: 100%;
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%;
}
.xinDuiHua{
display: flex;
padding-top: 21px;
@@ -183,10 +192,24 @@
}
}
.duihua-chat{
width: calc(100% - 288px);
height: 100%;
background-image: url('../assets/chat/duihua-bg.png');
background-size: 30px 100%;
background-repeat: no-repeat;
// background-image: url('../assets/chat/duihua-bg.png');
// background-size: 30px 100%;
// background-repeat: no-repeat;
}
.chatShare{
.duihua-chat{
width: 100%!important;
height: 100%;
}
}
.chatShareM{
.duihua-chat{
width: 100%!important;
height: 100%;
}
}
.duihua-chat-top{
width: 100%;
@@ -195,6 +218,19 @@
justify-content: space-between;
align-items: center;
background: rgba(13, 13, 13, 0.5);
backdrop-filter: blur(10px);
// opacity: 0.8;
// &::before{
// content: "";
// width: 100%;
// height: 100%;
// left: 0;
// top: 0;
// position: absolute;
// background: rgba(13, 13, 13, 0.5);
// backdrop-filter: blur(20px);
// opacity: 0.8;
// }
>div:nth-of-type(1){
display: flex;
align-items: center;
@@ -612,9 +648,8 @@
border: 1px solid #FFD025;
}
.selectNpcFlexbox{
height: 127px;
display: block;
/* padding: 14px; */
padding-bottom: 14px;
>div:nth-of-type(2){
display: flex;
align-items: self-start;
@@ -2602,7 +2637,8 @@
}
}
.selectNpcFlexboxZiDing{
height: 176px;
height: 180px;
position: relative;
>div{
margin-left: 14px;
margin-top: 27px;
@@ -2635,12 +2671,14 @@
}
.selectNpcFlexbox{
width: 100%;
height: 176px;
height: 100%;
min-height: 180px;
// height: 190px;
// display: flex;
// flex-direction: column;
// justify-content:space-between;
/* padding: 14px; */
position: relative;
// position: relative;
padding-bottom: 55px;
>div:nth-of-type(2){
display: flex;
@@ -2659,12 +2697,13 @@
font-weight: 300;
font-size: 12px;
color: #CCCCCC;
margin-top: 14px;
margin-top: 8px;
}
>div:nth-of-type(3){
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 14px;
position: absolute;
bottom: 14px;
@@ -3353,7 +3392,7 @@
}
}
.selectNpcFlexbox{
// height: 127px;
height: 127px;
padding-bottom: 14px;
display: block;
/* padding: 14px; */
@@ -3921,23 +3960,20 @@
outline: 1px solid #997e1f!important;
}
}
.bs-chat-bg{
.questionTextarea{
width: 95%!important;
margin-left: 2.5%;
height: 40px!important;
background: #1A1A1A!important;
box-shadow: 0px 2px 7px 0px rgba(0,1,51,0.15)!important;
border-radius: 20px!important;
padding: 10px 0;
padding-left: 14px;
font-family: PingFang SC;
font-weight: 400;
font-size: 11px;
color: #FFFFFF;
}
.questionTextarea{
width: 95%!important;
margin-left: 2.5%;
height: 40px!important;
background: #1A1A1A!important;
box-shadow: 0px 2px 7px 0px rgba(0,1,51,0.15)!important;
border-radius: 20px!important;
padding: 10px 0;
padding-left: 14px;
font-family: PingFang SC;
font-weight: 400;
font-size: 11px;
color: #FFFFFF;
}
.skillSheet{
height: 100%;
padding: 0 27px 30px 27px;
@@ -4090,4 +4126,29 @@
}
}
}
::-webkit-scrollbar {
width: 0;
}
::-webkit-scrollbar-horizontal {
display: none;
}
::-webkit-scrollbar-thumb {
display: none;
}
.SelectTrigger{
background: rgba(255, 255, 255, 0.05);
border-radius: 14px!important;
border: none;
&:focus{
// border: 1px solid #997e1f!important;
border: none!important;
outline: none!important;
}
}
.yichu{
width: calc(100% - 110px); /* 定义容器宽度 */
white-space: nowrap; /* 确保文本在一行内显示 */
overflow: hidden; /* 隐藏溢出的内容 */
text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
}