You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
2.2 KiB
112 lines
2.2 KiB
/*._dash-loading {*/
|
|
/* color: transparent;*/
|
|
/* position: fixed;*/
|
|
/* width: calc(544px / 2.5);*/
|
|
/* height: calc(408px / 2.5);*/
|
|
/* top: 50vh;*/
|
|
/* left: 50vw;*/
|
|
/* transform: translate(-50%, -50%);*/
|
|
/* background-image: url("/assets/imgs/加载动画.webp");*/
|
|
/* background-repeat: no-repeat;*/
|
|
/* background-size: 100% 100%;*/
|
|
/*}*/
|
|
|
|
._dash-loading::after {
|
|
content: '';
|
|
}
|
|
|
|
#login-form-container .ant-card-head-wrapper {
|
|
text-align: center;
|
|
}
|
|
|
|
#login-form-container .ant-card-head-title {
|
|
font-size: 26px !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*滚动条自定义样式*/
|
|
*::-webkit-scrollbar-thumb {
|
|
background-color: #bfbfbf;
|
|
outline: none;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
*::-webkit-scrollbar {
|
|
width: 6px;
|
|
height: 6px;
|
|
}
|
|
|
|
/*火狐浏览器*/
|
|
* {
|
|
scrollbar-width: thin;
|
|
}
|
|
|
|
|
|
.agent-item:hover {
|
|
background-color: #ebf1ff;
|
|
font-weight: bold;
|
|
}
|
|
.agent-item {
|
|
cursor: pointer;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
border-radius: 8px;
|
|
width: 100%;
|
|
}
|
|
.machine_list_clazz::-webkit-scrollbar-thumb {
|
|
background-color: #e5e5e5;
|
|
outline: none;
|
|
border-radius: 6px;
|
|
}
|
|
.machine_list_clazz::-webkit-scrollbar {
|
|
width: 6px;
|
|
height: 6px;
|
|
}
|
|
|
|
#chat-scrollbar::-webkit-scrollbar-thumb {
|
|
background-color: #e5e5e5;
|
|
outline: none;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
#chat-scrollbar::-webkit-scrollbar {
|
|
width: 5px;
|
|
height: 5px;
|
|
}
|
|
|
|
|
|
.chat-textarea ::-webkit-scrollbar {
|
|
width: 0 !important; /* 对于垂直滚动条,设置宽度为0 */
|
|
/*height: 0 !important; !* 对于水平滚动条,设置高度为0 *!*/
|
|
}
|
|
.chat_operate_icon {
|
|
color: rgb(144, 147, 153) !important;
|
|
}
|
|
.gradient-divider::before {
|
|
content: '';
|
|
width: 17%;
|
|
height: 1px;
|
|
background: linear-gradient(90deg, rgba(222, 224, 227, 0) 0%, #dee0e3 100%);
|
|
position: absolute;
|
|
left: 16px;
|
|
top: 50%;
|
|
}
|
|
|
|
.gradient-divider::after {
|
|
content: '';
|
|
width: 17%;
|
|
height: 1px;
|
|
background: linear-gradient(90deg, #dee0e3 0%, rgba(222, 224, 227, 0) 100%);
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 50%;
|
|
}
|
|
.chat-history-li:hover{
|
|
background-color: #ebf1ff;
|
|
}
|
|
.ant-collapse-content-box{
|
|
padding: 0 !important;
|
|
}
|
|
.ant-collapse-header{
|
|
padding: 16px 16px !important;
|
|
}
|