Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
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
lanbaoming
jiedao-app-customer-new-master
Commits
c78fa375
Commit
c78fa375
authored
Sep 06, 2024
by
我在何方
Committed by
dragondean@qq.com
Sep 06, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单详情ui更改
parent
ad739298
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
215 additions
and
147 deletions
+215
-147
orderInfo.vue
src/pages/orderInfo/orderInfo.vue
+175
-136
orderInfo.css
src/static/css/orderInfo.css
+40
-11
addicon.png
src/static/img/addicon.png
+0
-0
No files found.
src/pages/orderInfo/orderInfo.vue
View file @
c78fa375
This diff is collapsed.
Click to expand it.
src/static/css/orderInfo.css
View file @
c78fa375
...
@@ -13,10 +13,10 @@ page{
...
@@ -13,10 +13,10 @@ page{
font-size
:
var
(
--f30
);
font-size
:
var
(
--f30
);
margin-bottom
:
10
upx
;
margin-bottom
:
10
upx
;
}
}
.order-title
text
{
/*
.order-title text{
font-size: var(--f24);
font-size: var(--f24);
color: var(--c6);
color: var(--c6);
}
}
*/
.items1
{
.items1
{
background-image
:
url(@/static/img/info_bg.png)
!important
;
background-image
:
url(@/static/img/info_bg.png)
!important
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
...
@@ -111,12 +111,12 @@ page{
...
@@ -111,12 +111,12 @@ page{
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
}
}
.order-info-txt
view
{
/*
.order-info-txt view{
/* margin-bottom: 20upx; */
margin-bottom: 20upx;
}
}
*/
.order-info-txt
view
:last-child
{
/*
.order-info-txt view:last-child{
margin-bottom: 0;
margin-bottom: 0;
}
}
*/
.order-info-line
{
.order-info-line
{
display
:
flex
;
display
:
flex
;
...
@@ -125,11 +125,20 @@ page{
...
@@ -125,11 +125,20 @@ page{
}
}
.order-info-line-v
{
.order-info-line-v
{
flex
:
1
;
flex
:
1
;
border
:
1px
solid
#333
;
}
.order-info-line
.order-info-line-v
:last-child
{
border-left
:
none
!important
;
}
}
.order-info-line-v
view
{
.order-info-line-v
view
{
margin-bottom
:
20
upx
;
display
:
flex
;
align-items
:
center
;
padding-left
:
8
rpx
;
border-bottom
:
1px
solid
#333
;
}
.order-info-line-v
view
:last-child
{
border-bottom
:
none
!important
;
}
}
.order-nav
{
.order-nav
{
width
:
90%
;
width
:
90%
;
...
@@ -218,6 +227,7 @@ page{
...
@@ -218,6 +227,7 @@ page{
.order-table-v
{
.order-table-v
{
/* display: flex; */
/* display: flex; */
height
:
70
upx
;
height
:
70
upx
;
display
:
flex
;
}
}
.order-table-v
text
{
.order-table-v
text
{
display
:
inline-block
;
display
:
inline-block
;
...
@@ -226,10 +236,10 @@ page{
...
@@ -226,10 +236,10 @@ page{
height
:
auto
;
height
:
auto
;
line-height
:
32
upx
;
line-height
:
32
upx
;
}
}
.order-table-v
:nth-child
(
2n
)
{
/*
.order-table-v:nth-child(2n){
background-color: var(--ce9);
background-color: var(--ce9);
color: var(--c6);
color: var(--c6);
}
}
*/
.order-table-v1
{
.order-table-v1
{
width
:
20%
;
width
:
20%
;
display
:
flex
;
display
:
flex
;
...
@@ -321,3 +331,22 @@ page{
...
@@ -321,3 +331,22 @@ page{
.hideInfoClass
{
.hideInfoClass
{
display
:
none
;
display
:
none
;
}
}
.addicon
{
width
:
60
rpx
;
height
:
60
rpx
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.addicon
image
{
width
:
48
rpx
;
height
:
48
rpx
;
}
.number_shop
{
background-color
:
#80ffff
;
border
:
1px
solid
#333
;
border-bottom
:
none
;
margin-bottom
:
-20
upx
;
padding-left
:
8
rpx
;
}
\ No newline at end of file
src/static/img/addicon.png
0 → 100644
View file @
c78fa375
532 Bytes
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