figma_02_path_fix

This commit is contained in:
2025-11-01 20:56:03 +03:00
parent 299963300e
commit faac55d5cb
2 changed files with 15 additions and 15 deletions

View File

@@ -420,7 +420,7 @@ html, body, * {
.slider_main {
width: 55%;
height: 100%;
background: url("/images/main/01.png") 100% / cover;
background: url("./images/main/01.png") 100% / cover;
border-radius: 30px;
padding: 20px 15px 10px 20px;
color: white;
@@ -580,19 +580,19 @@ html, body, * {
/* active */
#item1.active {
background: url("/images/main/001.png") 100% 100% / cover;
background: url("./images/main/001.png") 100% 100% / cover;
}
#item2.active {
background: url("/images/main/002.png") 100% 100% / cover;
background: url("./images/main/002.png") 100% 100% / cover;
}
#item3.active {
background: url("/images/main/003.png") 100% 100% / cover;
background: url("./images/main/003.png") 100% 100% / cover;
}
#item4.active {
background: url("/images/main/004.png") 100% 100% / cover;
background: url("./images/main/004.png") 100% 100% / cover;
}
#item5.active {
background: url("/images/main/005.png") 100% 100% / cover;
background: url("./images/main/005.png") 100% 100% / cover;
}
.img-open {
display: block;
@@ -988,7 +988,7 @@ html, body, * {
display: flex;
justify-content: space-between;
align-items: center;
background: url("/images/footer_banner/seo_down.png") 100% 100% /cover;
background: url("./images/footer_banner/seo_down.png") 100% 100% /cover;
height: 546px;
border-radius: 30px;
padding: 40px 30px;