Browse Source

Merge branch 'dev/v4.9.14_yf' of qmx/jy into feature/v4.9.14

yangfeng 1 year ago
parent
commit
9029530c17

+ 1 - 1
src/web/staticres/js/index/index_2023.12.js

@@ -320,7 +320,7 @@ var _page = {
       }
       $s.nextAll(':not(.more)').attr('data-simple-hidden', '')
       // seo需求 不让display:none隐藏元素
-      $('.hot-industry [data-simple-hidden]').remove()
+      // $('.hot-industry [data-simple-hidden]').hide()
     })
     $('.hot-industry .industry-aside-item-content.max-line-2 li:not(.more):gt(9)').attr('data-simple-hidden')
 

+ 7 - 1
src/web/staticres/site/page/jySchool/css/introduction_detail.css

@@ -159,6 +159,7 @@
 }
 .school_tabs .art_list:hover .art_l_left .art_l_l_title {
   color: #2ABED1;
+  text-decoration: none;
 }
 @keyframes LeftToRight {
   from {
@@ -278,7 +279,7 @@
   border-radius: 50%;
   background: #2ABED1;
 }
-.real_time_info_module .module_content .module_c_list span:last-child {
+.real_time_info_module .module_content .module_c_list a {
   margin-left: 8px;
   width: 306px;
   white-space: nowrap;
@@ -287,6 +288,10 @@
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
+  color: #1d1d1d;
+}
+.real_time_info_module .module_content .module_c_list:hover a{
+  text-decoration: none;
 }
 /*E-- 侧边信息流样式 --E*/
 
@@ -354,6 +359,7 @@
 }
 .strate_content .strate_c_list:hover .strate_l_r_title{
   color: #2ABED1;
+  text-decoration: none;
 }
 .strate_c_list .strate_l_left{
   width: 120px;

+ 1 - 1
src/web/templates/site/page/jySchool/class.html

@@ -109,7 +109,7 @@
                   {{range $i,$v := .T.rightData.hotspot}}
                   <li class="module_c_list">
                       <span></span>
-                      <span><a href="/jyblog/{{$v._id}}.html">{{$v.s_title}}</a></span>
+                      <span><a href="/jySite/{{$v._id}}.html">{{$v.s_title}}</a></span>
                   </li>
                   {{end}}
                 </ul>

+ 6 - 6
src/web/templates/site/page/jySchool/search.html

@@ -59,9 +59,9 @@
             {{range $k,$v := .T.list}}
             <div class="art_list">
               <div class="art_l_left">
-                <div class="art_l_l_title ellipsis" title="{{$v.s_title}}" onclick="window.location.href='/jyblog/{{$v._id}}.html'">
+                <a class="art_l_l_title ellipsis" title="{{$v.s_title}}" href='/jyblog/{{$v._id}}.html'>
                   {{$v.s_title}}
-                </div>
+                </a>
                 <div class="art_l_l_content">
                   {{$v.s_description}}
                 </div>
@@ -91,7 +91,7 @@
                 {{range $k,$v := .T.other.latestPush}}
                 <li class="module_c_list">
                   <span></span>
-                  <span onclick="window.location.href='/jyblog/{{$v._id}}.html'">{{$v.s_title}}</span>
+                  <a href='/jyblog/{{$v._id}}.html'>{{$v.s_title}}</a>
                 </li>
                 {{end}}
               </ul>
@@ -105,7 +105,7 @@
                 {{range $k,$v := .T.other.randomExtraction}}
                 <li class="module_c_list">
                   <span></span>
-                  <span onclick="window.location.href='/jyblog/{{$v._id}}.html'">{{$v.s_title}}</span>
+                  <a href='/jyblog/{{$v._id}}.html'>{{$v.s_title}}</a>
                 </li>
                 {{end}}
               </ul>
@@ -134,7 +134,7 @@
                   </div>
                   {{end}}
                   <div class="strate_l_right">
-                    <div class="strate_l_r_title" onclick="window.location.href='/jyblog/{{$v._id}}.html'">{{$v.s_title}}</div>
+                    <a class="strate_l_r_title" href='/jyblog/{{$v._id}}.html'>{{$v.s_title}}</a>
                     <div class="strate_l_r_content">
                       <div class="strate_l_r_c_text">{{$v.s_description}}</div>
                       <div class="strate_l_r_c_date">{{$v.time}}</div>
@@ -161,7 +161,7 @@
                   </div>
                   {{end}}
                   <div class="strate_l_right">
-                    <div class="strate_l_r_title" onclick="window.location.href='/jyblog/{{$v._id}}.html'">{{$v.s_title}}</div>
+                    <a class="strate_l_r_title" href='/jyblog/{{$v._id}}.html'>{{$v.s_title}}</a>
                     <div class="strate_l_r_content">
                       <div class="strate_l_r_c_text">{{$v.s_description}}</div>
                       <div class="strate_l_r_c_date">{{$v.time}}</div>