Task 1 | fix fix template bugs and layout
This commit is contained in:
176
cart.html
176
cart.html
@@ -60,30 +60,15 @@
|
||||
<div class="order_item_text product_price">900 ₽</div>
|
||||
<div class="counter">
|
||||
<span class="minus">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-minus.svg" alt="">
|
||||
</span>
|
||||
<input type="number" value="1" min="1" max="100">
|
||||
<span class="plus">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</span>
|
||||
</div>
|
||||
<a href="#" class="delete_product">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="25" viewBox="0 0 18 25" fill="none">
|
||||
<path d="M3 7H15V22C15 23.1046 14.1046 24 13 24H5C3.89543 24 3 23.1046 3 22V7Z" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
<path d="M1 7H17V5C17 3.89543 16.1046 3 15 3H3C1.89543 3 1 3.89543 1 5V7Z" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
<path d="M9 1V2.5" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-delete.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="order_item">
|
||||
@@ -96,30 +81,15 @@
|
||||
<div class="order_item_text product_price">1000 ₽ <span>1800 ₽</span></div>
|
||||
<div class="counter">
|
||||
<span class="minus">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-minus.svg" alt="">
|
||||
</span>
|
||||
<input type="number" value="1" min="1" max="100">
|
||||
<span class="plus">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</span>
|
||||
</div>
|
||||
<a href="#" class="delete_product">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="25" viewBox="0 0 18 25" fill="none">
|
||||
<path d="M3 7H15V22C15 23.1046 14.1046 24 13 24H5C3.89543 24 3 23.1046 3 22V7Z" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
<path d="M1 7H17V5C17 3.89543 16.1046 3 15 3H3C1.89543 3 1 3.89543 1 5V7Z" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
<path d="M9 1V2.5" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-delete.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="order_item">
|
||||
@@ -132,30 +102,15 @@
|
||||
<div class="order_item_text product_price">1000 ₽ <span>1800 ₽</span></div>
|
||||
<div class="counter">
|
||||
<span class="minus">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-minus.svg" alt="">
|
||||
</span>
|
||||
<input type="number" value="1" min="1" max="100">
|
||||
<span class="plus">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</span>
|
||||
</div>
|
||||
<a href="#" class="delete_product">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="25" viewBox="0 0 18 25" fill="none">
|
||||
<path d="M3 7H15V22C15 23.1046 14.1046 24 13 24H5C3.89543 24 3 23.1046 3 22V7Z" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
<path d="M1 7H17V5C17 3.89543 16.1046 3 15 3H3C1.89543 3 1 3.89543 1 5V7Z" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
<path d="M9 1V2.5" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-delete.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="order_item">
|
||||
@@ -168,30 +123,15 @@
|
||||
<div class="order_item_text product_price">1000 ₽ <span>1800 ₽</span></div>
|
||||
<div class="counter">
|
||||
<span class="minus">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-minus.svg" alt="">
|
||||
</span>
|
||||
<input type="number" value="1" min="1" max="100">
|
||||
<span class="plus">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</span>
|
||||
</div>
|
||||
<a href="#" class="delete_product">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="25" viewBox="0 0 18 25" fill="none">
|
||||
<path d="M3 7H15V22C15 23.1046 14.1046 24 13 24H5C3.89543 24 3 23.1046 3 22V7Z" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
<path d="M1 7H17V5C17 3.89543 16.1046 3 15 3H3C1.89543 3 1 3.89543 1 5V7Z" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
<path d="M9 1V2.5" stroke="#121212" stroke-width="2" stroke-linecap="square"/>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-delete.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -213,13 +153,7 @@
|
||||
<div class="product_title">Cosmodog adult ягнёнок 2,5 кг</div>
|
||||
<a href="#" class="main_btn">Добавить</a>
|
||||
<a href="#" class="plus desctop_none">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -231,13 +165,7 @@
|
||||
<div class="product_title">Cosmodog adult ягнёнок 2,5 кг</div>
|
||||
<a href="#" class="main_btn">Добавить</a>
|
||||
<a href="#" class="plus desctop_none">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -249,13 +177,7 @@
|
||||
<div class="product_title">Cosmodog adult ягнёнок 2,5 кг</div>
|
||||
<a href="#" class="main_btn">Добавить</a>
|
||||
<a href="#" class="plus desctop_none">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -267,13 +189,7 @@
|
||||
<div class="product_title">Cosmodog adult ягнёнок 2,5 кг</div>
|
||||
<a href="#" class="main_btn">Добавить</a>
|
||||
<a href="#" class="plus desctop_none">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -364,13 +280,7 @@
|
||||
</footer>
|
||||
<div class="modal auth_modal auth1">
|
||||
<span class="plus plus_black">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</span>
|
||||
<div class="d-flex flex-column align-items-center gap-15">
|
||||
<a href="#" class="main_btn login_btn">Вход</a>
|
||||
@@ -380,20 +290,11 @@
|
||||
<form class="modal auth_modal auth2">
|
||||
<div class="modal_top">
|
||||
<a href="#" class="back_btn">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<path d="M26.1484 34.127L14.2969 22.4015L26.1484 10.676" stroke="#121212" stroke-width="2" stroke-linecap="round"/>
|
||||
<circle cx="22" cy="22" r="21" transform="rotate(-180 22 22)" stroke="#121212" stroke-width="2"/>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-back.svg" alt="">
|
||||
</a>
|
||||
<div class="modal_title">Регистрация</div>
|
||||
<span class="plus plus_black">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</span>
|
||||
</div>
|
||||
<div class="modal_inputs">
|
||||
@@ -425,20 +326,11 @@
|
||||
<form class="modal auth_modal auth3">
|
||||
<div class="modal_top">
|
||||
<a href="#" class="back_btn">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<path d="M26.1484 34.127L14.2969 22.4015L26.1484 10.676" stroke="#121212" stroke-width="2" stroke-linecap="round"/>
|
||||
<circle cx="22" cy="22" r="21" transform="rotate(-180 22 22)" stroke="#121212" stroke-width="2"/>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-back.svg" alt="">
|
||||
</a>
|
||||
<div class="modal_title">Регистрация</div>
|
||||
<span class="plus plus_black">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</span>
|
||||
</div>
|
||||
<div class="modal_inputs">
|
||||
@@ -453,20 +345,11 @@
|
||||
<form class="modal auth_modal auth4">
|
||||
<div class="modal_top">
|
||||
<a href="#" class="back_btn">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<path d="M26.1484 34.127L14.2969 22.4015L26.1484 10.676" stroke="#121212" stroke-width="2" stroke-linecap="round"/>
|
||||
<circle cx="22" cy="22" r="21" transform="rotate(-180 22 22)" stroke="#121212" stroke-width="2"/>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-back.svg" alt="">
|
||||
</a>
|
||||
<div class="modal_title">Вход</div>
|
||||
<span class="plus plus_black">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</span>
|
||||
</div>
|
||||
<div class="modal_inputs">
|
||||
@@ -485,20 +368,11 @@
|
||||
<form class="modal auth_modal auth5">
|
||||
<div class="modal_top">
|
||||
<a href="#" class="back_btn">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<path d="M26.1484 34.127L14.2969 22.4015L26.1484 10.676" stroke="#121212" stroke-width="2" stroke-linecap="round"/>
|
||||
<circle cx="22" cy="22" r="21" transform="rotate(-180 22 22)" stroke="#121212" stroke-width="2"/>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-back.svg" alt="">
|
||||
</a>
|
||||
<div class="modal_title">Вход</div>
|
||||
<span class="plus plus_black">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none">
|
||||
<g>
|
||||
<circle cx="22" cy="22" r="21" transform="matrix(1 -2.3597e-08 -2.3597e-08 -1 0 44)" stroke="#121212" stroke-width="2"></circle>
|
||||
<path d="M15 22H29" stroke="#121212" stroke-width="2"></path>
|
||||
<path d="M22 15L22 29" stroke="#121212" stroke-width="2"></path>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="assets/img/icons/i-plus.svg" alt="">
|
||||
</span>
|
||||
</div>
|
||||
<div class="modal_inputs">
|
||||
|
||||
Reference in New Issue
Block a user