ios-guide.module.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .marginB33 {
  2. margin-bottom: 33px;
  3. h2 {
  4. padding-left: 0 !important;
  5. }
  6. }
  7. .wrap {
  8. box-sizing: border-box;
  9. padding: 37px 0;
  10. background-color: transparent;
  11. color: #fff;
  12. .topTitle {
  13. position: relative;
  14. h2 {
  15. font-weight: bold;
  16. color: #fff;
  17. line-height: 18px;
  18. font-size: 17px;
  19. padding-left: 22px;
  20. color: #fff;
  21. position: relative;
  22. z-index: 20;
  23. }
  24. }
  25. .wrapInfo {
  26. padding: 0 22px;
  27. section {
  28. // margin-top: 0.3rem;
  29. margin-bottom: 45px;
  30. .bigP {
  31. font-weight: bold;
  32. color: #fff;
  33. font-size: 16px;
  34. line-height: 20px;
  35. }
  36. p {
  37. font-size: 13px;
  38. line-height: 20px;
  39. margin-bottom: 20px;
  40. }
  41. }
  42. h3 {
  43. font-weight: bold;
  44. color: #fff;
  45. font-size: 16px;
  46. line-height: 20px;
  47. }
  48. .blod {
  49. font-weight: bold;
  50. }
  51. .red {
  52. color: #ff0000;
  53. }
  54. }
  55. }
  56. .dot {
  57. position: absolute;
  58. width: 10px;
  59. height: 17px;
  60. background: #00c2b5;
  61. opacity: 0.53;
  62. border-radius: 1px;
  63. top: -7px;
  64. left: 0;
  65. }
  66. .little {
  67. display: inline-block;
  68. width: 4px;
  69. height: 4px;
  70. background: #00c2b5;
  71. opacity: 0.53;
  72. right: 0;
  73. }
  74. .imgWrap {
  75. display: flex;
  76. flex-direction: row;
  77. justify-content: space-around;
  78. align-items: center;
  79. .img {
  80. margin-bottom: 20px;
  81. width: 190px;
  82. }
  83. }