PC 端 页面 head

This commit is contained in:
make
2025-04-06 15:31:29 +08:00
parent 57fad274d2
commit cf685cd7b4
20 changed files with 418 additions and 514 deletions

View File

@@ -61,6 +61,11 @@ s{background: url(../images/iconC.png) no-repeat;}
.headWrap_r .long .search_btn s{background-position: -30px 0;}
.headWrap_r .search .search_btn:hover s{background-position: -30px 0;}
/* 首页 */
.btn_toggle_mod_bang{
width: 33px; line-height: 24px; text-align: center; border-radius: 4px; margin-left: 5px; cursor: pointer; font-size: 13px;
}
/* 登陆 */
.headWrap_r .login{float: right; position: relative; background: #fff; padding-top: 32px;}
.headWrap_r .login .login_before{width: 100px; height: 18px; line-height: 20px; padding-left: 20px; cursor: pointer; display: block;}
@@ -320,6 +325,8 @@ display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.find .opt ul li .on:hover{color: #fff;}
.find .opt .no_bor{border-bottom: none;}
/*列表*/
.result{background: #fff; width: 1100px; overflow: hidden;}
.search_tip{text-align: center;}