此提交包含在:
2023-02-03 12:01:57 +05:30
父節點 475141e2d0
當前提交 6e3f74a33b
共有 18 個檔案被更改,包括 1837 行新增1612 行删除
+70 -13
查看文件
@@ -28,7 +28,7 @@
background-position-y: -100px;
// home-banner
.banner-main-container {
height: 400px;
height: 620px;
}
}
@@ -118,7 +118,7 @@
}
}
@media (min-width:298px) and (max-width:768px) {
@media (min-width:278px) and (max-width:767px) {
.home-main-container {
h5,
h6 {
@@ -129,18 +129,23 @@
margin-top: 40px;
}
.banner-main-container {
height: 550px;
text-align: center;
.col-md-6 {
margin-top: 0px;
.button_dark{
display: none;
}
}
h1 {
font-size: 2rem;
height: 550px;
display: block !important;
text-align: center;
.col-md-6 {
padding-top: 7rem;
.button_dark{
display: none;
}
}
.mobile-home-img{
width: 85%;
}
h1 {
font-size: 2rem;
}
}
.hero-banner {
// background: url(../../dist/assets/imgs/Home/All-in-one.png);
// background-size: cover;
@@ -165,10 +170,12 @@
writing-mode: horizontal-tb;
}
.products-main-container {
.enterprise-prd {
.enterprise-prd,.consumer-prd {
margin-top: 10px;
}
}
.news-letter-sec {
a.button_dark {
padding: 10px 5px;
@@ -217,4 +224,54 @@
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
}
}
// index styles
.feature-bg-image.animated-feature-img {
animation: slide 1s ease .2s forwards;
opacity: 0;
// transform-origin: left top;
}
@keyframes slide {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
[alt=footer-rocket-img]{
cursor: pointer;
}
.partners-img{
height:60px;
}
@media (min-width:405px) and (max-width:570px) {
.home-main-container .banner-main-container .mobile-home-img{
width: 60%;
}
}
@media (min-width:1800px) {
.banner-wrapper {
position: relative;
}
.banner-main-container {
height: 900px !important;
}
.offer-main-sec{
position: absolute;
bottom: 40%;
right: 20%;
width: 60%;
}
}