diff --git a/src/view/hotfusion/src/assets/less/index.less b/src/view/hotfusion/src/assets/less/index.less
index 7ab1f1d..96fa2ce 100644
--- a/src/view/hotfusion/src/assets/less/index.less
+++ b/src/view/hotfusion/src/assets/less/index.less
@@ -170,12 +170,41 @@ html {
font-weight: bold;
font-size: 15px;
padding: 15px;
- background-color: #f8f8f8 !important;
+ border-radius: 30px;
+ background-color: transparent !important;
+ border: solid 4px #fff;
+ color: #fff;
+ i,svg{
+ font-size: 20px;
+ margin-right: 10px;
+ color: #fffdfa;
+ }
+ &.disabled{
+ opacity: 0.2 !important;
+ }
.container {
- background-color: #f8f8f8 !important;
+ &.disabled {
+ opacity: 0.2 !important;
+ }
+ background-color: transparent !important;
span {
font-size: 15px;
+ color: #fff;
+ }
+ }
+ }
+ }
+ .contactus {
+ .splitpanes__pane{
+ overflow: visible;
+ button{
+ border: none;
+ &[disabled] {
+ opacity: 0.2 !important;
+ background-color: #121418 !important
}
+ background-color: #1bb261 !important;
+ color: #fff;
}
}
}
@@ -189,4 +218,13 @@ html {
width: 0;
}
}
+ .paragraph{
+ .icon {
+ margin-bottom: 10px !important;
+ height: 100px !important;
+ i,svg {
+ font-size: 90px !important;
+ }
+ }
+ }
}
\ No newline at end of file
diff --git a/src/view/hotfusion/src/index.vue b/src/view/hotfusion/src/index.vue
index b0d1d04..c9bad25 100644
--- a/src/view/hotfusion/src/index.vue
+++ b/src/view/hotfusion/src/index.vue
@@ -15,8 +15,12 @@ export default {
Scrollbar,
A11y
],
+ swiper : false
}),
methods : {
+ onSwiper(e){
+ this.swiper = e;
+ },
onSlideChange(e){
this.activeIndex = e.activeIndex;
setTimeout(() => {
@@ -46,6 +50,10 @@ export default {
}
})
})
+ },
+ goTo(e){
+ if(e === 'contactus')
+ this.swiper.slideTo(4);
}
},
mounted() {
@@ -57,18 +65,18 @@ export default {
+ It’s free to reach out to us, so why not? Send us your inquiry, and we'll get back to you as soon as possible. +
- It’s free to reach out to us, so why not? Send us your inquiry, and we'll get back to you as soon as possible. -
-
+ Thank you for reaching out! We've received your message and will respond as soon as possible. Your inquiry is important to us, and we'll get back to you promptly. If you have any urgent concerns, please feel free to contact us directly.
+
+
Ideal for minor website updates, troubleshooting, and general maintenance tasks. Perfect for keeping your existing platform running smoothly.
Suitable for building new website features, setting up e-commerce platforms, or integrating third-party payment solutions. This level covers most standard development needs.
For complex custom application development, enterprise-level integrations, or high-level consulting. This tier addresses challenging projects requiring specialized skills and expertise.