You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

86 lines
1.2 KiB

  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4. font-family: "Microsoft YaHei", "微软雅黑" !important;
  5. width: 100%;
  6. height: 100%;
  7. }
  8. * {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. html,
  13. body {
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .f-page-body {
  18. background-color: #FFFFFF;
  19. }
  20. .contentBox {
  21. /* height: 500px; */
  22. }
  23. .content {
  24. width: 48%;
  25. height: 50%;
  26. position: absolute;
  27. top: 15%;
  28. left: 50%;
  29. transform: translate(-50%, 10%);
  30. }
  31. .content p {
  32. text-align: center;
  33. height: 100px;
  34. font-size: 28px;
  35. }
  36. .pen {
  37. /* width: 48%; */
  38. height: 48%;
  39. border-radius: 50%;
  40. background-color: #e7f5ff;
  41. display: flex;
  42. align-items: center;
  43. justify-content: center;
  44. }
  45. .pen2 {
  46. width: 91%;
  47. height: 91%;
  48. border-radius: 50%;
  49. background-color: #bde4ff;
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. }
  54. .pen3 {
  55. width: 84%;
  56. height: 84%;
  57. border-radius: 50%;
  58. background-color: #0c86d8;
  59. text-align: center;
  60. font-size: 34px;
  61. display: flex;
  62. align-items: center;
  63. justify-content: center;
  64. color: #ffff;
  65. }
  66. .footer {
  67. width: 100%;
  68. /* height: 130px; */
  69. /* background-image: url(./2.png); */
  70. /* background-repeat: no-repeat; */
  71. /* background-size: contain; */
  72. position: fixed;
  73. left: 0;
  74. bottom: 0;
  75. overflow: hidden;
  76. }