Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
09da528c
Commit
09da528c
authored
Sep 16, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
btn
parent
71b2083e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
base.wxss
src/base/base.wxss
+2
-2
bottomTabs.js
src/component/bottomTabs/bottomTabs.js
+1
-1
bottomTabs.wxss
src/component/bottomTabs/bottomTabs.wxss
+4
-2
No files found.
src/base/base.wxss
View file @
09da528c
...
...
@@ -1320,8 +1320,8 @@ button {
button::after{
border:none;
}
.button-hover{
background-color:
none
;
.button-hover
, .button-active
{
background-color:
transparent
;
}
input{
outline:none;
...
...
src/component/bottomTabs/bottomTabs.js
View file @
09da528c
...
...
@@ -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 分类
...
...
src/component/bottomTabs/bottomTabs.wxss
View file @
09da528c
...
...
@@ -7,8 +7,10 @@
justify-content: center;
}
.tab-img {
width: 70rpx;
height: 70rpx;
/* width: 70rpx;
height: 70rpx; */
width: 90rpx;
height: 90rpx;
}
.tab {
flex: 1;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment