164 lines
3.3 KiB
CSS
164 lines
3.3 KiB
CSS
.dot {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.setBetween {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.setRowCenter {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.setColumnCenter {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.setCenter {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.ra {
|
|
border-radius: 0.2rem;
|
|
overflow: hidden;
|
|
}
|
|
.bs {
|
|
box-shadow: 0 0 0.5rem #ebebeb;
|
|
}
|
|
.box-shadow {
|
|
box-shadow: 0rem 0.3rem 0.5rem 0rem rgba(36, 65, 116, 0.1);
|
|
}
|
|
.btn {
|
|
padding: 0.3rem 0.9rem;
|
|
background-color: #3b52f6;
|
|
color: #fff !important;
|
|
border-radius: 2rem;
|
|
font-size: 0.9rem;
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
.btn.s1 {
|
|
background-color: transparent;
|
|
border: 1px solid #3b52f6;
|
|
color: #3b52f6 !important;
|
|
}
|
|
.a-hover:hover {
|
|
color: #3b52f6;
|
|
}
|
|
.fb {
|
|
font-family: "robotoMedium";
|
|
}
|
|
.contact-banner {
|
|
padding: 3rem 0;
|
|
}
|
|
.contact-banner h1 {
|
|
font-family: "robotoMedium";
|
|
font-size: 2.4rem;
|
|
}
|
|
.contact-banner h5 {
|
|
font-size: 1.3rem;
|
|
font-family: "robotoMedium";
|
|
margin-top: 4rem;
|
|
}
|
|
.contact-container section:not(:first-of-type) {
|
|
padding-top: 0;
|
|
}
|
|
.contact-container .container .item {
|
|
margin-bottom: 3rem;
|
|
}
|
|
.contact-container .container .item:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
.contact-container .container .item h6 {
|
|
font-family: "robotoMedium";
|
|
font-size: 1.3rem;
|
|
position: relative;
|
|
}
|
|
.contact-container .container .item h6::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
right: calc(100% + 0.5rem);
|
|
width: 1.3rem;
|
|
height: 1.3rem;
|
|
background-color: #3b52f6;
|
|
transform: translateY(-50%);
|
|
}
|
|
.contact-container .container .item strong {
|
|
font-weight: bold;
|
|
}
|
|
.contact-container .container .item .text {
|
|
width: fit-content;
|
|
box-shadow: 0rem 0.15rem 0.9rem 0rem rgba(32, 30, 29, 0.35);
|
|
border-radius: 0.25rem;
|
|
padding: 0.9rem;
|
|
margin: 0.9rem 0;
|
|
position: relative;
|
|
padding-right: 8rem;
|
|
}
|
|
.contact-container .container .item .text img {
|
|
position: absolute;
|
|
}
|
|
.contact-container .container .item.item1 .text img {
|
|
bottom: -12%;
|
|
left: 45%;
|
|
}
|
|
.contact-container .container .item.item2 .text img {
|
|
bottom: -12%;
|
|
left: 83%;
|
|
}
|
|
.contact-container .container .item.item3 .text img {
|
|
bottom: -110%;
|
|
left: 90%;
|
|
}
|
|
.contact-container .container .item .mail {
|
|
text-align: center;
|
|
padding-top: 2rem;
|
|
}
|
|
.contact-container .container .item .mail a {
|
|
display: inline-block;
|
|
font-size: 0.9rem;
|
|
font-weight: bold;
|
|
color: #3b52f6;
|
|
padding: 0.6rem;
|
|
padding-bottom: 0.9rem;
|
|
padding-left: 4rem;
|
|
padding-right: 0.9rem;
|
|
background-image: url("../images/jx2.png");
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.container .item .text p{
|
|
font-family: 'robotoLight'!important;
|
|
color: #000;
|
|
font-size: 0.9rem;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
.contact-container .container .item.item2 .text img {
|
|
max-width: 13rem;
|
|
}
|
|
.contact-container .container .item.item3 .text img {
|
|
max-width: 18rem;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.main-center {
|
|
padding-left: 2%;
|
|
padding-right: 2%;
|
|
}
|
|
.contact-container .container .item .text img,
|
|
.contact-container .container .item h6::before {
|
|
display: none;
|
|
}
|
|
.contact-container .container .item .mail a {
|
|
font-size: 1.1em;
|
|
}
|
|
.contact-container .container .item .text {
|
|
width: 100%;
|
|
padding: 1rem !important;
|
|
}
|
|
}
|