修改头部距离底部的间距

master
于肖磊 2024-11-08 17:53:29 +08:00
parent ead49d2b3e
commit 72a7a06b7a
2 changed files with 8 additions and 8 deletions

View File

@ -192,15 +192,15 @@
//
is_immersion_model: false,
// 5,7,0 12 66bar_height
// 5,7,0 10 66bar_height
// #ifdef MP
sticky_top: bar_height + 5 + 12,
sticky_top: bar_height + 5 + 10,
// #endif
// #ifdef H5 || MP-TOUTIAO
sticky_top: bar_height + 7 + 12,
sticky_top: bar_height + 7 + 10,
// #endif
// #ifdef APP
sticky_top: bar_height + 0 + 12,
sticky_top: bar_height + 0 + 10,
// #endif
header_top: '',
temp_sticky_top: 0,

View File

@ -152,15 +152,15 @@
text_style: '',
header_style: 'max-width:100%',
common_app_is_header_nav_fixed: 0,
// 5,7,0 12 66bar_height
// 5,7,0 10 66bar_height
// #ifdef MP
top_content_style: 'padding-top:' + (bar_height + 5) + 'px;padding-bottom:12px;',
top_content_style: 'padding-top:' + (bar_height + 5) + 'px;padding-bottom:10px;',
// #endif
// #ifdef H5 || MP-TOUTIAO
top_content_style: 'padding-top:' + (bar_height + 7) + 'px;padding-bottom:12px;',
top_content_style: 'padding-top:' + (bar_height + 7) + 'px;padding-bottom:10px;',
// #endif
// #ifdef APP
top_content_style: 'padding-top:' + bar_height + 'px;padding-bottom:12px;',
top_content_style: 'padding-top:' + bar_height + 'px;padding-bottom:10px;',
// #endif
is_positon_realative: false,
//