Эх сурвалжийг харах

Merge branch 'master' of http://47.97.194.53:3000/qiushang/xingyou

Qasim 11 сар өмнө
parent
commit
1f2faee300

+ 2 - 2
public/static/css/index.css

@@ -714,7 +714,7 @@ a {
     font-weight: 600;
     padding-bottom: 10px;
     margin-bottom: 10px;
-    border-bottom: 2px solid #DC3223;
+    border-bottom: 2px solid #00e099;
 }
 
 .about-area .news-item {
@@ -743,7 +743,7 @@ a {
 }
 
 .about-list .about-item:hover {
-    background-color: #DC3223;
+    background-color: #00e099;
     color: #fff;
 }
 

+ 2 - 2
resources/views/home/http/common/banner.blade.php

@@ -6,7 +6,7 @@
                 <div class="banner-bg">
                     <div class="width-1200 index-banner head">
                         <div class="leftword">
-                            <h1>星优文件名管理器</h1>
+                            <h1>星优图片处理大师</h1>
                             <p class="word1">格式转换、批量压缩、调整尺寸、添加水印等<br>支持图片格式相互转换,批量处理效率高<br>支持批量处理图片DPI、图片裁剪拼接等功能
                                 <a class="btn1 btnactive js-down ebook-down-btn" href="https://xy.xingyousoft.com/soft/XYImage/XYImage_XY.exe"><span style="color: #347aeb;">立即下载</span></a>
                             </p>
@@ -21,7 +21,7 @@
                 <div class="banner-bg">
                     <div class="width-1200 index-banner head">
                         <div class="leftword">
-                            <h1>星优图片处理大师</h1>
+                            <h1>星优文件名管理器</h1>
                             <p class="word1">批量在文件名中删除/修改/替换/插入部分字符<br>修改文件的“修改时间”和创建时间<br>文件、文件夹名称提取,批量创建<br>
                                 <a class="btn1 btnactive js-down ebook-down-btn" href="https://xy.xingyousoft.com/soft/XYRename/XYRename_XY.exe"><span style="color: #347aeb;">立即下载</span></a>
                             </p>

+ 2 - 2
resources/views/home/http/newslist.blade.php

@@ -25,7 +25,7 @@
                                         @if ($item->logo)
                                             <img src="{{ $item->logo }}" class="new-img" />
                                         @else
-                                            <img src="/static/images/30.png" class="new-img" />
+                                            <img src="/static/images/about-img2.jpg" class="new-img" />
                                         @endif
                                     </a>
                                 </div>
@@ -40,7 +40,7 @@
                     </div>
                     <div class="about-detail">
                         <div class="about-area">
-                            <div class="about-title">栏目分类</div>
+                            <div class="about-title">文章分类</div>
                             @foreach ($category as $item)
                                 <div class="news-item">
                                     <a href="{{ url('/news/category/' . $item->mid) }}"