Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
scmMiniprogram
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
acf947fd
authored
Nov 09, 2021
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
eff63fd2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
137 additions
and
36 deletions
assets/css/font.css
assets/css/index/index.scss
pages.json
pages/index/index.vue
static/iconfont.ttf
assets/css/font.css
View file @
acf947fd
...
...
@@ -11,6 +11,18 @@
-moz-osx-font-smoothing
:
grayscale
;
}
.icon-a-juxing11
:before
{
content
:
"\e76a"
;
}
.icon-a-juxing2
:before
{
content
:
"\e76b"
;
}
.icon-juxing1
:before
{
content
:
"\e76c"
;
}
.icon-Chevron1
:before
{
content
:
"\e769"
;
}
...
...
assets/css/index/index.scss
View file @
acf947fd
...
...
@@ -37,16 +37,38 @@
}
}
}
.scm-bar
{
border-top
:
1px
solid
#e6edf0
;
height
:
150rpx
;
background
:
#ffffff
;
.box
{
flex
:
0
0
33
.3%
;
height
:
102rpx
;
border-right
:
1px
solid
#e6edf0
;
&
:last-child
{
border-right
:
none
;
}
.iconfont
{
font-size
:
56rpx
;
color
:
#197adb
;
}
.t1
{
margin-top
:
16rpx
;
font-size
:
22rpx
;
color
:
#404547
;
}
}
}
.tab
{
padding
:
0
24rpx
;
margin-top
:
3
8
rpx
;
margin-bottom
:
38
rpx
;
margin-top
:
3
6
rpx
;
margin-bottom
:
24
rpx
;
.box
{
position
:
relative
;
font-size
:
26rpx
;
color
:
#404547
;
margin-right
:
44rpx
;
&
.curr
{
font-size
:
32rpx
;
color
:
#1e2021
;
...
...
@@ -54,23 +76,10 @@
.num
{
display
:
block
;
}
&
:
:
after
{
position
:
absolute
;
bottom
:
-18rpx
;
left
:
0
;
right
:
0
;
margin
:
0
auto
;
width
:
100%
;
height
:
6rpx
;
background
:
#197adb
;
border-radius
:
3rpx
;
content
:
''
;
}
}
}
}
.section
{
padding-bottom
:
50rpx
;
.list
{
padding
:
0
24rpx
;
.box
{
...
...
@@ -82,6 +91,9 @@
align-items
:
flex-end
;
margin-bottom
:
16rpx
;
transition
:
all
0
.2s
ease
;
&
:last-child
{
margin-bottom
:
0
;
}
.base-info
{
.mb20
{
margin-bottom
:
20rpx
;
...
...
@@ -162,28 +174,107 @@
}
}
}
.order-list
{
padding
:
0
24rpx
;
.box
{
position
:
relative
;
background
:
#ffffff
;
border-radius
:
4rpx
;
padding
:
24rpx
0
0
24rpx
;
margin-bottom
:
20rpx
;
.status
{
position
:
absolute
;
right
:
24rpx
;
top
:
26rpx
;
font-size
:
26rpx
;
color
:
#197adb
;
}
.orderNo
{
margin-bottom
:
18rpx
;
.arrow
{
width
:
12rpx
;
height
:
12rpx
;
border-radius
:
50%
;
background
:
#197adb
;
}
.t1
{
margin-left
:
12rpx
;
font-size
:
28rpx
;
color
:
#1e2021
;
}
}
.p1
{
margin-bottom
:
16rpx
;
.t1
{
font-size
:
22rpx
;
color
:
#6e767a
;
white-space
:
nowrap
;
}
.t2
{
margin-left
:
16rpx
;
font-size
:
22rpx
;
color
:
#404547
;
}
.t3
{
font-size
:
22rpx
;
color
:
#1e2021
;
margin-left
:
16rpx
;
font-weight
:
bold
;
}
.flex-av
{
flex
:
0
0
50%
;
}
.ml
{
margin-left
:
100rpx
;
}
&
.mb24
{
margin-bottom
:
24rpx
;
}
}
.bottom
{
height
:
80rpx
;
border-top
:
1rpx
solid
#e6edf0
;
.info
{
flex
:
0
0
50%
;
.icon-jinggao3
{
font-size
:
32rpx
;
color
:
#9ca8ad
;
margin-right
:
8rpx
;
}
.icon-a-jinggao3
{
font-size
:
32rpx
;
color
:
#34bb47
;
margin-right
:
8rpx
;
}
.t1
{
font-size
:
24rpx
;
color
:
#1e2021
;
font-weight
:
bold
;
margin-right
:
20rpx
;
}
.t2
{
font-size
:
22rpx
;
color
:
#6e767a
;
}
.t3
{
font-size
:
22rpx
;
color
:
#197adb
;
margin-left
:
20rpx
;
}
}
}
}
}
}
}
.no-data
{
.text
{
font-size
:
22rpx
;
color
:
#6E767A
;
}
.hove
{
font-size
:
2
8
rpx
;
font-size
:
2
2
rpx
;
color
:
#197adb
;
font-weight
:
bold
;
}
}
.fadeInRightBig
{
animation
:fadeInRightBig
0
.4s
1
;
}
@keyframes
fadeInRightBig
{
0
%
{
opacity
:
0
;
transform
:
translateX
(
500px
);
}
100
%
{
opacity
:
1
;
transform
:
translateX
(
0
);
}
}
pages.json
View file @
acf947fd
...
...
@@ -2,9 +2,7 @@
"pages"
:
[{
"path"
:
"pages/index/index"
,
"style"
:
{
"navigationBarBackgroundColor"
:
"#197ADB"
,
"navigationBarTextStyle"
:
"white"
,
"enablePullDownRefresh"
:
true
"navigationBarTitleText"
:
"猎芯供应链商务系统"
}
},
{
"path"
:
"pages/question/list"
,
...
...
pages/index/index.vue
View file @
acf947fd
This diff is collapsed.
Click to expand it.
static/iconfont.ttf
View file @
acf947fd
No preview for this file type
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