Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
9 years ago
Commit
6137f4a323d37f849ebe75705c04d2ad3ef9c543
1 parent
37891d9f
master
...
develop
feature/catch
feature/docker
feature/login-msg
feature/login-ua-ip
feature/removCamel
feature/safe-bug
feature/sessionKey
feature/setting
feature/vip
feature/webpack2
feature/wsl5.3
gray
release/2.0
release/fontBack2.0
rename shopping stylesheet file name
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
public/scss/shopping/_cart_header.css → public/scss/shopping/_cart-header.css
public/scss/shopping/_cart_products.css → public/scss/shopping/_cart-products.css
public/scss/shopping/_empty_cart.css → public/scss/shopping/_empty-cart.css
public/scss/shopping/_index.css
public/scss/shopping/_info_bar.css → public/scss/shopping/_info-bar.css
public/scss/shopping/_statement.css
public/scss/shopping/_cart
_
header.css → public/scss/shopping/_cart
-
header.css
View file @
6137f4a
...
...
@@ -17,7 +17,7 @@
display
:
none
;
}
.chk-
all
{
.chk-
group
{
.checked
{
display
:
inline-block
;
}
...
...
public/scss/shopping/_cart
_
products.css → public/scss/shopping/_cart
-
products.css
View file @
6137f4a
...
...
@@ -42,7 +42,7 @@
display
:
none
;
}
.chk-
all
{
.chk-
group
{
.checked
{
display
:
inline-block
;
}
...
...
public/scss/shopping/_empty
_
cart.css → public/scss/shopping/_empty
-
cart.css
View file @
6137f4a
public/scss/shopping/_index.css
View file @
6137f4a
@import
"breadcrumb"
;
/* 导航 */
@import
"info_bar"
;
/* 信息提示 */
@import
"empty_cart"
;
/* 空购物车 */
@import
"cart_header"
;
/* 购物车标题头部 */
@import
"info-bar"
;
/* 信息提示 */
@import
"empty-cart"
;
/* 空购物车 */
@import
"cart-header"
;
/* 购物车标题头部 */
@import
"stepper"
;
/* 增减数量 */
@import
"cart
_
products"
;
/* 购物车商品 */
@import
"cart
-
products"
;
/* 购物车商品 */
@import
"statement"
;
/* 结算模块 */
/* 支付流程-订单结算 */
...
...
public/scss/shopping/_info
_
bar.css → public/scss/shopping/_info
-
bar.css
View file @
6137f4a
public/scss/shopping/_statement.css
View file @
6137f4a
...
...
@@ -17,7 +17,7 @@
display
:
none
;
}
.chk-
all
{
.chk-
group
{
.checked
{
display
:
inline-block
;
}
...
...
Please
register
or
login
to post a comment