Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
sph
上药订单生命周期升级
Commits
728eef63
Commit
728eef63
authored
Mar 08, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的订单页面样式优化
parent
3df8084d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
12 deletions
+28
-12
src/views/myOrder/myOrderList.vue
src/views/myOrder/myOrderList.vue
+3
-2
src/views/myOrder/orderListItem.vue
src/views/myOrder/orderListItem.vue
+25
-10
No files found.
src/views/myOrder/myOrderList.vue
View file @
728eef63
...
...
@@ -164,12 +164,13 @@ export default {
overflow-y
:
auto
;
padding
:
10
PX
;
.orderItem
{
height
:
250
PX
;
//
height: 250PX;
background-color
:
white
;
margin-bottom
:
10
PX
;
border-radius
:
10
PX
;
font-size
:
14
PX
;
font-size
:
14
px
;
color
:
#333333
;
padding
:
0
PX
10
PX
10
PX
10
PX
;
}
}
}
...
...
src/views/myOrder/orderListItem.vue
View file @
728eef63
...
...
@@ -2,8 +2,13 @@
<div
id=
"orderListItem"
>
<div
class=
"itemInfo"
>
<div
class=
"orderNum"
>
<van-image
fit=
"contain"
width=
"45"
height=
"50"
:src=
"sphImage"
/>
<div
class=
"num"
>
订单号:34678649876
</div>
<van-image
fit=
"contain"
width=
"50"
height=
"55"
:src=
"sphImage"
/>
<div
class=
"num"
>
<div
class=
"numBer"
>
订单号:34678649876
</div>
<van-button
color=
"#D9001B"
class=
"numBtn"
round
plain
size=
"mini"
type=
"info"
>
退
</van-button>
<van-button
color=
"#4b7902"
class=
"numBtn"
round
plain
size=
"mini"
type=
"info"
>
冷
</van-button>
<van-button
color=
"#02a7f0"
class=
"numBtn"
round
plain
size=
"mini"
type=
"info"
>
精麻
</van-button>
</div>
<div
class=
"dian"
></div>
<div
class=
"numType"
><span>
已开单
</span></div>
</div>
...
...
@@ -34,11 +39,11 @@
<span
style=
"width: 50%;"
>
2020-11-10 18:09:33
</span>
<div
class=
"price"
>
总计:¥
<span
style=
"color:red;"
>
10.5
</span></div>
</div>
<van-divider
:style=
"
{ color: '#999999', borderColor: '#999999', margin: '1
5
PX 0 10PX 0'}"/>
<van-divider
:style=
"
{ color: '#999999', borderColor: '#999999', margin: '1
0
PX 0 10PX 0'}"/>
<div
class=
"btnInfo"
style=
"text-align: right;"
>
<van-button
plain
size=
"small"
type=
"info"
>
产
看发票
</van-button>
<van-button
plain
size=
"small"
type=
"info"
>
查看物流
</van-button>
<van-button
plain
size=
"small"
type=
"info"
>
清货单
</van-button>
<van-button
style=
"border-radius: 5PX;"
plain
size=
"small"
type=
"info"
>
查
看发票
</van-button>
<van-button
style=
"border-radius: 5PX;"
plain
size=
"small"
type=
"info"
>
查看物流
</van-button>
<van-button
style=
"border-radius: 5PX;"
plain
size=
"small"
type=
"info"
>
清货单
</van-button>
</div>
</div>
</div>
...
...
@@ -100,11 +105,21 @@ export default {
display
:
flex
;
line-height
:
50
PX
;
height
:
50
PX
;
margin
:
0
PX
10
PX
;
//
margin: 0PX 10PX;
.num
{
width
:
77%
;
padding-left
:
5
PX
;
}
.numBer
{
height
:
16
PX
;
// line-height: 15PX;
}
.numBtn
{
height
:
13
PX
;
line-height
:
13
PX
;
min-width
:
35
PX
;
font-size
:
8
PX
;
}
.dian
{
width
:
12
PX
;
height
:
10
PX
;
...
...
@@ -118,9 +133,9 @@ export default {
}
}
.orderInfo
{
margin
:
0
PX
10
PX
;
//
margin: 0PX 10PX;
// display: flex;
height
:
105
PX
;
//
height: 105PX;
.company
{
height
:
35
PX
;
line-height
:
35
PX
;
...
...
@@ -129,7 +144,7 @@ export default {
font-weight
:
600
;
}
.info
{
height
:
80
PX
;
height
:
65
PX
;
display
:
flex
;
.headImage
{
// width: 55PX;
...
...
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