andoird-guide.module.less 1.2 KB

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