home.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. body {
  2. text-align: center;
  3. margin: 0 auto;
  4. }
  5. .title {
  6. background-image: linear-gradient(to right, rgb(0, 153, 255), #ff02cc);
  7. -webkit-background-clip: text;
  8. color: transparent;
  9. font-size: 30px;
  10. font-weight: bold;
  11. text-align: center;
  12. line-height: height;
  13. }
  14. .ver_title {
  15. font-size: 15px;
  16. padding-left: 5px
  17. }
  18. .image{
  19. width: 100%;
  20. height: 100%;
  21. position: relative;
  22. /*position: fixed;*/
  23. text-align: center;
  24. /*fixed center;*/
  25. }
  26. .tips{
  27. color: #9b5df1;
  28. }
  29. .image::after{
  30. content: "";
  31. /*background:url('https://tuapi.eees.cc/api.php?category=dongman&type=302&px=m');*/
  32. background:url('https://tuapi.eees.cc/api.php?category=dongman&type=302');
  33. background-repeat: no-repeat;
  34. opacity: 0.4;
  35. /*position: fixed;*/
  36. position: absolute;
  37. left: 0;
  38. top: 0;
  39. right: 0;
  40. bottom: 0;
  41. z-index: -1;
  42. }
  43. .btn {
  44. margin-bottom: 1rem;
  45. border: 1px solid #5fdefe;
  46. width: 240px;
  47. height: 30px;
  48. text-align: center;
  49. background-color: #1379cb;
  50. color: #ffffff;
  51. border-radius: 50px;
  52. line-height: 30px;
  53. }
  54. .btn1 {
  55. margin-bottom: 1rem;
  56. border: 1px solid #5c6cf6;
  57. width: 240px;
  58. height: 30px;
  59. text-align: center;
  60. border-radius: 50px;
  61. line-height: 30px;
  62. }
  63. .btn1 a {
  64. color: #000000;
  65. font-size: 13px;
  66. }
  67. .btn a {
  68. color: #ffffff;
  69. }
  70. a {
  71. text-decoration: none;
  72. text-align: center;
  73. line-height: 30px;
  74. }
  75. .jyw {
  76. margin-bottom: 5rem;
  77. }