Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
56162c28
authored
a year ago
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
4c73674e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
assets/css/mine/shoporder.scss
pages/mine/shoporder.vue
assets/css/mine/shoporder.scss
View file @
56162c28
...
...
@@ -58,15 +58,17 @@
color
:
#484b59
;
}
.t2
{
font-size
:
28rpx
;
color
:
#292b33
;
font-weight
:
bold
;
}
.t3
{
font-size
:
24rpx
;
color
:
#919399
;
}
&
.curr
{
.t1
{
color
:
#292b33
;
font-weight
:
600
;
}
.t2
{
font-weight
:
600
;
}
&
:
:
after
{
position
:
absolute
;
bottom
:
0
;
...
...
@@ -95,11 +97,11 @@
border-bottom
:
1px
solid
#f0f0f2
;
white-space
:
nowrap
;
.t1
{
font-size
:
2
4
rpx
;
font-size
:
2
2
rpx
;
color
:
#484b59
;
}
.t2
{
font-size
:
2
4
rpx
;
font-size
:
2
2
rpx
;
color
:
#1969f9
;
margin-right
:
24rpx
;
}
...
...
This diff is collapsed.
Click to expand it.
pages/mine/shoporder.vue
View file @
56162c28
...
...
@@ -14,8 +14,8 @@
</view>
<view
class=
"tab row avarage verCenter"
>
<view
class=
"box row rowCenter verCenter"
v-for=
"(item, index) in arr"
:class=
"
{ curr: index == curr }" :key="index" @click="tab(index)">
<text
class=
"t
2
"
>
{{
item
}}
</text>
<text
class=
"t
3
"
>
(
{{
count
[
index
]
}}
)
</text>
<text
class=
"t
1
"
>
{{
item
}}
</text>
<text
class=
"t
2
"
>
(
{{
count
[
index
]
}}
)
</text>
</view>
</view>
</view>
...
...
This diff is collapsed.
Click to expand it.
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