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