This commit is contained in:
shijingjing
2023-03-23 13:45:00 +08:00
parent 410d0e70e0
commit f78b48057e

View File

@@ -243,7 +243,7 @@ export default {
.result { .result {
position: absolute; position: absolute;
right: 0; right: 0;
top: 15px; top: 33px;
.result-img { .result-img {
width: 200px; width: 200px;
height: 200px; height: 200px;
@@ -253,7 +253,7 @@ export default {
.grade { .grade {
position: absolute; position: absolute;
right: 75px; right: 75px;
top: 80px; top: 92px;
font-weight: 500; font-weight: 500;
font-size: 40px; font-size: 40px;
color: #0FC484; color: #0FC484;