title.blade.php 624 B

1234567891011121314151617181920212223242526272829303132
  1. <style>
  2. .title {
  3. font-size: 20px;
  4. color: #636b6f;
  5. font-family: 'Raleway', sans-serif;
  6. font-weight: 100;
  7. display: block;
  8. text-align: center;
  9. margin: 20px 0 10px 0px;
  10. }
  11. .links {
  12. text-align: center;
  13. margin-bottom: 20px;
  14. }
  15. .links > a {
  16. color: #636b6f;
  17. padding: 0 25px;
  18. font-size: 12px;
  19. font-weight: 600;
  20. letter-spacing: .1rem;
  21. text-decoration: none;
  22. text-transform: uppercase;
  23. }
  24. </style>
  25. <div class="title">
  26. 优小新科技欢迎你!
  27. </div>
  28. <div class="links">
  29. </div>