前台品牌列表样式

This commit is contained in:
songliang 2022-08-01 21:14:56 +08:00
parent 4c9f47bca1
commit 75e8dcd6e4
2 changed files with 17 additions and 0 deletions

View File

@ -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;
}

View File

@ -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';