From 26f0c2caa4a73e31779233b2fe637ce955f7c1f6 Mon Sep 17 00:00:00 2001 From: songliang Date: Tue, 2 Aug 2022 09:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=81=E7=89=8C=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/build/beike/shop/default/css/app.css | 4 ++++ .../beike/shop/default/css/page-list.scss | 4 ++++ themes/default/brand/info.blade.php | 21 +++++++++++++++++++ themes/default/brand/list.blade.php | 6 ++++-- themes/default/product.blade.php | 10 +++++++-- 5 files changed, 41 insertions(+), 4 deletions(-) create mode 100644 themes/default/brand/info.blade.php 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 @@
-
-
+ +
+
+
+
+