@charset "utf-8"; /* 基础动画 */ /* 鼠标悬浮中心,使用:@include positioncenter() */ /* 鼠标悬浮遮罩效果,使用:@include hovermask() */ .news_list_item { position: relative; transition: all cubic-bezier(0, 0.04, 0.14, 0.99) 0.3s; width: 100%; } .news_list_item img { transition: .3s; z-index: 1; } .news_list_item:hover img { transform: scale(1.1); } .news_list_item .info_m_box { z-index: 2; } .news_list_item .information_title { z-index: 3; } .news_list_item .news_item_m_box { background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 77%, rgba(0, 0, 0, 0.1) 100%); position: absolute; top: 0; left: 0; display: flex; height: 100%; width: 100%; align-items: flex-end; z-index: 9; } .news_list_item .news_item_m_box span { font-size: var(--font-size-20); padding: 0 2.4rem 2.4rem 2.4rem; font-weight: 500; color: #ffffff; line-height: 1.4; } .news_owl_banner .owl-item .news_list_item:hover { transform: scale(1); } .news_owl_banner .owl-item .news_list_item:hover span { color: var(--color-primary-base); } .news_owl_banner .owl-item .news_list_item .news_item_m_box span { transition: .3s; } .industry_news { display: grid; grid-template-columns: 31% 31% 31%; grid-template-areas: 'a a b' 'a a c'; } .industry_news.template-1 { grid-column-gap: 2%; grid-row-gap: unset; } .industry_news.template-1 .news_list_item { margin-bottom: 2.4rem; } .industry_news.template-1 .news_list_item:not(:nth-child(1)) { height: 21.4rem; } .industry_news.template-2 { grid-gap: 2%; grid-template-rows: 32.8rem; grid-template-columns: 48% 48%; } .industry_news .news_list_item { border-radius: 12px; overflow: hidden; } .news_module .news_list { margin-top: 4rem; } .news_module .news_list:first-child { margin-top: 0; } .news_module .news_list .news_head { display: flex; justify-content: space-between; } .news_module .news_list .news_head .news_head_option { display: flex; font-size: var(--font-size-12); color: var(--font-color-third); } .news_module .news_list .news_head .news_head_option div { cursor: pointer; } .news_module .news_list .news_head .news_head_option .iconfont { margin-right: 0.6rem; font-size: var(--font-size-12); } .news_module .news_list .news_head .news_head_option .check_more { margin-left: 2rem; } .news_module .news_list .news_title { display: inline-block; font-size: var(--font-size-24); font-weight: 600; padding-right: 8.4rem; border-bottom: 2px solid #41cc8b; color: #41cc8b; margin-bottom: 1.6rem; } .news_module .module_image { height: 7vw !important; } .news_module .template-1 .industry_news .left_box { padding-right: 1.2rem; } .news_module .template-1 .industry_news .left_box .news_list_item { height: 44.2rem; } .news_module .template-1 .industry_news .right_box { display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .news_module .template-1 .industry_news .right_box .news_list_item { width: 100%; height: 21.4rem; margin: 0; } .news_module .template-1 .industry_news .right_box .news_list_item .news_item_m_box span { font-size: var(--font-size-16); } .right_nav { padding-left: 4.4rem; } .right_nav .hot_search_list { border-radius: 0.6rem; border: 1px solid #dedee1; overflow: hidden; background-color: #ffffff; margin-bottom: 2.4rem; margin-left: 2.4rem; } .right_nav .hot_search_list .hot_search_head { display: flex; height: 4.8rem; align-items: center; background-color: #f56462; color: #ffffff; } .right_nav .hot_search_list .hot_search_head .hot_search_title { font-weight: 500; width: 16.8rem; text-align: center; white-space: nowrap; } .right_nav .hot_search_list .hot_search_head .hot_search_title .iconfont { margin-right: 1.1rem; } .right_nav .hot_search_list .hot_search_head .hot_search_option { cursor: pointer; flex: 1; padding-right: 4.8rem; height: 4.8rem; display: flex; align-items: center; justify-content: flex-end; background-color: var(--color-primary-base); font-size: var(--font-size-12); } .right_nav .hot_search_list .hot_search_head .hot_search_option .iconfont { font-size: var(--font-size-12); margin-right: 0.5rem; } .right_nav .hot_search_list .hot_search_head .triangle-2 { width: 0; height: 0; border-bottom: 4.8rem solid var(--color-primary-base); border-left: 2rem solid transparent; } .right_nav .hot_search_list .hot_search_body { padding: 2.4rem 2.4rem 0 1.6rem; } .right_nav .hot_search_list .hot_search_body .hot_item { cursor: pointer; height: 4rem; font-size: var(--font-size-14); font-weight: 400; line-height: 1.2; display: flex; margin-bottom: 2.4rem; align-items: center; } .right_nav .hot_search_list .hot_search_body .hot_item .hot_title { transition: .3s; line-height: 1.4; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .right_nav .hot_search_list .hot_search_body .hot_item .iconfont { color: #f53431; font-size: var(--font-size-16); margin-right: 1rem; } .right_nav .hot_search_list .hot_search_body .hot_item:hover .hot_title { transform: translatex(1rem); color: var(--color-primary-base); } .footer_position { width: 100%; position: fixed; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.6); height: 15rem; z-index: 999; display: flex; align-items: center; } .footer_position img { position: fixed; bottom: 0; left: 22.2rem; width: 21.8rem; z-index: 1000; } .footer_position .footer_left { padding-left: 46.3rem; display: flex; justify-content: center; flex-direction: column; } .footer_position .footer_left .footer_title { font-size: 2.4rem; font-weight: bold; color: #ffffff; line-height: 1.4; margin-bottom: 1.6rem; } .footer_position .footer_left .footer_desc { font-size: 1.6rem; color: #ffffff; line-height: 1.2; } .footer_position .footer_right { padding-right: 38.6rem; flex: 1; justify-content: flex-end; display: flex; position: relative; height: 100%; align-items: center; } .footer_position .footer_right .iconfont { font-size: 4.8rem; position: absolute; top: 1.8rem; right: 25.4rem; color: #b2b4c7; cursor: pointer; } .footer_position .footer_right .footer_btn { width: fit-content; height: fit-content; font-size: 2.4rem; font-weight: bold; color: #ffffff; padding: 0.8rem 9.6rem; border-radius: 3.2rem; background: #ff6600; cursor: pointer; } .head_user_info_container { width: 42rem; box-sizing: border-box; border-radius: 1.2rem !important; } .head_user_info_container .search_identity { margin-bottom: 1rem; } .head_user_info_container .search_identity .el-input__wrapper { height: 4rem; border-radius: 8.6rem; } .head_user_info_container .el-scrollbar { border-radius: 1.2rem !important; } .head_user_info_container > .el-scrollbar > .el-scrollbar__wrap { padding: 2.4rem; } .head_user_info_container .show_all_page { margin-top: 1.8rem; border-top: 1px solid #ced0d4; padding-top: 1.8rem; font-size: 1.6rem; color: #3888ff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; } .head_user_info_container .show_all_page .list_number { font-size: 1.4rem; background: #f53431; border-radius: 4.6rem; padding: 0.6rem 1.6rem; color: #ffffff; } .head_user_info_container .header_info { display: flex; } .head_user_info_container .header_user_info { padding: 1.6rem; display: flex; transition: .3s; flex-direction: column; border-radius: 0.8rem; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); margin-bottom: 1.2rem; } .head_user_info_container .header_user_info .header_info_item { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; font-size: var(--font-size-20); position: relative; } .head_user_info_container .header_user_info .header_info_item .user_nick_name { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 1.6rem; } .head_user_info_container .header_user_info .header_info_item.user_avatar { cursor: pointer; } .head_user_info_container .header_user_info .header_info_item.user_avatar .icon { position: absolute; bottom: -0.6rem; right: -0.6rem; height: 2.8rem; width: 2.8rem; } .head_user_info_container .header_user_info .header_info_item img { height: 6rem; width: 6rem; border-radius: 50%; object-fit: cover; border: 1px solid #dedee1; } .head_user_info_container .header_user_info .header_info_item.user_nick { flex: 1; padding: 0 1.6rem; } .head_user_info_container .header_user_info .header_info_item.user_nick .curr_homepage { cursor: pointer; color: var(--font-color-second); margin-bottom: 0; transition: .3s; } .head_user_info_container .header_user_info .header_info_item.user_nick .curr_homepage:hover { color: #79bbff; } .head_user_info_container .header_user_info .recently_user { display: flex; align-items: center; cursor: pointer; } .head_user_info_container .header_user_info .recently_user .iconfont { position: relative; font-size: 5.8rem; color: #92939a; } .head_user_info_container .header_user_info .recently_user img { border: 1px solid #dedee1; position: absolute; width: 3.8rem; height: 3.8rem; left: 0; top: 0; bottom: 0; right: 0; margin: auto; border-radius: 50%; } .head_user_info_container .el-dropdown-menu .el-dropdown-menu__item { color: var(--font-color-second); font-size: var(--font-size-16); padding: 1.6rem 2.4rem; } .head_user_info_container .el-dropdown-menu .el-dropdown-menu__item .iconfont { color: var(--font-color-third); font-size: 2.4rem; margin-right: 1.6rem; } .head_user_info_container .el-dropdown-menu .el-dropdown-menu__item:hover { color: var(--font-color-second); background-color: #f2f2f9; } .switch_identities_s { box-shadow: none !important; padding: 0 !important; } .switch_identities_s .switch_identities_head { display: flex; font-size: 2rem; margin-bottom: 2.4rem; } .switch_identities_s .switch_identities_head span { flex: 1; font-weight: bold; } .switch_identities_s .switch_identities_head i { color: #272937; font-size: 2rem; cursor: pointer; } .switch_identities { padding: 1.6rem; box-shadow: 0 3rem 12rem 1px rgba(62, 67, 115, 0.16); border-radius: 1.2rem !important; } .switch_identities > .el-scrollbar { padding-right: 1.2rem; } .switch_identities .identity_list { background-color: #ffffff; } .switch_identities .identity_list .identity_char_first { padding: 0.8rem 0.4rem; margin: 0.6rem 0; font-size: var(--font-size-12); color: var(--font-color-four); background-color: #f9f9fc; box-sizing: border-box; display: block; } .switch_identities .identity_list .identity_item { cursor: pointer; color: var(--font-color-second); font-size: var(--font-size-16); padding: 1.2rem; display: flex; align-items: center; border-radius: 1.2rem; } .switch_identities .identity_list .identity_item > i { border: 0.2rem var(--color-primary-base) solid; height: 2rem; width: 2rem; border-radius: 50%; position: relative; opacity: 0; } .switch_identities .identity_list .identity_item > i:before { border-radius: 50%; content: ''; background-color: var(--color-primary-base); height: 1.2rem; width: 1.2rem; left: 0; right: 0; top: 0; bottom: 0; margin: auto; position: absolute; } .switch_identities .identity_list .identity_item.active { color: var(--color-primary-base); pointer-events: none; } .switch_identities .identity_list .identity_item.active i { opacity: 1; } .switch_identities .identity_list .identity_item:hover { background-color: #f2f2f9; } .switch_identities .identity_list .identity_item img { height: 5.2rem; width: 5.2rem; object-fit: cover; border-radius: 50%; margin-right: 0.4rem; border: 1px solid #dedee1; } .switch_identities .identity_list .identity_item span { flex: 1; border-radius: 0.6rem; padding: 0 0.8rem; transition: .3s; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .margin-left-10 { margin-left: 10px; } /*# sourcemappingurl=index.css.map */