diff --git a/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css b/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css index 396fe41..9294f84 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css @@ -195,6 +195,32 @@ input[type="checkbox"]:checked::before { margin-left: 26px; } +.error-checkbox { + position: absolute; +} + +.error-checkbox h2 { + font-size: 13px; + font-weight: 400; + color: #c52f2f; +} + +.checkbox-styles input:disabled:hover { + animation: shake 0.6s cubic-bezier(.36, .07, .19, .97); +} + +@keyframes shake { + 0%, 100% { + transform: translateX(0); + } + 10%, 30%, 50%, 70%, 90% { + transform: translateX(-4px); + } + 20%, 40%, 60%, 80% { + transform: translateX(4px); + } +} + .number-card { margin-top: 15px; } diff --git a/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/profilemobile.css b/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/profilemobile.css index 89455bf..2d1f468 100644 --- a/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/profilemobile.css +++ b/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/profilemobile.css @@ -107,12 +107,74 @@ body { font-size: 28px; } +.payments-types__mobile { + display: flex; + justify-content: space-between; + align-items: center; +} + +.types-text__mobile h3 { + color: #ABABB4; + font-weight: 600; + font-family: Montserrat; + font-size: 14px; +} + +.types-start__margin-mobile { + margin-left: 42px; +} + +.types-margin__mobile h3 { + margin-right: 80px; +} + +.types-line__mobile { + margin: 20px 0 0 20px; + background: #38383E; + width: 93%; + height: 3px; +} + +.user-info { + margin: 0 20px; +} + +.user-name { + margin-right: 40px; +} + +.user-name__text h3 { + font-size: 16px !important; +} + +.data-info { + margin-right: 50px; +} + +.data-info__text h3 { + font-size: 14px !important; +} + +.transaction-info__text h3 { + font-size: 15px !important; +} + +.payments-card__mobile { + display: flex; +} + +.payments-card__mobile { + display: flex; +} + +/* Media */ + @media screen and (max-device-width: 415px) { .header-mobile { height: 45%; } .profile-mobile__content { - margin-top: -10%; + margin-top: -25%; flex-direction: column; text-align: center; align-items: center; diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css index 8b97670..5926b9d 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css @@ -282,6 +282,7 @@ input[type="number"]::-webkit-outer-spin-button { .square h2 { transition: .2s; opacity: 1; + user-select: none; } .square-text { @@ -381,4 +382,114 @@ input[type="number"]::-webkit-outer-spin-button { top: 455px; } -/* /Saper Game */ \ No newline at end of file +/* /Saper Game */ + +/* Media */ + +@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) { + .saper-game__content { + width: auto; + } + .saper-start { + width: 30%; + height: 80%; + } + .steps-btns__display { + justify-content: center; + } + .margin-lines .firstline { + margin-top: 2%; + } + .info-emeralds { + margin-top: 6.5%; + } + .info-crystals { + margin-top: 6.5%; + } + .crystals-btns__choices button, .btn-style__diamonds button { + padding: 4px 13px; + } + .diamond-icon { + top: 12px; + left: 35px; + } + #diamonds-input { + width: 60%; + } + .btns-style__steps button { + padding: 6px 9px; + } + .card-info img { + width: 100%; + } + .circles-1 { + top: 110px; + } + .circles-2 { + top: 220px; + } + .circles-3 { + top: 330px; + } + .circles-4 { + top: 440px; + } +} + +@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) { + .bg-two { + left: 300px; + } + .saper-game__content { + width: auto; + } + .saper-start { + width: 30%; + height: 75%; + } + .steps-btns__display { + justify-content: center; + } + .margin-lines .firstline { + margin-top: 2%; + } + .square { + width: 75px; + } + .info-emeralds { + margin-top: 6.5%; + } + .info-crystals { + margin-top: 6.5%; + } + .text-style__subtitle h2 { + font-size: 11px; + } + .text-style__comment p { + font-size: 11px; + } + .crystals-btns__choices button, .btn-style__diamonds button { + padding: 4px 7px; + } + .diamonds-btns__display { + margin-left: 3%; + } + .diamond-icon { + top: 12px; + left: 35px; + } + #diamonds-input { + width: 60%; + } + .btns-style__steps button { + padding: 6px 4px; + } + .card-info img { + width: 100%; + } + .circles__content { + display: none; + } +} + +/* /Media */ \ No newline at end of file diff --git a/luckydiamond/src/assets/css/PagesStyles/profile.css b/luckydiamond/src/assets/css/PagesStyles/profile.css index 6cde885..39bd583 100644 --- a/luckydiamond/src/assets/css/PagesStyles/profile.css +++ b/luckydiamond/src/assets/css/PagesStyles/profile.css @@ -179,4 +179,32 @@ .withdraw-color h3 { color: #EA3D38; -} \ No newline at end of file +} + +/* Media */ + +@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) { + .profile__card h2 { + width: 72%; + } + .btn-margin { + padding-right: 56%; + } + .withdraw { + padding-right: 56%; + } +} + +@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) { + .profile__card h2 { + width: 80%; + } + .btn-margin { + padding-right: 66%; + } + .withdraw { + padding-right: 66%; + } +} + +/* /Media */ \ No newline at end of file diff --git a/luckydiamond/src/assets/css/global.css b/luckydiamond/src/assets/css/global.css index 0076b02..0005b7c 100644 --- a/luckydiamond/src/assets/css/global.css +++ b/luckydiamond/src/assets/css/global.css @@ -153,7 +153,7 @@ body, html { .saper { grid-area: saper; - height: 96.2%; + /*height: 96.2%;*/ } /* /Saper */ \ No newline at end of file diff --git a/luckydiamond/src/components/PaymentsModal.vue b/luckydiamond/src/components/PaymentsModal.vue index 2c6b610..dab5e6b 100644 --- a/luckydiamond/src/components/PaymentsModal.vue +++ b/luckydiamond/src/components/PaymentsModal.vue @@ -67,8 +67,11 @@

Введите номер карты

+
+

Введите сначало карту

+
- +

Я согласен с пользовательским соглашением.

@@ -105,6 +108,7 @@ export default { amountWithdraw: 1, amountSave: 1, card: '', + errorAgree: false, captchaToken: null, clickedBtn: "", url: "", diff --git a/luckydiamond/src/pages/adaptive-pages/ProfilemobilePage.vue b/luckydiamond/src/pages/adaptive-pages/ProfilemobilePage.vue index 6a6dde9..6084360 100644 --- a/luckydiamond/src/pages/adaptive-pages/ProfilemobilePage.vue +++ b/luckydiamond/src/pages/adaptive-pages/ProfilemobilePage.vue @@ -19,6 +19,36 @@ +
+
+
+

Вид транзакции

+

Дата

+

Сумма

+
+
+
+
+ +
+
+

5ч назад

+
+
+

99 АР

+
+
+
+
+
+
+