.
This commit is contained in:
@@ -86,8 +86,8 @@
|
||||
}
|
||||
|
||||
&__slot-icon {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+10
-10
@@ -199,32 +199,32 @@ const adaptTemplate = async (appTemplate, templateId) => {
|
||||
|
||||
appTemplate.basic.tabbar.items = [
|
||||
{
|
||||
activeIconUrl: "https://puton.huimeimeta.com/imgs/home.png",
|
||||
iconUrl: "https://puton.huimeimeta.com/imgs/home.png",
|
||||
activeIconUrl: "https://puton.huimeimeta.com/imgs/Home.png",
|
||||
iconUrl: "https://puton.huimeimeta.com/imgs/Home.png",
|
||||
text: "首页",
|
||||
url: "/pages/index/index",
|
||||
},
|
||||
{
|
||||
activeIconUrl: "https://puton.huimeimeta.com/imgs/list.png",
|
||||
iconUrl: "https://puton.huimeimeta.com/imgs/list.png",
|
||||
activeIconUrl: "https://puton.huimeimeta.com/imgs/List.png",
|
||||
iconUrl: "https://puton.huimeimeta.com/imgs/List.png",
|
||||
text: "商品列表",
|
||||
url: "/pages/index/list",
|
||||
},
|
||||
{
|
||||
activeIconUrl: "https://puton.huimeimeta.com/imgs/room.png",
|
||||
iconUrl: "https://puton.huimeimeta.com/imgs/room.png",
|
||||
activeIconUrl: "https://puton.huimeimeta.com/imgs/Room.png",
|
||||
iconUrl: "https://puton.huimeimeta.com/imgs/Room.png",
|
||||
text: "试衣间",
|
||||
url: "/pages/index/room",
|
||||
},
|
||||
{
|
||||
activeIconUrl: "https://puton.huimeimeta.com/imgs/cart.png",
|
||||
iconUrl: "https://puton.huimeimeta.com/imgs/cart.png",
|
||||
activeIconUrl: "https://puton.huimeimeta.com/imgs/Vector.png",
|
||||
iconUrl: "https://puton.huimeimeta.com/imgs/Vector.png",
|
||||
text: "购物车",
|
||||
url: "/pages/index/cart",
|
||||
},
|
||||
{
|
||||
activeIconUrl: "https://puton.huimeimeta.com/imgs/my.png",
|
||||
iconUrl: "https://puton.huimeimeta.com/imgs/my.png",
|
||||
activeIconUrl: "https://puton.huimeimeta.com/imgs/My.png",
|
||||
iconUrl: "https://puton.huimeimeta.com/imgs/My.png",
|
||||
text: "我的",
|
||||
url: "/pages/index/user",
|
||||
},
|
||||
|
||||
@@ -223,12 +223,12 @@
|
||||
justify-content: center;
|
||||
|
||||
.active-line {
|
||||
width: 20rpx;
|
||||
height: 1rpx;
|
||||
width: 12px;
|
||||
height: 1px;
|
||||
background: #000;
|
||||
position: absolute;
|
||||
left: calc(50% - 10rpx);
|
||||
bottom: -5rpx;
|
||||
left: calc(50% - 6px);
|
||||
bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user