generated from nuxt/nuxt_site
208 lines
4.0 KiB
SCSS
208 lines
4.0 KiB
SCSS
.messageUsForm__error {
|
|
color: #dc3232;
|
|
font-weight: normal;
|
|
display: block;
|
|
}
|
|
|
|
.contactus_hd {
|
|
padding: 100px 0 0 0;
|
|
}
|
|
|
|
.section1_title {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.section1_title_text {
|
|
font-size: 40px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.contactus_hd h3 {
|
|
font-size: 17px;
|
|
color: #666;
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.contactus_way {
|
|
margin-top: 50px;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.row {
|
|
margin-right: -15px;
|
|
margin-left: -15px;
|
|
}
|
|
|
|
.ways {
|
|
height: 100%;
|
|
padding: 30px 20px;
|
|
background-color: #fff;
|
|
border-radius: 30px;
|
|
box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
|
|
transition: all 0.35s ease-in-out;
|
|
-webkit-transition: all 0.35s ease-in-out;
|
|
-moz-transition: all 0.5s ease-in-out;
|
|
-ms-transition: all 0.35s ease-in-out;
|
|
-o-transition: all 0.35s ease-in-out;
|
|
}
|
|
|
|
.ways p {
|
|
font-size: 22px;
|
|
color: #000;
|
|
text-align: center;
|
|
font-weight: normal;
|
|
transition: all 0.35s ease-in-out;
|
|
-webkit-transition: all 0.35s ease-in-out;
|
|
-moz-transition: all 0.5s ease-in-out;
|
|
-ms-transition: all 0.35s ease-in-out;
|
|
-o-transition: all 0.35s ease-in-out;
|
|
}
|
|
|
|
.wayscon {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.ways i {
|
|
color: #82E7D4;
|
|
text-align: center;
|
|
margin: 0 auto 10px auto;
|
|
font-size: 50px;
|
|
transition: all 0.35s ease-in-out;
|
|
-webkit-transition: all 0.35s ease-in-out;
|
|
-moz-transition: all 0.5s ease-in-out;
|
|
-ms-transition: all 0.35s ease-in-out;
|
|
-o-transition: all 0.35s ease-in-out;
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
|
|
.ways p {
|
|
font-size: 22px;
|
|
color: #000;
|
|
text-align: center;
|
|
transition: all 0.35s ease-in-out;
|
|
-webkit-transition: all 0.35s ease-in-out;
|
|
-moz-transition: all 0.5s ease-in-out;
|
|
-ms-transition: all 0.35s ease-in-out;
|
|
-o-transition: all 0.35s ease-in-out;
|
|
}
|
|
|
|
.contactus_bd {
|
|
padding: 100px 0 100px 0;
|
|
}
|
|
|
|
.contactus_table {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.wpcf7 .screen-reader-response {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
clip-path: inset(50%);
|
|
height: 1px;
|
|
width: 1px;
|
|
margin: -1px;
|
|
padding: 0;
|
|
border: 0;
|
|
word-wrap: normal !important;
|
|
}
|
|
|
|
.feedbackForm {
|
|
padding: 16px 16px 40px 16px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.feedbackForm .line {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.feedbackForm .line input {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
padding: 0 11px;
|
|
}
|
|
|
|
.contactus_table input {
|
|
width: 100%;
|
|
color: #000;
|
|
border: none;
|
|
height: 50px;
|
|
font-size: 16px;
|
|
padding: 5px 10px;
|
|
transition: all 0.3s;
|
|
background-size: 15px;
|
|
background-color: #f4f4f4;
|
|
background-repeat: no-repeat;
|
|
background-position: 15px center;
|
|
}
|
|
|
|
.feedbackForm .line input,
|
|
.feedbackForm .line textarea {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
|
|
border-radius: 4px;
|
|
border: solid 1px #ccc;
|
|
color: #222d38;
|
|
display: block;
|
|
}
|
|
|
|
.feedbackForm .btn {
|
|
background: #82E7D4;
|
|
border-radius: 4px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
border: none;
|
|
height: 40px;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
.wpcf7-spinner {
|
|
visibility: hidden;
|
|
display: inline-block;
|
|
background-color: #23282d;
|
|
opacity: 0.75;
|
|
width: 24px;
|
|
height: 24px;
|
|
border: none;
|
|
border-radius: 100%;
|
|
padding: 0;
|
|
margin: 0 24px;
|
|
position: relative;
|
|
}
|
|
|
|
.contactus_table textarea {
|
|
width: 100%;
|
|
color: #000;
|
|
border: none;
|
|
resize: none;
|
|
font-size: 16px;
|
|
height: 200px;
|
|
padding: 10px 10px;
|
|
transition: all 0.3s;
|
|
background-size: 15px;
|
|
background-color: #f4f4f4;
|
|
background-repeat: no-repeat;
|
|
margin: 30px 0 40px 0;
|
|
}
|
|
|
|
.contact_us_link {
|
|
color: black !important;
|
|
text-decoration: none !important;
|
|
} |