162 lines
3.5 KiB
CSS
Executable File
162 lines
3.5 KiB
CSS
Executable File
@charset "UTF-8";
|
|
.oricoEGapp-Contact {
|
|
/*新增*/
|
|
}
|
|
.oricoEGapp-Contact .banner {
|
|
position: relative;
|
|
margin-top: 3.3rem;
|
|
}
|
|
.oricoEGapp-Contact .banner_title {
|
|
font-family: "Metropolis-Bold";
|
|
font-size: 1.5rem;
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -0.75rem;
|
|
color: #fff;
|
|
z-index: 9;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.oricoEGapp-Contact .content {
|
|
background-color: #fff;
|
|
margin-top: 0.75rem;
|
|
padding: 2rem 1.25rem;
|
|
color: #000;
|
|
}
|
|
.oricoEGapp-Contact .title {
|
|
font-family: "Metropolis-Bold";
|
|
font-size: 1rem;
|
|
}
|
|
.oricoEGapp-Contact .info {
|
|
padding-top: 2.125rem;
|
|
padding-bottom: 2rem;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.oricoEGapp-Contact .info .left {
|
|
width: 3rem;
|
|
height: 3rem;
|
|
margin-right: 1rem;
|
|
}
|
|
.oricoEGapp-Contact .info .left img {
|
|
width: 3rem;
|
|
height: 3rem;
|
|
}
|
|
.oricoEGapp-Contact .info .right {
|
|
width: 88% !important;
|
|
}
|
|
.oricoEGapp-Contact .info .right .des {
|
|
font-family: "Metropolis-Regular";
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
}
|
|
.oricoEGapp-Contact .info_title {
|
|
font-family: "Metropolis-Bold";
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
margin-bottom: 0.22rem;
|
|
}
|
|
.oricoEGapp-Contact .m-t-20 {
|
|
margin-top: 1.11rem;
|
|
}
|
|
.oricoEGapp-Contact .question {
|
|
margin-top: 1.11rem;
|
|
}
|
|
.oricoEGapp-Contact .question .title {
|
|
margin-top: 0.5rem;
|
|
font-family: "Metropolis-Bold";
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
}
|
|
.oricoEGapp-Contact .question .des {
|
|
margin-top: 0.5rem;
|
|
}
|
|
.oricoEGapp-Contact .question .des input {
|
|
background-color: #f2f2f2;
|
|
border-radius: 0.5rem;
|
|
padding: 1rem;
|
|
width: calc(100% - 2rem);
|
|
width: -webkit-calc(100% - 2rem);
|
|
width: -moz-calc(100% - 2rem);
|
|
}
|
|
.oricoEGapp-Contact .question .des textarea {
|
|
background-color: #f2f2f2;
|
|
border-radius: 0.5rem;
|
|
padding: 1rem;
|
|
width: calc(100% - 2rem);
|
|
border: 1px solid transparent;
|
|
}
|
|
.oricoEGapp-Contact .send {
|
|
display: block;
|
|
background-color: #004bfa;
|
|
font-family: "Metropolis-Bold";
|
|
font-size: 0.875rem;
|
|
padding: 0.75rem 1.5rem;
|
|
color: #fff;
|
|
border-radius: 1.25rem;
|
|
width: fit-content;
|
|
margin: 0 auto;
|
|
}
|
|
.oricoEGapp-Contact .red {
|
|
color: #ee2f53;
|
|
}
|
|
.oricoEGapp-Contact .contact_b {
|
|
font-family: "Metropolis-SemiBold";
|
|
font-size: 1rem;
|
|
padding-top: 1.125rem;
|
|
padding-bottom: 1.125rem;
|
|
color: #004bfa;
|
|
width: 100%;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
margin-top: 0.67rem;
|
|
}
|
|
.oricoEGapp-Contact .contact_b a {
|
|
color: #004bfa;
|
|
}
|
|
.oricoEGapp-Contact .line {
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: #f1f1f1;
|
|
}
|
|
.oricoEGapp-Contact input::-webkit-input-placeholder {
|
|
color: #9e9e9f;
|
|
font-size: 0.875rem;
|
|
font-family: "Metropolis-Regular";
|
|
}
|
|
.oricoEGapp-Contact input:-moz-placeholder {
|
|
color: #9e9e9f;
|
|
font-size: 0.875rem;
|
|
font-family: "Metropolis-Regular";
|
|
}
|
|
.oricoEGapp-Contact input::-moz-placeholder {
|
|
color: #9e9e9f;
|
|
font-size: 0.875rem;
|
|
font-family: "Metropolis-Regular";
|
|
}
|
|
.oricoEGapp-Contact input:-ms-input-placeholder {
|
|
color: #9e9e9f;
|
|
font-size: 0.875rem;
|
|
font-family: "Metropolis-Regular";
|
|
}
|
|
.oricoEGapp-Contact textarea::-webkit-input-placeholder {
|
|
color: #9e9e9f;
|
|
font-size: 0.875rem;
|
|
font-family: "Metropolis-Regular";
|
|
}
|
|
.oricoEGapp-Contact textarea:-moz-placeholder {
|
|
color: #9e9e9f;
|
|
font-size: 0.875rem;
|
|
font-family: "Metropolis-Regular";
|
|
}
|
|
.oricoEGapp-Contact textarea::-moz-placeholder {
|
|
color: #9e9e9f;
|
|
font-size: 0.875rem;
|
|
font-family: "Metropolis-Regular";
|
|
}
|
|
.oricoEGapp-Contact textarea:-ms-input-placeholder {
|
|
color: #9e9e9f;
|
|
font-size: 0.875rem;
|
|
font-family: "Metropolis-Regular";
|
|
}
|