东风启辰小程序端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

5 роки тому
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. /* pages/placingOrder/placingOrder.wxss */
  2. .closeXieyi,.xieyi{
  3. display: block;
  4. }
  5. .main{
  6. width: 750rpx;
  7. position: fixed;
  8. left: 0;
  9. top: 0;
  10. height: calc(100vh - 150rpx);
  11. overflow: auto;
  12. background-color: white;
  13. z-index: 99;
  14. }
  15. .closeGroup{
  16. display: flex;
  17. align-items: center;
  18. justify-content: flex-end;
  19. padding-right: 48rpx;
  20. padding-top: 38rpx;
  21. }
  22. .closeXieyi{
  23. width: 42rpx;
  24. height: 42rpx;
  25. }
  26. .placingIcon{
  27. width: 663rpx;
  28. height: 515rpx;
  29. margin:25rpx auto 74rpx;
  30. }
  31. .msgGroup{
  32. padding: 0 46rpx;
  33. display: flex;
  34. flex-direction: column;
  35. align-items: center;
  36. }
  37. .codeGroup{
  38. width: 100%;
  39. display: flex;
  40. align-items: center;
  41. justify-content: flex-end;
  42. margin-bottom: 15rpx;
  43. }
  44. .inputGroup{
  45. width: 100%;
  46. display: flex;
  47. align-items: center;
  48. justify-content: space-between;
  49. margin-bottom: 15rpx;
  50. }
  51. .userTitle{
  52. line-height: 24rpx;
  53. font-size:24rpx;
  54. font-family:PingFangSC;
  55. font-weight:400;
  56. color:rgba(35,24,21,1);
  57. }
  58. .userInput{
  59. position: relative;
  60. width:539rpx;
  61. height: 65rpx;
  62. line-height: 65rpx;
  63. border: 2rpx solid #bfbfbf;
  64. padding: 0 28rpx;
  65. box-sizing: border-box;
  66. border-radius: 20rpx;
  67. font-size:24rpx;
  68. font-family:PingFangSC;
  69. font-weight:300;
  70. }
  71. .getCode{
  72. width: 160rpx;
  73. height: 50rpx;
  74. line-height: 50rpx;
  75. font-size:26rpx;
  76. font-family:PingFangSC;
  77. font-weight:400;
  78. color:rgba(255,255,255,1);
  79. background-color: #2a558c;
  80. border-radius: 15rpx;
  81. text-align: center;
  82. margin-left: 30rpx;
  83. }
  84. .selectIcon{
  85. width: 25rpx;
  86. height: 15rpx;
  87. }
  88. .selectSiteGroup{
  89. display: flex;
  90. align-items: center;
  91. justify-content: space-between;
  92. }
  93. .agreementGroup{
  94. width: 658rpx;
  95. margin: 0 auto;
  96. display: flex;
  97. align-items: center;
  98. margin-top: 19rpx;
  99. }
  100. .agreeIcon{
  101. width: 29rpx;
  102. height: 28rpx;
  103. margin-right: 17rpx;
  104. }
  105. .agreementText{
  106. line-height: 24rpx;
  107. font-size:24rpx;
  108. font-family:PingFangSC;
  109. font-weight:300;
  110. color:rgba(156,157,157,1);
  111. display: flex;
  112. align-items: center;
  113. }
  114. .subscribeBtn{
  115. margin: 0 auto;
  116. width:652rpx;
  117. height:70rpx;
  118. margin-top: 39rpx;
  119. margin-bottom: 99rpx;
  120. }
  121. .getPhoneBtn{
  122. position: absolute;
  123. left: 0;
  124. top: 0;
  125. opacity: 0;
  126. z-index: 9;
  127. }
  128. .pickerGroup{
  129. width: 100%;
  130. }
  131. .receiveFrame{
  132. position: fixed;
  133. top: 0;
  134. left: 0;
  135. width: 750rpx;
  136. height: calc(100vh - 150rpx);
  137. background-color: #7F93B3;
  138. z-index: 9;
  139. display: flex;
  140. flex-direction: column;
  141. align-items: center;
  142. }
  143. .receiveGroup{
  144. width: 100%;
  145. height: 100%;
  146. position: relative;
  147. }
  148. .receiveGroupContent{
  149. position: relative;
  150. margin: 0 auto;
  151. margin-top: 225rpx;
  152. width: 569rpx;
  153. height: 492rpx;
  154. }
  155. .newImages10{
  156. width: 100%;
  157. height: 100%;
  158. }
  159. .newImages9{
  160. position: absolute;
  161. left: 50%;
  162. transform: translateX(-50%);
  163. width: 366rpx;
  164. height: 57rpx;
  165. bottom: 25rpx;
  166. }
  167. .newImages12{
  168. position: absolute;
  169. top:48rpx;
  170. right: 38rpx;
  171. width: 42rpx;
  172. height: 42rpx;
  173. }
  174. .newImages11{
  175. position: absolute;
  176. left: 50%;
  177. transform: translateX(-50%);
  178. bottom: 44rpx;
  179. width: 322rpx;
  180. height: 71rpx;
  181. }