Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
5de90fc3
Commit
5de90fc3
authored
Jul 13, 2021
by
chengzhichun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
底部栏样式修改
parent
fd93ffb5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
static/nativeComponents/PhotoGallery/index.wxml
+1
-1
static/nativeComponents/custom-tab-bar/index.wxml
+1
-1
static/nativeComponents/custom-tab-bar/index.wxss
+12
-2
No files found.
static/nativeComponents/PhotoGallery/index.wxml
View file @
5de90fc3
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
</view>
</view>
<view wx:if="{{datas.componentData.style==='list'}}">
<view wx:if="{{datas.componentData.style==='list'}}">
<view class="imgcontent" bindtap="itemClick" data-item="{{item}}" wx:for="{{datas.componentData.imgList}}" wx:key="index" style="margin-bottom:{{datas.componentData.imgPadding * 2}}rpx">
<view class="imgcontent" bindtap="itemClick" data-item="{{item}}" wx:for="{{datas.componentData.imgList}}" wx:key="index" style="margin-bottom:{{datas.componentData.imgPadding * 2}}rpx">
<image src="{{item.imageUrl}}"
lazy-load
mode="widthFix"></image>
<image src="{{item.imageUrl}}" mode="widthFix"></image>
</view>
</view>
</view>
</view>
<view wx:elif="{{datas.componentData.style==='across' || datas.componentData.style==='tiled'}}" class="across">
<view wx:elif="{{datas.componentData.style==='across' || datas.componentData.style==='tiled'}}" class="across">
...
...
static/nativeComponents/custom-tab-bar/index.wxml
View file @
5de90fc3
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</view>
</view>
<view
<view
wx:elif="{{item.iconType==1}}"
wx:elif="{{item.iconType==1}}"
class="img-view
icons
"
class="img-view "
>
>
<image
<image
...
...
static/nativeComponents/custom-tab-bar/index.wxss
View file @
5de90fc3
...
@@ -1217,9 +1217,19 @@
...
@@ -1217,9 +1217,19 @@
box-sizing: border-box;
box-sizing: border-box;
color: white;
color: white;
}
}
.isItem .item .img-view{
width: 90rpx;
height: 90rpx;
background: var(--main-color);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
border: 4px solid #fff;
}
.icons {
.icons {
width:
10
0rpx;
width:
9
0rpx;
height:
10
0rpx;
height:
9
0rpx;
background: var(--main-color);
background: var(--main-color);
border-radius: 50%;
border-radius: 50%;
display: flex;
display: flex;
...
...
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