From 414b79c2d881f22d21192f6698750df745851ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E5=92=8C=E6=B2=B9?= <2249412933@qq.oom> Date: Wed, 11 Jun 2025 17:23:30 +0800 Subject: [PATCH] =?UTF-8?q?style:=E6=90=9C=E7=B4=A2=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=EF=BC=8C=E6=A0=B7=E5=BC=8F=E6=9B=B4=E6=94=B9=20bug=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/lang/en-us/pc.php | 4 ++-- app/index/view/pc/about_us/culture.html | 9 +++++---- app/index/view/pc/attachment/index.html | 2 +- app/index/view/pc/attachment/video.html | 2 +- public/static/index/pc/css/aboutus_culture.css | 11 +++++++++++ public/static/index/pc/css/aboutus_story.css | 5 +++-- public/static/index/pc/css/product_detail.css | 16 ++++++++++++++++ 7 files changed, 39 insertions(+), 10 deletions(-) diff --git a/app/index/lang/en-us/pc.php b/app/index/lang/en-us/pc.php index 80e2ee36..ebb91f2b 100644 --- a/app/index/lang/en-us/pc.php +++ b/app/index/lang/en-us/pc.php @@ -51,14 +51,14 @@ return [ '视频' => 'Videos', '支持型号' => 'Supported Models', '支持系统' => 'Supported Systems', - '搜索型号' => 'Search model', + '搜索' => 'Search', '查询无结果!' => 'No Result!', ], // 附件页 - 视频 'attachment/video' => [ '软件和驱动程序' => 'Software and Drivers', - '搜索型号' => 'Search model', + '搜索' => 'Search', '视频' => 'Videos', '查询无此视频!' => 'No Video!', ], diff --git a/app/index/view/pc/about_us/culture.html b/app/index/view/pc/about_us/culture.html index 2cf47b9b..213063f1 100644 --- a/app/index/view/pc/about_us/culture.html +++ b/app/index/view/pc/about_us/culture.html @@ -11,12 +11,13 @@
-
- {notempty name="focus_image"} - + {notempty name="focus_image"} + - {/notempty} + {/notempty} +
+ {notempty name="culture"}
{volist name="culture" id="cul" offset="0" length="3"} diff --git a/app/index/view/pc/attachment/index.html b/app/index/view/pc/attachment/index.html index 4c97b647..ce9cdde5 100644 --- a/app/index/view/pc/attachment/index.html +++ b/app/index/view/pc/attachment/index.html @@ -15,7 +15,7 @@
- +
diff --git a/app/index/view/pc/attachment/video.html b/app/index/view/pc/attachment/video.html index 36b62a2a..7037147c 100644 --- a/app/index/view/pc/attachment/video.html +++ b/app/index/view/pc/attachment/video.html @@ -14,7 +14,7 @@
- +
diff --git a/public/static/index/pc/css/aboutus_culture.css b/public/static/index/pc/css/aboutus_culture.css index d90d50ef..560550f2 100755 --- a/public/static/index/pc/css/aboutus_culture.css +++ b/public/static/index/pc/css/aboutus_culture.css @@ -11,6 +11,16 @@ flex-direction: column; justify-content: center; align-items: center; + margin-top:60px; +} +.orico_Page_productxc .productxcMain .topimg{ + display: flex; + align-items: center; + justify-content: center; + width: 100%; +} +.orico_Page_productxc .productxcMain .topimg img{ + width: 100%; } .orico_Page_productxc .productxcMain p { font-family: inherit; @@ -20,6 +30,7 @@ display: flex; flex-direction: column; } + .orico_Page_productxc .productxcMain .culture_top img { height: auto; max-width: 100%; diff --git a/public/static/index/pc/css/aboutus_story.css b/public/static/index/pc/css/aboutus_story.css index 434a0b6e..e443e323 100755 --- a/public/static/index/pc/css/aboutus_story.css +++ b/public/static/index/pc/css/aboutus_story.css @@ -67,8 +67,9 @@ } .orico_Page_brand .brandMain .our_brand_con .our_brand_bg .vtext .right img { margin: 0 auto; - margin-left: 10%; - width:100%; + /* margin-left: 10%; */ + width:75%; + border-radius: 20px; } .orico_Page_brand .brandMain .dis_bril_bg { background: #f2f2f2; diff --git a/public/static/index/pc/css/product_detail.css b/public/static/index/pc/css/product_detail.css index 1734c852..d3e59b1c 100755 --- a/public/static/index/pc/css/product_detail.css +++ b/public/static/index/pc/css/product_detail.css @@ -15,6 +15,22 @@ .orico_Page_prdetail span { font-family: 'Microsoft YaHei', 'Arial', sans-serif; } + +.orico_Page_prdetail .charging{ + font-size: 12px; + padding: 6px 15px; + border-radius: 18px; + border: 1px solid #999; + background: #fff; + display: flex; + flex-direction: row; + align-items: center; + line-height: 20px; + margin-right: 10px; +} +.orico_Page_prdetail .chargingon{ + border: 2px solid #999; +} .orico_Page_prdetail .oriprdetail { display: flex; flex-direction: column;