product.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. .container{
  2. background-color: #E1D2B4;
  3. }
  4. .panel1{
  5. width:100%;
  6. background-color: #004433;
  7. z-index: 10;
  8. position: fixed;
  9. top:0;
  10. }
  11. .panel1Text{
  12. width:630rpx;
  13. font-size: 28rpx;
  14. color: #E9FFDF;
  15. margin: 30rpx 0;
  16. }
  17. .pdt_a06a_triangle{
  18. width: 0;
  19. height: 0;
  20. border-left: 45rpx solid transparent;
  21. border-right: 85rpx solid transparent;
  22. border-top: 50rpx solid;
  23. position: absolute;
  24. top:108rpx;
  25. left:36rpx;
  26. z-index: 10;
  27. }
  28. .panel2{
  29. width: 100%;
  30. justify-content: flex-start;
  31. margin-top: 20rpx;
  32. }
  33. .panel21{
  34. width: 100%;
  35. justify-content: flex-start;
  36. }
  37. .pdt_a01{
  38. width:82rpx;
  39. height:51rpx;
  40. margin: 60rpx 0 40rpx 50rpx;
  41. }
  42. .panel22{
  43. width:100%;
  44. }
  45. .panel221{
  46. width:340rpx;
  47. margin: 0 10rpx;
  48. justify-content: flex-start;
  49. align-items: flex-start;
  50. color: #464044;
  51. position: relative;
  52. }
  53. .pdt_b01{
  54. width:340rpx;
  55. height:280rpx;
  56. }
  57. .panel2Text1{
  58. font-size: 36rpx;
  59. margin: 30rpx 0 10rpx 20rpx;
  60. }
  61. .panel2Text2{
  62. font-weight: 400;
  63. font-size: 24rpx;
  64. width: 300rpx;
  65. margin: 0 0 0 20rpx;
  66. }
  67. .panel2Text3{
  68. width: 100rpx;
  69. text-align: right;
  70. font-size: 20rpx;
  71. font-weight: 400;
  72. position: absolute;
  73. top: 310rpx;
  74. right:20rpx;
  75. }
  76. .pdt_a04{
  77. width: 156rpx;
  78. }
  79. .panel222{
  80. width: 700rpx;
  81. }
  82. .pdt_b07{
  83. width: 700rpx;
  84. height:280rpx;
  85. }
  86. .panel2Text5{
  87. width:660rpx;
  88. }
  89. .panel3{
  90. width:100%;
  91. margin: 100rpx 0 0 0;
  92. }
  93. .panel31{
  94. width:100%;
  95. justify-content: space-between;
  96. height:100rpx
  97. }
  98. .panel3Text1{
  99. font-size: 28rpx;
  100. color: #4D4D4D;
  101. margin-left: 45rpx;
  102. }
  103. .pdt_a07{
  104. width:16rpx;
  105. height:26rpx;
  106. margin-right: 75rpx;
  107. }
  108. .panel3Line{
  109. width: 660rpx;
  110. height:1rpx;
  111. background-color: #574E55;
  112. }
  113. .panel3Text2{
  114. width: 660rpx;
  115. font-size: 20rpx;
  116. color: #4D4D4D;
  117. margin-top: 30rpx;
  118. font-weight: 400;
  119. }
  120. .panel3Text3{
  121. font-weight: 700;
  122. }
  123. .panel3Text4{
  124. width: 660rpx;
  125. margin: 50rpx 0 0 0;
  126. font-size: 20rpx;
  127. color: #464044;
  128. }
  129. .panelFooterNav{
  130. width: 100%;
  131. background-color: #fff;
  132. color: #004433;
  133. position: fixed;
  134. bottom: 0;
  135. z-index: 10;
  136. }
  137. .panelFooterNav1{
  138. width:100%;
  139. }
  140. .panelFooterNav2{
  141. width:100%;
  142. position: relative;
  143. z-index: 50;
  144. }
  145. .pic_02{
  146. width:100%;
  147. height:230rpx;
  148. }
  149. .panelFooterNavBtn{
  150. width: 50%;
  151. font-size: 36rpx;
  152. height: 100rpx;
  153. justify-content: flex-end;
  154. }
  155. .panelFooterNavLine{
  156. width: 72rpx;
  157. height:16rpx;
  158. margin-top: 9rpx;
  159. }
  160. .panelFooterNavLine1{
  161. width: 72rpx;
  162. height:16rpx;
  163. margin-top: 9rpx;
  164. background-color: #004433;
  165. }
  166. .iphone10plus{
  167. width:100%;
  168. height:30rpx;
  169. background-color: #fff;
  170. }