fix: recall; change style

This commit is contained in:
葛胤池 2022-12-11 13:38:37 +08:00
parent 85b0d68e7e
commit e5f0ada32e
3 changed files with 41 additions and 30 deletions

View file

@ -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 {

View file

@ -15,7 +15,10 @@
<!-- {{senderName}}-->
<!-- </div>-->
<div class="question">
{{question}}
<span>
{{question}}
</span>
</div>
<div class="answer">
<div id="content">