新增朋友圈作者筛选;新增前台登入登出;深度优化
This commit is contained in:
+133
-83
@@ -3,61 +3,67 @@
|
||||
* 合并了原 1440px 和 1920px 的通用样式,并应用了你指定的 mod_third 布局
|
||||
*/
|
||||
@media only screen and (min-width: 1366px) {
|
||||
/* --- 你提供的统一布局样式 --- */
|
||||
body.mod_third .main_wrap,
|
||||
body.mod_third .go_top_box {
|
||||
max-width: 1400px;
|
||||
}
|
||||
|
||||
/* 导航和侧边栏宽度分配 */
|
||||
body.mod_third .left_nav {
|
||||
width: 21%;
|
||||
}
|
||||
body.mod_third .main_sidebar {
|
||||
width: 21%;
|
||||
}
|
||||
body.mod_third .page_main {
|
||||
width: 58%; /* 主内容区 */
|
||||
}
|
||||
/* --- 你提供的统一布局样式 --- */
|
||||
body.mod_third .main_wrap,
|
||||
body.mod_third .go_top_box {
|
||||
max-width: 1400px;
|
||||
}
|
||||
|
||||
/* 底部导航栏和背景音乐盒定位 */
|
||||
body.mod_third .footer_nav {
|
||||
max-width: 1108px;
|
||||
}
|
||||
body.mod_third .bgm_box {
|
||||
margin-left: -75px;
|
||||
}
|
||||
/* 导航和侧边栏宽度分配 */
|
||||
body.mod_third .left_nav {
|
||||
width: 21%;
|
||||
}
|
||||
|
||||
/* --- 桌面端通用的基础样式合并 (源自原1440/1920) --- */
|
||||
.footer_top, .footer_text {
|
||||
font-size: 12px;
|
||||
}
|
||||
body.mod_third .main_sidebar {
|
||||
width: 21%;
|
||||
}
|
||||
|
||||
.land_content {
|
||||
max-width: 1080px;
|
||||
height: 607px;
|
||||
}
|
||||
body.mod_third .page_main {
|
||||
width: 58%;
|
||||
/* 主内容区 */
|
||||
}
|
||||
|
||||
.land_right {
|
||||
padding: 40px;
|
||||
padding-top: 60px;
|
||||
}
|
||||
/* 底部导航栏和背景音乐盒定位 */
|
||||
body.mod_third .footer_nav {
|
||||
max-width: 1108px;
|
||||
}
|
||||
|
||||
.land_logo {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
body.mod_third .bgm_box {
|
||||
margin-left: -75px;
|
||||
}
|
||||
|
||||
.land_right .title {
|
||||
font-size: 32px;
|
||||
}
|
||||
/* --- 桌面端通用的基础样式合并 (源自原1440/1920) --- */
|
||||
.footer_top,
|
||||
.footer_text {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.land_right .land_des {
|
||||
font-size: 14px;
|
||||
}
|
||||
.land_content {
|
||||
max-width: 1080px;
|
||||
height: 607px;
|
||||
}
|
||||
|
||||
.land_right .footer {
|
||||
padding: 0 40px;
|
||||
}
|
||||
.land_right {
|
||||
padding: 40px;
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
.land_logo {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.land_right .title {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.land_right .land_des {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.land_right .footer {
|
||||
padding: 0 40px;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -91,11 +97,14 @@
|
||||
padding: 0 40px;
|
||||
}
|
||||
|
||||
.land_nav a span , .land_nav a i {
|
||||
.land_nav a span,
|
||||
.land_nav a i {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
body.mod_third .main_wrap , body.mod_third .go_top_box , body.mod_third .footer_nav {
|
||||
body.mod_third .main_wrap,
|
||||
body.mod_third .go_top_box,
|
||||
body.mod_third .footer_nav {
|
||||
max-width: 860px;
|
||||
}
|
||||
|
||||
@@ -103,7 +112,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.mod_third #top_third{
|
||||
body.mod_third #top_third {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -118,7 +127,7 @@
|
||||
body.mod_third .top_bar {
|
||||
border-top-right-radius: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 平板端及以下 (<= 1200px)
|
||||
@@ -201,17 +210,21 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.land_right .beian , .land_right .copyright {
|
||||
.land_right .beian,
|
||||
.land_right .copyright {
|
||||
color: #293563;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 小屏平板 (<= 960px)
|
||||
* 保持原样
|
||||
*/
|
||||
@media only screen and (max-width:960px) {
|
||||
.main_wrap , .top_bar , .footer_nav {
|
||||
|
||||
.main_wrap,
|
||||
.top_bar,
|
||||
.footer_nav {
|
||||
max-width: 720px;
|
||||
}
|
||||
|
||||
@@ -219,7 +232,8 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.lbc .page_main , .lbc .footer_nav_box .right {
|
||||
.lbc .page_main,
|
||||
.lbc .footer_nav_box .right {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -237,7 +251,9 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.mod_third .main_wrap, body.mod_third .go_top_box, body.mod_third .footer_nav {
|
||||
body.mod_third .main_wrap,
|
||||
body.mod_third .go_top_box,
|
||||
body.mod_third .footer_nav {
|
||||
max-width: 720px;
|
||||
}
|
||||
|
||||
@@ -249,7 +265,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.mod_third_s #top_third{
|
||||
body.mod_third_s #top_third {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -260,17 +276,19 @@
|
||||
.top_menu_box {
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 手机端 (<= 540px)
|
||||
* 保持原样
|
||||
*/
|
||||
@media only screen and (max-width:540px) {
|
||||
body.mod_third_s #top_third,body.mod_third #top_third{
|
||||
|
||||
body.mod_third_s #top_third,
|
||||
body.mod_third #top_third {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
.top_right {
|
||||
margin-right: 15px;
|
||||
justify-content: flex-end;
|
||||
@@ -282,11 +300,15 @@
|
||||
height: 54px;
|
||||
}
|
||||
|
||||
.moment_cat_nav, .posts_cat_nav, .photos_cat_nav {
|
||||
.moment_cat_nav,
|
||||
.posts_cat_nav,
|
||||
.photos_cat_nav,
|
||||
.friends_cat_nav {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
#post_item,#photos_item {
|
||||
#post_item,
|
||||
#photos_item {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
@@ -305,7 +327,8 @@
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.normal_content .entry-content p, .normal_card_content .entry-content p {
|
||||
.normal_content .entry-content p,
|
||||
.normal_card_content .entry-content p {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -337,7 +360,9 @@
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
.single_wrap .comments-area, .page_content .comments-area , .single_content .comments-area {
|
||||
.single_wrap .comments-area,
|
||||
.page_content .comments-area,
|
||||
.single_content .comments-area {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
@@ -351,7 +376,8 @@
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
.comments-area ul.comment-list li .profile , .comments-area ul.comment-list li .profile a {
|
||||
.comments-area ul.comment-list li .profile,
|
||||
.comments-area ul.comment-list li .profile a {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
@@ -360,12 +386,15 @@
|
||||
width: calc(83px*3);
|
||||
}
|
||||
|
||||
.t_media_item , a.up_img_btn{
|
||||
.t_media_item,
|
||||
a.up_img_btn {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.single_content, .page_content, .page_wrap {
|
||||
.single_content,
|
||||
.page_content,
|
||||
.page_wrap {
|
||||
padding: 0 15px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
@@ -378,7 +407,12 @@
|
||||
bottom: 18%;
|
||||
}
|
||||
|
||||
.blog_list_inner , .single_content, .page_content, .page_wrap , .normal_list_inner , .single_wrap {
|
||||
.blog_list_inner,
|
||||
.single_content,
|
||||
.page_content,
|
||||
.page_wrap,
|
||||
.normal_list_inner,
|
||||
.single_wrap {
|
||||
border-radius: 12px;
|
||||
position: relative;
|
||||
z-index: 199;
|
||||
@@ -388,13 +422,14 @@
|
||||
.top_left {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
|
||||
.top_left .top_logo {
|
||||
display: block;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.top_bar , .dark .top_bar {
|
||||
.top_bar,
|
||||
.dark .top_bar {
|
||||
height: 64px;
|
||||
width: 100% !important;
|
||||
border-radius: 0;
|
||||
@@ -434,7 +469,8 @@
|
||||
height: 240px;
|
||||
}
|
||||
|
||||
.top_bar.uk-sticky-fixed.uk-active , .dark .top_bar.uk-sticky-fixed.uk-active {
|
||||
.top_bar.uk-sticky-fixed.uk-active,
|
||||
.dark .top_bar.uk-sticky-fixed.uk-active {
|
||||
background: transparent;
|
||||
backdrop-filter: none;
|
||||
-webkit-backdrop-filter: none;
|
||||
@@ -452,7 +488,11 @@
|
||||
background: rgb(27 29 48 / 80%);
|
||||
}
|
||||
|
||||
.top_tool i , .dark .top_tool i , .dark .mobile_active .top_tool i , .t_dark a i , .dark .t_dark a i {
|
||||
.top_tool i,
|
||||
.dark .top_tool i,
|
||||
.dark .mobile_active .top_tool i,
|
||||
.t_dark a i,
|
||||
.dark .t_dark a i {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -460,7 +500,7 @@
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.top_tool input.s_input:focus ~ [class*=ri-] {
|
||||
.top_tool input.s_input:focus~[class*=ri-] {
|
||||
color: #4f4f4f;
|
||||
}
|
||||
|
||||
@@ -539,7 +579,8 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.land_right .beian , .land_right .copyright {
|
||||
.land_right .beian,
|
||||
.land_right .copyright {
|
||||
color: #293563;
|
||||
}
|
||||
|
||||
@@ -601,7 +642,8 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.bg_music , .dark a.bg_music {
|
||||
a.bg_music,
|
||||
.dark a.bg_music {
|
||||
background: transparent;
|
||||
width: auto;
|
||||
height: auto;
|
||||
@@ -612,7 +654,12 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.player_mod .tool , a.m_prev , a.m_next , .timer , a.m_volume , .player_hand {
|
||||
.player_mod .tool,
|
||||
a.m_prev,
|
||||
a.m_next,
|
||||
.timer,
|
||||
a.m_volume,
|
||||
.player_hand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -691,25 +738,28 @@
|
||||
}
|
||||
|
||||
body.mod_third_s .footer_nav_box .right {
|
||||
width:100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* 手机端文章目录调整 */
|
||||
h3.listree-titles {
|
||||
font-size: 0.8rem;
|
||||
padding: 9px 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 9px 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#listree-ol li a {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
#listree-ol {
|
||||
margin: 10px 0 15px -10px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
#listree-ol li {
|
||||
line-height: 1.2;
|
||||
margin-top: 6px;
|
||||
@@ -721,9 +771,9 @@
|
||||
.footer_menu a.playing-music i,
|
||||
.footer_menu a.playing-music .title {
|
||||
color: #4CAF50;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user