Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
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
pseer
gxpt_wechat
Commits
5ec478f2
Commit
5ec478f2
authored
Nov 29, 2023
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
b0f3a2ca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
toolBox.vue
components/toolBox/toolBox.vue
+6
-4
index.vue
pages/index/index.vue
+2
-1
orderRecord.vue
pages/orderRecord/orderRecord.vue
+1
-1
No files found.
components/toolBox/toolBox.vue
View file @
5ec478f2
...
@@ -164,8 +164,8 @@
...
@@ -164,8 +164,8 @@
flex-direction
:
column
;
flex-direction
:
column
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
width
:
46
px
;
width
:
50
px
;
height
:
4
3
px
;
height
:
4
4
px
;
border-radius
:
20
upx
0
0
20
upx
;
border-radius
:
20
upx
0
0
20
upx
;
background
:
rgba
(
255
,
255
,
255
,
0.72
);
background
:
rgba
(
255
,
255
,
255
,
0.72
);
//
border-top
:
1px
solid
#E40583
;
//
border-top
:
1px
solid
#E40583
;
...
@@ -175,6 +175,7 @@
...
@@ -175,6 +175,7 @@
transition-property
:
all
;
transition-property
:
all
;
transition-timing-function
:
ease
;
transition-timing-function
:
ease
;
box-shadow
:
-4
rpx
4
rpx
13
rpx
0
rpx
rgba
(
74
,
11
,
47
,
0.4
);
box-shadow
:
-4
rpx
4
rpx
13
rpx
0
rpx
rgba
(
74
,
11
,
47
,
0.4
);
overflow
:
hidden
;
.image{
.image{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
@@ -186,10 +187,10 @@
...
@@ -186,10 +187,10 @@
}
}
}
}
.active
{
.active
{
width
:
28
px
;
width
:
30
px
;
height
:
26px
;
height
:
26px
;
border-radius
:
12
upx
0
0
12
upx
;
border-radius
:
12
upx
0
0
12
upx
;
opacity
:
0.
8
;
opacity
:
0.
9
;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
pages/index/index.vue
View file @
5ec478f2
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
</view>
</view>
<view
class=
"store-nav"
>
<view
class=
"store-nav"
>
<view
class=
"icon-box"
>
<view
class=
"icon-box"
>
<image
:src=
"assetsPath +'/
cart
.png'"
mode=
"widthFix"
></image>
<image
:src=
"assetsPath +'/
logo_icon
.png'"
mode=
"widthFix"
></image>
</view>
</view>
<view
class=
"flex-col content"
>
<view
class=
"flex-col content"
>
<view
class=
"flex-row title-content "
>
<view
class=
"flex-row title-content "
>
...
@@ -555,6 +555,7 @@
...
@@ -555,6 +555,7 @@
height
:
128
rpx
;
height
:
128
rpx
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
border-radius
:
50%
;
border-radius
:
50%
;
border
:
4
upx
solid
#E40583
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
...
...
pages/orderRecord/orderRecord.vue
View file @
5ec478f2
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
</view>
</view>
<view
v-if=
"item.couponId"
class=
"flex-between part-1"
>
<view
v-if=
"item.couponId"
class=
"flex-between part-1"
>
<text
class=
"text-gray margin-right"
>
优惠券抵扣
</text>
<text
class=
"text-gray margin-right"
>
优惠券抵扣
</text>
<text
class=
"text-title"
>
{{
item
.
couponName
}}
</text>
<text
class=
"text-title"
>
{{
item
.
couponName
||
'-'
}}
</text>
</view>
</view>
<view
class=
"flex-between part-1"
>
<view
class=
"flex-between part-1"
>
<text
class=
"text-gray margin-right"
>
订单编号:
</text>
<text
class=
"text-gray margin-right"
>
订单编号:
</text>
...
...
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