前台品牌列表样式
This commit is contained in:
parent
4c9f47bca1
commit
75e8dcd6e4
|
|
@ -1063,6 +1063,22 @@ body.page-account-address .addresses-wrap .item .address-bottom a, body.page-che
|
|||
color: #2d68a8;
|
||||
}
|
||||
|
||||
body.page-list li {
|
||||
list-style: none;
|
||||
}
|
||||
body.page-list .curser {
|
||||
cursor: pointer;
|
||||
}
|
||||
body.page-list .curser > li > a {
|
||||
display: block;
|
||||
color: #242424;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
body.page-list .curser > li > a:hover {
|
||||
text-decoration: none;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.module-item {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ $primary: #fd560f;
|
|||
@import './order-success';
|
||||
@import './page-account-order';
|
||||
@import './page-account-address';
|
||||
@import './page-list';
|
||||
@import './home';
|
||||
@import './module/module-image-plus';
|
||||
@import './module/module-brand';
|
||||
|
|
|
|||
Loading…
Reference in New Issue