Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2017-03-21 10:32:15 +0800
Commit
452dc7013611de065bc0727f6209be608fe8d56e
1 parent
a0f85407
some-css-modified
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
18 additions
and
16 deletions
public/scss/home/order-detail-index.page.css
public/scss/home/order-list.page.css
public/scss/home/record.page.css
public/scss/layout/_common.css
public/scss/layout/_footer.css
public/scss/layout/_header.css
public/scss/layout/_img-check.css
public/scss/layout/_loading.css
public/scss/layout/_panel.css
public/scss/layout/_tab.css
public/scss/layout/_yo-loading.css
public/scss/home/order-detail-index.page.css
View file @
452dc70
@import
"layout/swiper"
;
@import
"order"
;
@import
"order-detail"
;
\ No newline at end of file
@import
"order-detail"
;
...
...
public/scss/home/order-list.page.css
View file @
452dc70
@import
'order'
;
@import
'layout/swiper'
;
@import
"order"
;
@import
"layout/swiper"
;
...
...
public/scss/home/record.page.css
View file @
452dc70
@import
'common/dialog'
;
@import
'./browse-record'
;
@import
"common/dialog"
;
@import
"./browse-record"
;
...
...
public/scss/layout/_common.css
View file @
452dc70
...
...
@@ -196,4 +196,4 @@ button {
}
}
}
}
\ No newline at end of file
}
...
...
public/scss/layout/_footer.css
View file @
452dc70
...
...
@@ -103,9 +103,6 @@
z-index
:
9999
;
display
:
block
;
}
&
.animation
{
}
}
.copyright
{
...
...
@@ -204,7 +201,7 @@
&:link,
&:visited,
&:hover,
&:active
d
{
&:active
{
color
:
#000
;
}
}
...
...
@@ -212,7 +209,7 @@
.circle-rightbottom
{
position
:
absolute
;
width
:
25
PX
;
height
:
0
PX
;
height
:
0
;
border
:
0
solid
#323232
;
border-bottom
:
25
PX
solid
#323232
;
border-radius
:
0
0
25
PX
;
...
...
public/scss/layout/_header.css
View file @
452dc70
...
...
@@ -79,22 +79,26 @@
.nav-back
{
@extend
nav;
left
:
10px
;
}
.nav-home
{
@extend
nav;
right
:
10px
;
}
.nav-btn
{
@extend
nav;
right
:
10px
;
font-size
:
14
PX
;
}
.nav-sub-right
{
@extend
nav;
right
:
100px
;
}
...
...
public/scss/layout/_img-check.css
View file @
452dc70
/* ======================= *\
Module: 图片旋转验证
Module: 图片旋转验证
\* ======================= */
.img-check
{
margin-top
:
45px
;
...
...
@@ -34,4 +34,4 @@
width
:
150px
;
height
:
150px
;
}
}
\ No newline at end of file
}
...
...
public/scss/layout/_loading.css
View file @
452dc70
...
...
@@ -57,6 +57,7 @@
}
$
init
:
calc
((
$
i
+
1
)
*
0
.12
);
}
display
:
inline-block
;
margin
:
4px
;
width
:
30px
;
...
...
public/scss/layout/_panel.css
View file @
452dc70
...
...
@@ -29,4 +29,4 @@
position
:
absolute
;
top
:
0
;
right
:
30px
;
}
\ No newline at end of file
}
...
...
public/scss/layout/_tab.css
View file @
452dc70
...
...
@@ -4,4 +4,4 @@
&.active
{
display
:
block
;
}
}
\ No newline at end of file
}
...
...
public/scss/layout/_yo-loading.css
View file @
452dc70
...
...
@@ -7,4 +7,4 @@
.goods-container
.yo-loading
{
float
:
left
;
width
:
100%
;
}
\ No newline at end of file
}
...
...
Please
register
or
login
to post a comment