顶部导航优化

master
gongfuxiang 2023-10-11 17:44:48 +08:00
parent bb27c47668
commit 568a728b80
2 changed files with 8 additions and 8 deletions

View File

@ -181,16 +181,16 @@
.search-content input {
font-size: 24rpx;
padding: 0 32rpx 0 76rpx;
padding: 0 32rpx 0 54rpx;
box-sizing: border-box;
height: 56rpx;
line-height: 56rpx;
height: 58rpx;
line-height: 58rpx;
}
.search-content .search-btn {
width: 106rpx;
height: 46rpx;
line-height: 46rpx;
height: 48rpx;
line-height: 48rpx;
font-size: 28rpx;
border-radius: 30rpx;
padding: 0;

View File

@ -341,7 +341,7 @@
top_content_bg_color: 'background:linear-gradient(180deg, ' + theme_color + ' 0%, #f5f5f5 80%)',
top_content_search_bg_color: 'background:linear-gradient(180deg, ' + theme_color + ' 0%, #f5f5f5 360%)',
top_content_search_content_style: 'background-image: url("' + static_url + 'nav-top.png");',
top_content_style: 'padding-top:' + (bar_height + 5) + 'px;',
top_content_style: 'padding-top:' + (bar_height + 7) + 'px;',
// #ifdef H5 || MP-TOUTIAO || APP
top_content_style: 'padding-top:' + (bar_height + 10) + 'px;',
// #endif
@ -505,10 +505,10 @@
var width = this.is_logo_use_text == 1 ? app.globalData.string_width(this.application_title) : ((this.application_logo || null) == null ? 0 : 112);
// #ifdef H5 || MP-TOUTIAO || APP
var len = (this.right_icon_list || []).length;
width += (len <= 0) ? 0 : 72 * len;
width += (len <= 0) ? 0 : 70 * len;
// #endif
// #ifdef MP
width += 200;
width += 220;
// #endif
this.setData({
top_content_search_style: 'width: calc(100% - ' + width + 'rpx);',