init
This commit is contained in:
206
public/frontend/m_weben/css/subject/fake.css
Executable file
206
public/frontend/m_weben/css/subject/fake.css
Executable file
@@ -0,0 +1,206 @@
|
||||
.fake {
|
||||
background-color: #fff;
|
||||
padding-top: 1.25rem;
|
||||
padding-bottom: 2.5rem;
|
||||
margin-top: 0.75rem;
|
||||
margin-bottom: 1.25rem;
|
||||
overflow: hidden;
|
||||
color: #000;
|
||||
}
|
||||
.fake_content {
|
||||
padding-left: 1.25rem;
|
||||
padding-right: 1.25rem;
|
||||
}
|
||||
.title {
|
||||
font-family: 'Montserrat-Bold';
|
||||
font-size: 1rem;
|
||||
line-height: 1.25rem;
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
.sub_title {
|
||||
font-family: 'Montserrat-SemiBold';
|
||||
font-size: 0.875rem;
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
.des {
|
||||
font-family: 'Montserrat-Light';
|
||||
font-size: 0.875rem;
|
||||
margin-top: 0.5rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
.fake_button_content {
|
||||
display: block;
|
||||
font-size: 0.875rem;
|
||||
background-color: #004bfa;
|
||||
width: 100%;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
border-radius: 1.5rem;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-family: 'Montserrat-SemiBold';
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
.fake_button {
|
||||
margin-top: 2rem;
|
||||
width: 100%;
|
||||
}
|
||||
.fake_button:last-child {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
/*查询*/
|
||||
.query_title {
|
||||
font-family: 'Montserrat-Bold';
|
||||
font-size: 1rem;
|
||||
line-height: 1.25rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.sn_img {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.query_sub_title {
|
||||
font-family: 'Montserrat-Bold';
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
.query_des {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
button {
|
||||
border: none;
|
||||
/* width: 100%; */
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.query_des input {
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 0.5rem;
|
||||
padding: 1rem;
|
||||
width: calc(100% - 2rem);
|
||||
}
|
||||
.m-t-40 {
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
.m-t-32 {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.m-b-25 {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.example {
|
||||
margin-top: 1rem;
|
||||
width: 100%;
|
||||
}
|
||||
.query_button {
|
||||
margin-top: 2.5rem;
|
||||
width: 100%;
|
||||
}
|
||||
input::-webkit-input-placeholder {
|
||||
color: #9e9e9f;
|
||||
font-size: 0.875rem;
|
||||
font-family: 'Montserrat-Light';
|
||||
}
|
||||
|
||||
input:-moz-placeholder {
|
||||
color: #9e9e9f;
|
||||
font-size: 0.875rem;
|
||||
font-family: 'Montserrat-Light';
|
||||
}
|
||||
|
||||
input::-moz-placeholder {
|
||||
color: #9e9e9f;
|
||||
font-size: 0.875rem;
|
||||
font-family: 'Montserrat-Light';
|
||||
}
|
||||
|
||||
input:-ms-input-placeholder {
|
||||
color: #9e9e9f;
|
||||
font-size: 0.875rem;
|
||||
font-family: 'Montserrat-Light';
|
||||
}
|
||||
/*结果*/
|
||||
.result_title {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 1rem;
|
||||
background-color: #fff;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
font-family: 'Montserrat-Bold';
|
||||
}
|
||||
.result {
|
||||
background-color: #fff;
|
||||
padding-top: 1.5rem;
|
||||
padding-bottom: 1.5rem;
|
||||
margin-bottom: 1.25rem;
|
||||
overflow: hidden;
|
||||
color: #000;
|
||||
}
|
||||
.result_line {
|
||||
background-color: #f1f1f1;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
}
|
||||
.result_once {
|
||||
font-family: 'Montserrat-Medium';
|
||||
font-size: 0.75rem;
|
||||
line-height: 1rem;
|
||||
margin-top: 1.5rem;
|
||||
color: #9e9e9f;
|
||||
}
|
||||
.result_text_blue {
|
||||
color: #004bfa;
|
||||
}
|
||||
.again_title {
|
||||
font-size: 0.875rem;
|
||||
line-height: 1rem;
|
||||
font-family: 'Montserrat-Bold';
|
||||
}
|
||||
.again_des {
|
||||
font-family: 'Montserrat-Medium';
|
||||
font-size: 0.875rem;
|
||||
margin-top: 0.75rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
.result_img {
|
||||
width: 11.11rem;
|
||||
margin: auto;
|
||||
}
|
||||
.result_year {
|
||||
background-color: rgba(0, 75, 250, 0.03);
|
||||
border-radius: 0.5rem;
|
||||
font-family: 'Montserrat-Medium';
|
||||
line-height: 1rem;
|
||||
font-size: 0.75rem;
|
||||
margin-top: 1.25rem;
|
||||
padding: 0.75rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.result_content {
|
||||
padding-left: 1.25rem;
|
||||
padding-right: 1.25rem;
|
||||
}
|
||||
.result_content .product_title {
|
||||
margin-top: 1.25rem;
|
||||
font-family: 'Montserrat-Bold';
|
||||
line-height: 1rem;
|
||||
font-size: 1rem;
|
||||
padding-left: 0;
|
||||
}
|
||||
.result_content .product_info {
|
||||
font-size: 0.875rem;
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
.result_content .product_info span {
|
||||
display: inline-block;
|
||||
}
|
||||
.result_content .product_info span:first-child {
|
||||
margin-right: 0.5rem;
|
||||
font-family: 'Montserrat-Bold';
|
||||
}
|
||||
.result_content .product_info span:last-child {
|
||||
font-family: 'Montserrat-Medium';
|
||||
}
|
||||
Reference in New Issue
Block a user