Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

index.less 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. //pc端样式
  2. .main {
  3. width: 100%;
  4. max-width: 1920px;
  5. margin: 0 auto;
  6. padding-top: 71px;
  7. }
  8. .desCon{
  9. width: 100%;
  10. text-align: center;
  11. padding-top: 120px;
  12. .desTop{
  13. width: 100%;
  14. max-width: 1300px;
  15. margin: 0px auto;
  16. display: flex;
  17. text-align: left;
  18. padding-bottom: 46px;
  19. &>div{
  20. width: 50%;
  21. }
  22. }
  23. .desTopImg{
  24. width: 100%;
  25. max-width: 1500px;
  26. margin: 0px auto;
  27. padding-bottom: 140px;
  28. img{
  29. width: 100%;
  30. display: block;
  31. }
  32. }
  33. .desLi{
  34. width: 100%;
  35. max-width: 1300px;
  36. margin: 0px auto;
  37. padding-bottom: 150px;
  38. img{
  39. width: 100%;
  40. display: block;
  41. margin-bottom: 50px;
  42. }
  43. .title{
  44. font-size: 36px;
  45. margin-bottom: 16px;
  46. }
  47. .text{
  48. text-align: left;
  49. }
  50. &:last-child{
  51. padding-bottom: 130px;
  52. }
  53. }
  54. }
  55. @media screen and (min-width: 801px) and (max-width: 1400px) {
  56. }
  57. @media screen and (min-width:800px){
  58. }
  59. .mTxt{
  60. display: none;
  61. }
  62. //移动端样式
  63. @media screen and (max-width:800px) {
  64. .pcTxt{
  65. display: none;
  66. }
  67. .mTxt{
  68. display: block;
  69. }
  70. .main{
  71. padding-top: 61px;
  72. }
  73. .desCon{
  74. padding-top: 100px;
  75. box-sizing: border-box;
  76. padding-left: 15px;
  77. padding-right: 15px;
  78. // .text{
  79. // font-size: 14px;
  80. // line-height: 22px;
  81. // }
  82. .desTop{
  83. padding-bottom: 30px;
  84. flex-wrap: wrap;
  85. .title{
  86. text-align: center;
  87. margin-bottom: 20px;
  88. }
  89. &>div{
  90. width: 100%;
  91. }
  92. }
  93. .desTopImg{
  94. padding-bottom: 70px;
  95. }
  96. .desLi{
  97. padding-bottom: 70px;
  98. img{
  99. margin-bottom: 28px;
  100. }
  101. .title{
  102. font-size: 15px;
  103. line-height: 20px;
  104. }
  105. &:last-child {
  106. padding-bottom: 70px;
  107. }
  108. }
  109. }
  110. }