|
|
@ -600,10 +600,9 @@ textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ |
|
|
|
|
|
|
|
.chat-content { |
|
|
|
width: 100%; |
|
|
|
height: calc(100% - 2.8rem); |
|
|
|
height: calc(100% - 2.925rem); |
|
|
|
overflow: hidden; |
|
|
|
overflow-y: scroll; |
|
|
|
/* border: 1px solid red; */ |
|
|
|
} |
|
|
|
|
|
|
|
.chat-message { |
|
|
@ -611,15 +610,16 @@ textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ |
|
|
|
justify-content: flex-end; |
|
|
|
font-size: .35rem; |
|
|
|
color: #fff; |
|
|
|
margin-bottom: .2rem; |
|
|
|
} |
|
|
|
|
|
|
|
.chat-message p { |
|
|
|
position: relative; |
|
|
|
line-height: .825rem; |
|
|
|
padding: 0 .2rem; |
|
|
|
margin-right: .125rem; |
|
|
|
line-height: .625rem; |
|
|
|
padding: .125rem .2rem; |
|
|
|
background: rgba(0,0,0,0.2); |
|
|
|
border-radius: .35rem .1rem .35rem .35rem; |
|
|
|
max-width: 90%; |
|
|
|
} |
|
|
|
|
|
|
|
.chat-message p span{ |
|
|
@ -685,8 +685,7 @@ textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ |
|
|
|
} |
|
|
|
|
|
|
|
.bot-message p { |
|
|
|
line-height: .825rem; |
|
|
|
margin-left: .125rem; |
|
|
|
line-height: .6rem; |
|
|
|
background-color: rgb(255,255,255,0.2); |
|
|
|
border-radius: .1rem .35rem .35rem .35rem; |
|
|
|
} |
|
|
@ -741,7 +740,7 @@ textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ |
|
|
|
|
|
|
|
.chat-send { |
|
|
|
width: 100%; |
|
|
|
height: 2.5rem; |
|
|
|
height: 2.625rem; |
|
|
|
margin-top: .3rem; |
|
|
|
background: linear-gradient( 90deg, #2C509B 0%, rgba(44,80,155,0.6) 100%); |
|
|
|
border-radius: .2rem; |
|
|
@ -752,17 +751,48 @@ textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ |
|
|
|
width: calc(100% - .5rem); |
|
|
|
height: 1rem; |
|
|
|
font-size: .3rem; |
|
|
|
line-height: .375rem; |
|
|
|
line-height: .45rem; |
|
|
|
border: none; |
|
|
|
padding: .25rem; |
|
|
|
background-color: transparent; |
|
|
|
color: #fff; |
|
|
|
/* border: 1px solid red; */ |
|
|
|
} |
|
|
|
|
|
|
|
.send-button-container { |
|
|
|
text-align: right; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
padding: 0 .25rem 0 0; |
|
|
|
margin-top: .2rem; |
|
|
|
} |
|
|
|
|
|
|
|
.hot-word span{ |
|
|
|
position: relative; |
|
|
|
display: inline-block; |
|
|
|
font-size: .25rem; |
|
|
|
color: #fff; |
|
|
|
line-height: .625rem; |
|
|
|
margin: 0 .125rem; |
|
|
|
padding: .075rem .2rem .075rem .6rem; |
|
|
|
background: rgba(0,0,0,0.2); |
|
|
|
border-radius: .35rem .1rem .35rem .35rem; |
|
|
|
} |
|
|
|
|
|
|
|
.hot-word span::before{ |
|
|
|
content: ""; |
|
|
|
position: absolute; |
|
|
|
left: .15rem; |
|
|
|
top: 50%; |
|
|
|
width: .375rem; |
|
|
|
height: .375rem; |
|
|
|
background: url("../images/wenhao.png") no-repeat left top; |
|
|
|
background-size: 100% 100%; |
|
|
|
transform: translateY(-50%); |
|
|
|
} |
|
|
|
|
|
|
|
.hot-word span:hover{ |
|
|
|
background-color: rgba(0,0,0,0.6); |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.send-button { |
|
|
@ -853,11 +883,23 @@ textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ |
|
|
|
.layui-layer-video .layui-layer-content{ |
|
|
|
padding: .3rem !important; |
|
|
|
} |
|
|
|
.layui-layer-video .layui-layer-content .empty-data{ |
|
|
|
width: 50%; |
|
|
|
} |
|
|
|
.layui-layer-video .layui-layer-content .empty-data img{ |
|
|
|
width: 2.125rem; |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
|
|
|
|
.layui-layer-video.layui-layer-iframe iframe{ |
|
|
|
height: 8.75rem !important; |
|
|
|
} |
|
|
|
|
|
|
|
#videoBox{ |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
/* pdf页面 */ |
|
|
|
.perview-wrapper{ |
|
|
|
background: linear-gradient( 180deg, #183375 0%, #122050 100%); |
|
|
@ -867,7 +909,7 @@ textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ |
|
|
|
width: 100%; |
|
|
|
height: .05rem; |
|
|
|
background: linear-gradient( 90deg, rgba(91, 157, 255, 0.8) 0%, rgba(91, 157, 255, 0.1) 60%); |
|
|
|
/* box-shadow: 0px 0px 5px 0px #1766FF, 0px 0px 12px 0px #1766FF, 0px 0px 20px 0px #1766FF; */ |
|
|
|
box-shadow: 0px 0px 5px 0px #1766FF, 0px 0px 12px 0px #1766FF, 0px 0px 20px 0px #1766FF; |
|
|
|
} |
|
|
|
.perview-wrapper .ai-header-wrapper{ |
|
|
|
height: 1rem; |
|
|
@ -919,7 +961,7 @@ textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ |
|
|
|
position: absolute; |
|
|
|
left: 50%; |
|
|
|
top: 50%; |
|
|
|
width: 170px; |
|
|
|
width: 2.125rem; |
|
|
|
text-align: center; |
|
|
|
font-size: .35rem; |
|
|
|
color: #fff; |
|
|
@ -1122,3 +1164,12 @@ textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ |
|
|
|
border: none; |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
|
|
|
|
.page-cont-title{ |
|
|
|
font-family: 'PingFang'; |
|
|
|
font-size: .3rem; |
|
|
|
font-weight: 500; |
|
|
|
color: #fff; |
|
|
|
line-height: .7rem; |
|
|
|
text-shadow: 0px 0px 20px #0B88FC, 0px 0px 35px #0B0B88, 0px 0px 51px #0B88FC; |
|
|
|
} |