Explorar el Código

push page style

zz hace 5 años
padre
commit
9697a0f3c3
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      resources/views/wap/customPushtransfer.blade.php

+ 3 - 1
resources/views/wap/customPushtransfer.blade.php

@@ -49,6 +49,8 @@
         }
         }
 
 
         .next-chapter__btn {
         .next-chapter__btn {
+            display: block;
+            text-decoration: none;
             font-size: 14px;
             font-size: 14px;
             color: #1a1a1a;
             color: #1a1a1a;
             width: 80%;
             width: 80%;
@@ -76,7 +78,7 @@
             </p>
             </p>
         @endforeach
         @endforeach
     </div>
     </div>
-    <div class="next-chapter__btn"><a href="{{$next_url}}">下一章</a></div>
+    <a class="next-chapter__btn" href="{{$next_url}}">下一章</a>
 </main>
 </main>
 </body>
 </body>
 </html>
 </html>