index.css 910 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /*秒过首页*/
  2. Body{
  3. background-color: #0B8457;
  4. width:100%;
  5. height:100%;
  6. color:#FFFFFF;
  7. font-weight: 500;
  8. }
  9. .main{
  10. margin: 100px 0 0 0;
  11. width:100%;
  12. }
  13. .img{
  14. width:120px;
  15. height:120px;
  16. }
  17. .text1{
  18. font-size:36px;
  19. margin-top:10px;
  20. }
  21. .text2{
  22. font-size:24px;
  23. }
  24. .btn{
  25. width:300px;
  26. height:60px;
  27. text-decoration: none;
  28. color:#FFFFFF;
  29. border:1px solid #fff;
  30. font-size:24px;
  31. border-radius: 10px;
  32. margin: 30px 0 40px 0;
  33. }
  34. .img2{
  35. width:36px;
  36. height:26px;
  37. margin-right:10px;
  38. }
  39. .text3{
  40. font-size:24px;
  41. width:304px;
  42. text-align: center;
  43. font-size: 16px;
  44. font-weight: 400;
  45. }
  46. .text4{
  47. margin-top:10px;
  48. font-size:16px;
  49. text-align: center;
  50. text-decoration:underline;
  51. color:#fff;
  52. }
  53. .footer{
  54. margin-top:60px;
  55. text-align: center;
  56. font-weight: 400;
  57. }
  58. .footer a{
  59. color:#fff;
  60. }