This commit is contained in:
周中平 2020-08-28 10:49:50 +08:00
parent 054ace2994
commit 1eb6284ca3
5 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@ const App = getApp();
Component({ Component({
options: { options: {
multipleSlots: true // 在组件定义时的选项中启用多slot支持 addGlobalClass: true,
}, },
/** /**

View File

@ -1,4 +1,4 @@
@import "/utils/common.wxss"; /* @import "/utils/common.wxss"; */
/* 快捷导航 */ /* 快捷导航 */
@ -29,7 +29,7 @@
opacity: 0; opacity: 0;
} }
.nav-item text { .nav-item .iconfont {
font-size: 40rpx; font-size: 40rpx;
} }

View File

@ -1,21 +1,21 @@
.store_nav_cont { .store_nav_cont {
padding: 20rpx 0; padding: 20rpx 0;
font-size: 25rpx;
} }
.store_nav_cont #list-true { .store_nav_cont #list-true {
color: #ff495e; color: #ff495e;
font-size: 28rpx;
} }
.store_nav_cont #list-0 { .store_nav_cont #list-0 {
color: #333; color: #333;
font-size: 28rpx;
} }
.store_nav_cont .price__arrow { .store_nav_cont .price__arrow {
padding-left: 20rpx; padding-left: 20rpx;
font-size: 18rpx; font-size: 18rpx;
color: #777; color: #777;
line-height: 1;
} }
.store_nav_cont #list-true .price__arrow text.active { .store_nav_cont #list-true .price__arrow text.active {

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
{ {
"version": "1.1.42" "version": "1.1.43"
} }