index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #f0f0f0;
  5. }
  6. .one {
  7. position: relative;
  8. background-color: #ffffff;
  9. height: 140px;
  10. margin-bottom: 10px;
  11. padding: 10px 20px;
  12. }
  13. .one_1 {
  14. position: relative;
  15. width: 35%;
  16. float: left;
  17. }
  18. .one_1_text {
  19. text-align: center;
  20. font-size: 14px;
  21. }
  22. .one_3_text {
  23. text-align: center;
  24. font-size: 14px;
  25. }
  26. .one_2 {
  27. position: relative;
  28. width: 30%;
  29. float: left;
  30. height: 102px;
  31. }
  32. .one_2_1 {
  33. text-align: center;
  34. }
  35. .one_2_2 {
  36. text-align: center;
  37. }
  38. .text1 {
  39. background-color: #999;
  40. text-align: center;
  41. color: #00427b;
  42. font-size: 30px;
  43. font-weight: bold;
  44. text-decoration: line-through;
  45. text-decoration-color: #fff;
  46. }
  47. .text2 {
  48. font-size: 40px;
  49. font-weight: bold;
  50. margin: 0 5px;
  51. }
  52. .text {
  53. font-size: 15px;
  54. position: relative;
  55. top: 9px;
  56. text-align: center;
  57. }
  58. .text3 {
  59. background-color: #999;
  60. text-align: center;
  61. color: #e70000;
  62. font-size: 30px;
  63. font-weight: bold;
  64. text-decoration: line-through;
  65. text-decoration-color: #fff;
  66. }
  67. .one_3 {
  68. position: relative;
  69. width: 35%;
  70. float: right;
  71. }
  72. .one_4 {
  73. position: relative;
  74. top: 10px;
  75. height: 30px;
  76. font-size: 14px;
  77. color: #999;
  78. text-align: center;
  79. }
  80. .one_logo1 {
  81. width: 90px;
  82. height: 80px;
  83. }
  84. .one_3_img{
  85. padding: 0 15px;
  86. }
  87. .one_logo2 {
  88. align-items: center;
  89. width: 90px;
  90. height: 80px;
  91. }
  92. .two {
  93. position: relative;
  94. background-color: #ffffff;
  95. /* height: 320px; */
  96. /* margin-bottom: 20px; */
  97. padding: 10px 20px;
  98. }
  99. .two_title{
  100. font-size: 18px;
  101. margin: 0 0 8px 0;
  102. }
  103. .two_1{
  104. margin: 10px 0 0px 0;
  105. height: 70px;
  106. }
  107. .two_1_1{
  108. width: 56px;
  109. float: left;
  110. margin: 0 4px 0 0;
  111. }
  112. .two_1_2{
  113. text-align: center;
  114. width: 47px;
  115. float: left;
  116. margin: 0 8px 0 0;
  117. }
  118. .two_logo1 {
  119. align-items: center;
  120. width: 50px;
  121. height: 45px;
  122. }
  123. .two_logo2 {
  124. align-items: center;
  125. width: 45px;
  126. height: 45px;
  127. border: solid 1px #999;
  128. }
  129. .two_1_text{
  130. font-size: 14px;
  131. }
  132. .two_2{
  133. margin: 10px 0 0 0;
  134. }
  135. .two_2n2{
  136. position: relative;
  137. top:10px;
  138. left: 60px;
  139. }
  140. .two_2_1{
  141. width: 56px;
  142. float: left;
  143. margin: 0 4px 0 0;
  144. }
  145. .two_2_2{
  146. text-align: center;
  147. width: 47px;
  148. float: left;
  149. margin: 0 8px 0 0;
  150. }
  151. .two_2_text{
  152. font-size: 14px;
  153. }
  154. .btn{
  155. height: 60px;
  156. background-color: #fff;
  157. }
  158. .button{
  159. width: 300px !important;
  160. background-color: #ff7815;
  161. border-radius: 30px;
  162. color:#ffffff;
  163. text-align: center;
  164. }