1.1.43
This commit is contained in:
parent
054ace2994
commit
1eb6284ca3
@ -2,7 +2,7 @@ const App = getApp();
|
||||
|
||||
Component({
|
||||
options: {
|
||||
multipleSlots: true // 在组件定义时的选项中启用多slot支持
|
||||
addGlobalClass: true,
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import "/utils/common.wxss";
|
||||
/* @import "/utils/common.wxss"; */
|
||||
|
||||
/* 快捷导航 */
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.nav-item text {
|
||||
.nav-item .iconfont {
|
||||
font-size: 40rpx;
|
||||
}
|
||||
|
||||
|
@ -1,21 +1,21 @@
|
||||
.store_nav_cont {
|
||||
padding: 20rpx 0;
|
||||
font-size: 25rpx;
|
||||
}
|
||||
|
||||
.store_nav_cont #list-true {
|
||||
color: #ff495e;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.store_nav_cont #list-0 {
|
||||
color: #333;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.store_nav_cont .price__arrow {
|
||||
padding-left: 20rpx;
|
||||
font-size: 18rpx;
|
||||
color: #777;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.store_nav_cont #list-true .price__arrow text.active {
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "1.1.42"
|
||||
"version": "1.1.43"
|
||||
}
|
||||
|
Reference in New Issue
Block a user