diff --git a/public/build/beike/shop/default/css/app.css b/public/build/beike/shop/default/css/app.css index 7a7385fe..be81ba20 100644 --- a/public/build/beike/shop/default/css/app.css +++ b/public/build/beike/shop/default/css/app.css @@ -1066,6 +1066,10 @@ body.page-account-address .addresses-wrap .item .address-bottom a, body.page-che body.page-list li { list-style: none; } +body.page-list li a { + color: #242424; + text-decoration: none; +} body.page-list .curser { cursor: pointer; } diff --git a/resources/beike/shop/default/css/page-list.scss b/resources/beike/shop/default/css/page-list.scss index f3e67610..9d817dc2 100644 --- a/resources/beike/shop/default/css/page-list.scss +++ b/resources/beike/shop/default/css/page-list.scss @@ -3,6 +3,10 @@ body.page-list { li { list-style: none; + a{ + color: #242424; + text-decoration: none; + } } .curser { diff --git a/themes/default/brand/info.blade.php b/themes/default/brand/info.blade.php new file mode 100644 index 00000000..9b241a31 --- /dev/null +++ b/themes/default/brand/info.blade.php @@ -0,0 +1,21 @@ +@extends('layout.master') +@section('body-class', 'page-categories') + +@section('content') +
+ + + +
+ @foreach ($products as $product) +
@include('shared.product')
+ @endforeach +
+
+ +@endsection diff --git a/themes/default/brand/list.blade.php b/themes/default/brand/list.blade.php index 48e7bcc5..e518aa5c 100644 --- a/themes/default/brand/list.blade.php +++ b/themes/default/brand/list.blade.php @@ -23,8 +23,10 @@
@foreach ($brand as $item)
- {{ $item['name'] }} -

{{ $item['name'] }}

+ + {{ $item['name'] }} +

{{ $item['name'] }}

+
@endforeach
diff --git a/themes/default/product.blade.php b/themes/default/product.blade.php index f8c7774e..58956db6 100644 --- a/themes/default/product.blade.php +++ b/themes/default/product.blade.php @@ -4,6 +4,8 @@ @push('header') + + {{-- --}} {{-- --}} @endpush @@ -17,9 +19,13 @@
-
-
+ +
+
+
+
+