feat: 样式的调整
This commit is contained in:
@@ -34,7 +34,7 @@ defineProps({
|
|||||||
text {
|
text {
|
||||||
font-family: PingFang SC, PingFang SC;
|
font-family: PingFang SC, PingFang SC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 15px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
|||||||
@@ -12,15 +12,14 @@
|
|||||||
.wave {
|
.wave {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 32px;
|
width: 30px;
|
||||||
// background-color: #ff0000;
|
|
||||||
|
|
||||||
.dot {
|
.dot {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 4px;
|
width: 3px;
|
||||||
height: 4px;
|
height: 3px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin-right: 4px;
|
margin-right: 3px;
|
||||||
background: #333333;
|
background: #333333;
|
||||||
animation: wave 1.3s linear infinite;
|
animation: wave 1.3s linear infinite;
|
||||||
|
|
||||||
@@ -42,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
30% {
|
30% {
|
||||||
transform: translateY(-6px);
|
transform: translateY(-5px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user