mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: recall; change style
This commit is contained in:
parent
85b0d68e7e
commit
e5f0ada32e
3 changed files with 41 additions and 30 deletions
|
|
@ -36,23 +36,27 @@ body {
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
.question {
|
||||
background: #009FFF; /* fallback for old browsers */
|
||||
background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF); /* Chrome 10-25, Safari 5.1-6 */
|
||||
background: linear-gradient(to right, #ec2F4B, #009FFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||||
color: #000000;
|
||||
text-shadow: 0 0 10px white;
|
||||
font-weight: bold;
|
||||
background: #C6FFDD; /* fallback for old browsers */
|
||||
background: -webkit-linear-gradient(to right, #f7797d, #FBD786, #C6FFDD); /* Chrome 10-25, Safari 5.1-6 */
|
||||
background: linear-gradient(to right, #f7797d, #FBD786, #C6FFDD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||||
border-radius: 5px;
|
||||
padding: 8px 10px;
|
||||
margin-bottom: 10px;
|
||||
box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
|
||||
}
|
||||
.question span {
|
||||
color: #000000;
|
||||
/*text-shadow: 0 0 10px white;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.answer {
|
||||
position: relative;
|
||||
border-radius: 5px;
|
||||
padding: 8px 10px;
|
||||
background: #dbe9ff;
|
||||
width: 100%;
|
||||
box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,10 @@
|
|||
<!-- {{senderName}}-->
|
||||
<!-- </div>-->
|
||||
<div class="question">
|
||||
{{question}}
|
||||
<span>
|
||||
{{question}}
|
||||
</span>
|
||||
|
||||
</div>
|
||||
<div class="answer">
|
||||
<div id="content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue