Ei kuvausta

dividingRules.css 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. body {
  2. background: linear-gradient(180deg, #FFA61B, #FFC01B);
  3. width: 100vw;
  4. min-height: 100vh;
  5. }
  6. #container {
  7. padding: 0.24rem 0 0.75rem 0;
  8. }
  9. .content_01 {
  10. width: 3.55rem;
  11. height: 2.08rem;
  12. margin: auto;
  13. border-radius: 0.2rem;
  14. background: #FFFFFF;
  15. padding: 0 0.13rem;
  16. box-sizing: border-box;
  17. }
  18. .content_01 .title h3 {
  19. font-size: 0.18rem;
  20. line-height: 0.25rem;
  21. color: #242222;
  22. text-align: center;
  23. padding-top: 0.11rem;
  24. }
  25. .content_01 .title p {
  26. color: #787878;
  27. font-size: 0.14rem;
  28. line-height: 0.2rem;
  29. text-align: center;
  30. margin-top: 0.03rem;
  31. }
  32. .content_01 ul {
  33. display: flex;
  34. justify-content: space-between;
  35. margin-top: 0.14rem;
  36. }
  37. .content_01 ul li {
  38. text-align: center;
  39. position: relative;
  40. }
  41. .content_01 ul li::after {
  42. content: '';
  43. display: block;
  44. width: 0.3rem;
  45. height: 0.02rem;
  46. border-radius: 0;
  47. background: url(../img/daoxiang.png) no-repeat;
  48. background-size: 100% 100%;
  49. position: absolute;
  50. top: 0.43rem;
  51. left: 1rem;
  52. }
  53. .content_01 ul li:nth-of-type(2)::after {
  54. left: 1rem;
  55. }
  56. .content_01 ul li:nth-of-type(3)::after {
  57. height: 0;
  58. }
  59. .content_01 ul li span {
  60. color: #242222;
  61. font-size: 0.14rem;
  62. line-height: 0.2rem;
  63. }
  64. .content_01 ul li img {
  65. width: 0.32rem;
  66. height: 0.32rem;
  67. border-radius: 50%;
  68. margin: auto;
  69. margin-top: 0.07rem;
  70. margin-bottom: 0.11rem;
  71. }
  72. .content_01 ul li p {
  73. width: 1.15rem;
  74. text-align: left;
  75. margin: auto;
  76. font-size: 0.12rem;
  77. line-height: 0.2rem;
  78. color: #787878;
  79. }
  80. .content_02 {
  81. width: 3.55rem;
  82. margin: auto;
  83. border-radius: 0.2rem;
  84. background: #FFFFFF;
  85. margin-top: 0.1rem;
  86. padding: 0.18rem 0.28rem;
  87. box-sizing: border-box;
  88. }
  89. .content_02 p {
  90. color: #787878;
  91. font-size: 0.12rem;
  92. line-height: 0.2rem;
  93. margin-bottom: 0.13rem;
  94. }
  95. /*# sourceMappingURL=dividingRules.css.map */