diff --git a/public/build/beike/shop/default/css/app.css b/public/build/beike/shop/default/css/app.css index e1b151e9..7a7385fe 100644 --- a/public/build/beike/shop/default/css/app.css +++ b/public/build/beike/shop/default/css/app.css @@ -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; } diff --git a/resources/beike/shop/default/css/app.scss b/resources/beike/shop/default/css/app.scss index bfcb9f73..53246729 100644 --- a/resources/beike/shop/default/css/app.scss +++ b/resources/beike/shop/default/css/app.scss @@ -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';