Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
fa11f8d5
Commit
fa11f8d5
authored
May 30, 2020
by
石家欣
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://rungit.jxdsy.cn:10000/xys/lumastoreapp
parents
46eb21bc
325484d2
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
401 additions
and
60 deletions
+401
-60
README.md
README.md
+399
-1
assets/style/border.css
assets/style/border.css
+0
-25
assets/style/main.css
assets/style/main.css
+0
-31
main.js
main.js
+1
-2
manifest.json
manifest.json
+1
-1
No files found.
README.md
View file @
fa11f8d5
This diff is collapsed.
Click to expand it.
assets/style/border.css
deleted
100644 → 0
View file @
46eb21bc
@charset
"utf-8"
;
html
{
background-color
:
#fff
;
color
:
#000
;
font-size
:
14px
}
body
,
ul
,
ol
,
dl
,
dd
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
figure
,
form
,
fieldset
,
legend
,
input
,
textarea
,
button
,
p
,
blockquote
,
th
,
td
,
pre
,
xmp
{
margin
:
0
;
padding
:
0
}
body
,
input
,
textarea
,
button
,
select
,
pre
,
xmp
,
tt
,
code
,
kbd
,
samp
{
line-height
:
1.5
;}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
small
,
big
,
input
,
textarea
,
button
,
select
{
font-size
:
100%
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
b
,
strong
{
font-weight
:
normal
}
address
,
cite
,
dfn
,
em
,
i
,
optgroup
,
var
{
font-style
:
normal
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
;
text-align
:
left
}
caption
,
th
{
text-align
:
inherit
}
ul
,
ol
,
menu
{
list-style
:
none
}
fieldset
,
img
{
border
:
0
}
img
,
object
,
input
,
textarea
,
button
,
select
{
vertical-align
:
middle
}
article
,
aside
,
footer
,
header
,
section
,
nav
,
figure
,
figcaption
,
hgroup
,
details
,
menu
{
display
:
block
}
blockquote
:before
,
blockquote
:after
,
q
:before
,
q
:after
{
content
:
"\0020"
}
textarea
{
overflow
:
auto
;
resize
:
vertical
}
input
,
textarea
,
button
,
select
,
a
{
outline
:
0
none
;
border
:
none
;}
button
::-moz-focus-inner
,
input
::-moz-focus-inner
{
padding
:
0
;
border
:
0
}
mark
{
background-color
:
transparent
}
a
,
ins
,
s
,
u
,
del
{
text-decoration
:
none
}
sup
,
sub
{
vertical-align
:
baseline
}
html
{
overflow-x
:
hidden
;
height
:
100%
;
font-size
:
50px
;
-webkit-tap-highlight-color
:
transparent
;}
body
{
color
:
#333
;
font-size
:
.28em
;
line-height
:
1
;
-webkit-text-size-adjust
:
none
;}
hr
{
height
:
.02rem
;
margin
:
.1rem
0
;
border
:
medium
none
;
border-top
:
.02rem
solid
#cacaca
;}
a
{
color
:
#000
;
text-decoration
:
none
;}
assets/style/main.css
deleted
100644 → 0
View file @
46eb21bc
html
,
body
{
width
:
700px
;
margin
:
auto
;
font-size
:
14px
;
}
.main700
{
position
:
absolute
;
width
:
700px
;
}
.H10
{
height
:
10px
;}
.H15
{
height
:
15px
;}
.H50
{
height
:
50px
;}
.white
{
background
:
#fff
;}
.van-nav-bar__text
{
color
:
#555
;
}
.van-nav-bar
.van-icon
{
color
:
#555
;
}
@media
(
max-width
:
700px
)
{
html
,
body
{
width
:
100%
;
}
.main700
{
position
:
absolute
;
width
:
100%
;
}
}
main.js
View file @
fa11f8d5
import
Vue
from
'
vue
'
import
App
from
'
./App
'
// import './assets/style/border.css'
// import './assets/style/main.css'
import
http
from
'
./common/axios.js
'
import
store
from
'
./store
'
//状态管理
...
...
manifest.json
View file @
fa11f8d5
...
...
@@ -148,7 +148,7 @@
}
}
},
"compilerVersion"
:
2
"compilerVersion"
:
3
},
/*
快应用特有相关
*/
"quickapp"
:
{},
...
...
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