Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
19c719e9
Commit
19c719e9
authored
Sep 03, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7385f3c3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
2 deletions
+32
-2
detail.vue
pages/kotra/brand/detail.vue
+31
-0
detail.vue
pages/kotra/carrier/detail.vue
+1
-2
No files found.
pages/kotra/brand/detail.vue
View file @
19c719e9
...
@@ -296,6 +296,20 @@
...
@@ -296,6 +296,20 @@
</view>
</view>
</view>
</view>
</view>
</view>
<!-- //奖章 -->
<view
class=
"MedalBox"
v-if=
"details.listEnroll.length > 0"
>
<view
v-for=
"(item, index) in details.listEnroll"
:key=
"index"
class=
"MedalBoxItem"
>
<image
:src=
"item.MedalImageBig"
mode=
"heightFix"
style=
"height: 100%"
/>
</view>
</view>
<view
class=
"info1 flex flex-between"
>
<view
class=
"info1 flex flex-between"
>
<view
class=
"info1-item"
>
<view
class=
"info1-item"
>
<view
class=
"info1-con"
>
<view
class=
"info1-con"
>
...
@@ -1254,4 +1268,21 @@ export default {
...
@@ -1254,4 +1268,21 @@ export default {
background
:
#d0aa7b
;
background
:
#d0aa7b
;
color
:
#111111
;
color
:
#111111
;
}
}
.MedalBox
{
background
:
#f0f0f0
;
border-radius
:
20rpx
;
box-sizing
:
border-box
;
padding
:
15rpx
;
display
:
flex
;
flex-wrap
:
wrap
;
margin
:
30rpx
;
}
.MedalBoxItem
{
width
:
30%
;
height
:
135rpx
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
margin
:
10rpx
;
}
</
style
>
</
style
>
pages/kotra/carrier/detail.vue
View file @
19c719e9
...
@@ -1080,8 +1080,7 @@ export default {
...
@@ -1080,8 +1080,7 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
margin-right
:
20
rpx
;
margin
:
10
rpx
;
margin-bottom
:
20
rpx
;
}
}
.FirstShopBox
{
.FirstShopBox
{
margin-bottom
:
30
rpx
;
margin-bottom
:
30
rpx
;
...
...
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