mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
I'm done
This commit is contained in:
@@ -168,7 +168,30 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* /Crash-Graph */
|
/* /Crash-History */
|
||||||
|
|
||||||
|
.crash__history {
|
||||||
|
background: linear-gradient(90deg, rgba(34, 37, 47, 0.8) -0.54%, rgba(34, 37, 47, 0.8) 83.03%, rgba(73, 59, 74, 0.64) 103.54%);
|
||||||
|
width: 66%;
|
||||||
|
height: 50px;
|
||||||
|
border-radius: 18px;
|
||||||
|
margin-left: 455px;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: auto auto auto;
|
||||||
|
gap: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.grid-item {
|
||||||
|
background-color: rgba(255, 255, 255, 0.8);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.8);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.crash-history__element {
|
||||||
|
height: 80%;
|
||||||
|
border-radius: 18px;
|
||||||
|
background: rgba(34, 37, 47, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
/* Crash-Players */
|
/* Crash-Players */
|
||||||
|
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
type="checkbox"
|
type="checkbox"
|
||||||
:class="{ 'animate-start-btn': errorAgree }"
|
:class="{ 'animate-start-btn': errorAgree }"
|
||||||
/>
|
/>
|
||||||
<h3>Я согласен с <a href="https://docs.google.com/document/d/1lU_zTWJdD1lcMlIAFDIVz-DlZAoq3a-OFkoO8WBIkzo/edit?usp=sharing">пользовательским соглашением</a></h3>
|
<h3>Я согласен с <a href="https://docs.google.com/document/d/1ytKHnXr67o7mu5TKqlpgRjO8DEvQDRHNnaphhzbr_sg/edit?usp=sharing">пользовательским соглашением</a></h3>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="btn-deposit btn-text-style btn-display-deposit btn-style-payments"
|
class="btn-deposit btn-text-style btn-display-deposit btn-style-payments"
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="withdraw-checkbox checkbox-styles">
|
<div class="withdraw-checkbox checkbox-styles">
|
||||||
<input @click="agreeUser = !agreeUser" type="checkbox" />
|
<input @click="agreeUser = !agreeUser" type="checkbox" />
|
||||||
<h3>Я согласен <a href="https://docs.google.com/document/d/1lU_zTWJdD1lcMlIAFDIVz-DlZAoq3a-OFkoO8WBIkzo/edit?usp=sharing">пользовательским соглашением</a></h3>
|
<h3>Я согласен <a href="https://docs.google.com/document/d/1ytKHnXr67o7mu5TKqlpgRjO8DEvQDRHNnaphhzbr_sg/edit?usp=sharing">пользовательским соглашением</a></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="error-captcha" v-if="errorCaptcha && agreeUser === true">
|
<div class="error-captcha" v-if="errorCaptcha && agreeUser === true">
|
||||||
<h2>Пройдите проверку!</h2>
|
<h2>Пройдите проверку!</h2>
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
type="checkbox"
|
type="checkbox"
|
||||||
:class="{ 'animate-start-btn': errorAgree }"
|
:class="{ 'animate-start-btn': errorAgree }"
|
||||||
/>
|
/>
|
||||||
<h3>Я согласен с <a href="https://docs.google.com/document/d/1lU_zTWJdD1lcMlIAFDIVz-DlZAoq3a-OFkoO8WBIkzo/edit?usp=sharing">пользовательским соглашением</a></h3>
|
<h3>Я согласен с <a href="https://docs.google.com/document/d/1ytKHnXr67o7mu5TKqlpgRjO8DEvQDRHNnaphhzbr_sg/edit?usp=sharing">пользовательским соглашением</a></h3>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="btn-deposit btn-text-style btn-display-deposit btn-style-payments"
|
class="btn-deposit btn-text-style btn-display-deposit btn-style-payments"
|
||||||
|
|||||||
@@ -51,6 +51,11 @@
|
|||||||
|
|
||||||
<section class="crash-game__players" v-if="crashObject && crashObject.Players">
|
<section class="crash-game__players" v-if="crashObject && crashObject.Players">
|
||||||
<div class="crash-game-players__content">
|
<div class="crash-game-players__content">
|
||||||
|
<div class="crash__history">
|
||||||
|
<div class="crash-history__element"><br>
|
||||||
|
В РАЗРАБОТКЕ
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<ul class="user-list" v-if="crashObject.Players.length">
|
<ul class="user-list" v-if="crashObject.Players.length">
|
||||||
<li class="user-crash" v-for="(player, index) in crashObject.Players.sort((a, b) => b.Bid - a.Bid)" :key="index">
|
<li class="user-crash" v-for="(player, index) in crashObject.Players.sort((a, b) => b.Bid - a.Bid)" :key="index">
|
||||||
<div class="user-crash-content" :class="{ 'user-crash-content__lose' : crashObject.Status === 'GameEnd' && player.WinningX <= 0, 'user-crash-content__win' : player.WinningX >= 1 }">
|
<div class="user-crash-content" :class="{ 'user-crash-content__lose' : crashObject.Status === 'GameEnd' && player.WinningX <= 0, 'user-crash-content__win' : player.WinningX >= 1 }">
|
||||||
|
|||||||
Reference in New Issue
Block a user