Merge branch 'master' into dev
commit
fc8a91422e
4
App.vue
4
App.vue
|
|
@ -2735,8 +2735,8 @@
|
||||||
// 整体样式
|
// 整体样式
|
||||||
uni.setTabBarStyle({
|
uni.setTabBarStyle({
|
||||||
selectedColor: this.get_theme_color(theme),
|
selectedColor: this.get_theme_color(theme),
|
||||||
color: '#333',
|
color: '#333333',
|
||||||
backgroundColor: '#fff',
|
backgroundColor: '#ffffff',
|
||||||
borderStyle: 'black'
|
borderStyle: 'black'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -431,9 +431,12 @@
|
||||||
left: auto;
|
left: auto;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* #ifdef MP-WEIXIN || MP-BAIDU || MP-ALIPAY || MP-QQ || MP-KUAISHOU */
|
/* #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU */
|
||||||
padding-right: 200rpx;
|
padding-right: 200rpx;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
/* #ifdef MP-ALIPAY */
|
||||||
|
padding-right: 250rpx;
|
||||||
|
/* #endif */
|
||||||
}
|
}
|
||||||
.search-content-seat {
|
.search-content-seat {
|
||||||
height: 74rpx;
|
height: 74rpx;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue