Skip to content

Commit

Permalink
feat:Message.vue fix:all
Browse files Browse the repository at this point in the history
  • Loading branch information
ATRIOR-LCL committed Dec 31, 2024
1 parent fda3bed commit 05fffe4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/assets/ac.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
position: absolute;
width: 10%;
right: 10%;
bottom: 70%;
transform: rotate(30deg);
animation: star4anim 1s ease-in-out infinite alternate;
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/AC.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<span class="rank1ac">{{ top1Ac }}</span>
</span>
<span class="rank3">
<img v-if="top3hasAvatar" :src="`https://cdn.sdutacm.cn/oj/image/avatars/${top3Avatar}`" alt="" style="border-radius: 50%" />
<svg v-else viewBox="64 64 896 896" class="" data-icon="user" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false"><path d="M858.5 763.6a374 374 0 0 0-80.6-119.5 375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"></path></svg>
<!-- <img v-if="top3hasAvatar" :src="`https://cdn.sdutacm.cn/oj/image/avatars/${top3Avatar}`" alt="" style="border-radius: 50%" />
<svg v-else viewBox="64 64 896 896" class="" data-icon="user" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false"><path d="M858.5 763.6a374 374 0 0 0-80.6-119.5 375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"></path></svg> -->
{{ top3Name }}
<span class="rank3ac">{{ top3Ac }}</span>
</span>
Expand Down
7 changes: 4 additions & 3 deletions src/views/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
class="next"
:class="{ nextactive: isnext }"
/>
<Night id="page6" class="page hide" v-if="hasNight"></Night>

<Hard id="page7" class="page " v-if="hasMaxTries"></Hard>

<section id="page1" class="page hide">
<section id="page1" class="page">
<div class="confettis" v-if="true">
<div class="confetti"></div>
<div class="confetti"></div>
Expand Down Expand Up @@ -71,6 +69,9 @@
<NewContest id="page4" class="page hide"></NewContest>
<AC id="page5" class="page hide"></AC>

<Night id="page6" class="page hide" v-if="hasNight"></Night>
<Hard id="page7" class="page hide" v-if="hasMaxTries"></Hard>

<BiSai id="page8" class="page hide" v-if="hascontest"></BiSai>
<Blue id="page9" class="page hide" v-if="hasBlue" ></Blue>

Expand Down

0 comments on commit 05fffe4

Please sign in to comment.