Commit 09da528c by 高淑倩

btn

parent 71b2083e
......@@ -1320,8 +1320,8 @@ button {
button::after{
border:none;
}
.button-hover{
background-color:none;
.button-hover, .button-active{
background-color:transparent;
}
input{
outline:none;
......
......@@ -27,7 +27,7 @@ Component({
baseImgUrl: app.globalData.imageUrl
})
const { tabBar } = this.data
console.log('tabBar', tabBar)
let currentTab = tabBar.images
currentTab.forEach(item => {
// 存在 row 处理数据 8 商品 9 分类
......
......@@ -7,8 +7,10 @@
justify-content: center;
}
.tab-img {
width: 70rpx;
height: 70rpx;
/* width: 70rpx;
height: 70rpx; */
width: 90rpx;
height: 90rpx;
}
.tab {
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