You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

218 lines
3.6 KiB
CSS

:root {
--style-color-1: #86b883;
--style-color-2: #d35050;
--style-color-3: #aee3ab;
--style-color-4: #e19898;
}
.footer_beian_wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #8c939d30;
text-align: center;
line-height: 40px;
font-size: 16px;
color: #8c939d;
}
.footer_web_icon_wrapper {
width: 500px;
}
.footer_web_icon_wrapper img {
width: 500px;
}
.footer_web_wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer_web_logo_wrapper {
}
.footer_web_logo_icon_wrapper {
width: 200px;
height: 80px;
line-height: 80px;
font-weight: bold;
font-size: 30px;
}
.footer_web_logo_text_wrapper {
width: 400px;
line-height: 28px;
font-size: 16px;
color: #8c939d;
}
.footer_wrapper {
background: #f1f2f4;
padding: 30px 50px;
margin-top: 20px;
}
.header_info_wrapper {
display: flex;
align-items: center;
margin-left: 50px;
}
.header_info_chat_wrapper {
margin-left: 50px;
}
.header_info_tel_number_wrapper,
.header_info_chat_number_wrapper {
font-size: 26px;
}
.header_info_tel_tip_wrapper,
.header_info_chat_tip_wrapper {
font-size: 16px;
color: #8c939d;
margin-top: 5px;
}
.header_search_input_input_wrapper {
width: 700px;
height: 100%;
line-height: 50px;
padding: 0 20px;
}
.header_search_input_icon_wrapper {
width: 100px;
height: 100%;
background: var(--style-color-1);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.header_search_tags_wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 10px;
}
.header_search_tag_wrapper {
padding: 5px 10px;
color: #737373;
background: #f7f7f7;
border-radius: 6px;
margin-right: 10px;
cursor: pointer;
}
.header_search_tag_active_wrapper {
color: #ffffff;
background: var(--style-color-1);
}
.header_search_wrapper {
margin-left: 30px;
}
.header_search_input_wrapper {
display: flex;
align-items: center;
border: 1px solid var(--style-color-1);
height: 50px;
width: 800px;
}
.header_top_wrapper {
display: none;
height: 40px;
/*display: flex;*/
justify-content: space-between;
align-items: center;
padding: 0 20px;
font-size: 14px;
color: #888888;
background: #f5f5f5;
}
.header_space_wrapper {
display: flex;
align-items: center;
}
.header_top_nav_wrapper {
margin: 0 5px;
cursor: pointer;
}
.header_user_wrapper {
display: flex;
align-items: center;
cursor: pointer;
}
.header_login_wrapper:hover {
font-weight: bold;
color: #333333;
}
.header_box_wrapper {
display: flex;
align-items: center;
justify-content: center;
width: calc(100% - 40px);
margin: 20px auto 0;
}
.header_logo_wrapper {
width: 200px;
height: 100px;
text-align: center;
line-height: 100px;
font-size: 30px;
}
.header_top_nav_wrapper:hover {
font-weight: bold;
color: #333333;
}
.header_login_text_wrapper {
margin-left: 5px;
margin-right: 20px;
}
.header_login_wrapper {
display: flex;
align-items: center;
}
.header_space_icon_wrapper {
color: var(--style-color-1);
}
.header_space_text_wrapper {
margin-left: 5px;
}
.header_change_space_wrapper {
display: flex;
align-items: center;
margin-left: 20px;
cursor: pointer;
}
.header_change_space_wrapper:hover {
font-weight: bold;
color: #333333;
}
.header_change_space_icon_wrapper {
margin-left: 5px;
}