Commit 09da528c by 高淑倩

btn

parent 71b2083e
...@@ -1320,8 +1320,8 @@ button { ...@@ -1320,8 +1320,8 @@ button {
button::after{ button::after{
border:none; border:none;
} }
.button-hover{ .button-hover, .button-active{
background-color:none; background-color:transparent;
} }
input{ input{
outline:none; outline:none;
......
...@@ -27,7 +27,7 @@ Component({ ...@@ -27,7 +27,7 @@ Component({
baseImgUrl: app.globalData.imageUrl baseImgUrl: app.globalData.imageUrl
}) })
const { tabBar } = this.data const { tabBar } = this.data
console.log('tabBar', tabBar)
let currentTab = tabBar.images let currentTab = tabBar.images
currentTab.forEach(item => { currentTab.forEach(item => {
// 存在 row 处理数据 8 商品 9 分类 // 存在 row 处理数据 8 商品 9 分类
......
...@@ -7,8 +7,10 @@ ...@@ -7,8 +7,10 @@
justify-content: center; justify-content: center;
} }
.tab-img { .tab-img {
width: 70rpx; /* width: 70rpx;
height: 70rpx; height: 70rpx; */
width: 90rpx;
height: 90rpx;
} }
.tab { .tab {
flex: 1; flex: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment