Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
24666e5f
Commit
24666e5f
authored
Apr 30, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
菜单样式
parent
ff7a51b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
complete.vue
src/pages/order/complete.vue
+11
-8
No files found.
src/pages/order/complete.vue
View file @
24666e5f
...
...
@@ -76,7 +76,7 @@
</u-form>
</scroll-view>
</view>
<view
class=
"btn-wrap flex-xc"
>
<view
class=
"btn-wrap flex-xc
btn-bottom
"
>
<u-button
class=
"btn-submit"
@
click=
"saveComplete"
type=
"primary"
shape=
"circle"
:custom-style=
"customStyle"
:hover-class=
"submitStatus ? '' : 'none'"
>
暂存
...
...
@@ -516,7 +516,7 @@
.class-item
{
background-color
:
#fff
;
padding
:
30
rpx
;
padding
:
28
rpx
;
border-radius
:
8rpx
;
.title
{
font-weight
:
bold
;
...
...
@@ -587,18 +587,19 @@
.u-tab-view
{
width
:
200rpx
;
height
:
100%
;
height
:
100%
;
border
:
4rpx
solid
#F4F5F7
;
}
.u-tab-item
{
height
:
110rpx
;
background
:
#f
6f6f6
;
background
:
#f
ff
;
box-sizing
:
border-box
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
font-size
:
26rpx
;
color
:
#
444
;
color
:
#
333333
;
font-weight
:
400
;
line-height
:
1
;
}
...
...
@@ -606,8 +607,6 @@
.u-tab-item-active
{
position
:
relative
;
color
:
#2272FF
;
font-size
:
30rpx
;
font-weight
:
600
;
background
:
#fff
;
}
...
...
@@ -667,7 +666,11 @@
height
:
120rpx
;
}
/*提交按钮*/
/*提交按钮*/
.btn-bottom
{
border
:
2rpx
solid
#F4F5F7
;
}
.btn-wrap
{
width
:
100%
;
padding
:
20rpx
0
44rpx
0
;
...
...
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