东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 年之前
5 年之前
5 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. /* pages/perfectMsg/perfectMsg.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 120rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .pageBg{
  14. position: absolute;
  15. left: 0;
  16. bottom: 0;
  17. width: 750rpx;
  18. height: 1506rpx;
  19. z-index: -1;
  20. }
  21. .drawBtn{
  22. width: 81rpx;
  23. height: 81rpx;
  24. position: fixed;
  25. right: 35rpx;
  26. top: 107rpx;
  27. }
  28. .yuyue{
  29. width: 81rpx;
  30. height: 81rpx;
  31. position: fixed;
  32. right: 35rpx;
  33. top: 214rpx;
  34. }
  35. .ruleFrame{
  36. position: fixed;
  37. top:0;
  38. left: 0;
  39. height: calc(100vh - 120rpx);
  40. overflow: auto;
  41. z-index: 9;
  42. }
  43. .gameRule{
  44. width: 750rpx;
  45. height: 2511rpx;
  46. margin-top: -1rpx;
  47. }
  48. .closeRule{
  49. position: fixed;
  50. right: 70rpx;
  51. top: 102rpx;
  52. width: 56rpx;
  53. height: 57rpx;
  54. }
  55. .pageTitle{
  56. margin: 0 auto;
  57. width: 650rpx;
  58. line-height: 40rpx;
  59. font-size:40rpx;
  60. font-family:PingFangSC;
  61. font-weight:400;
  62. color:rgba(255,255,255,1);
  63. padding-top: 200rpx;
  64. padding-bottom: 30rpx;
  65. border-bottom: 2rpx solid #73788d;
  66. }
  67. .selectGroup{
  68. margin: 0 auto;
  69. width: 650rpx;
  70. margin-top: 85rpx;
  71. margin-bottom: 45rpx;
  72. }
  73. .selectType{
  74. border:2rpx solid #73788d;
  75. border-radius: 20rpx;
  76. width: 100%;
  77. height: 70rpx;
  78. line-height: 70rpx;
  79. font-size:30rpx;
  80. font-family:PingFangSC;
  81. font-weight:300;
  82. color:rgba(255,255,255,1);
  83. text-align: center;
  84. }
  85. .selectType2{
  86. background-color: white;
  87. color: #182a72;
  88. }
  89. .userMsgFrame{
  90. margin: 0 auto;
  91. width: 650rpx;
  92. }
  93. .userMsgGroup{
  94. width: 100%;
  95. height: 65rpx;
  96. margin-bottom: 15rpx;
  97. display: flex;
  98. align-items: center;
  99. justify-content: space-between;
  100. }
  101. .userMsgGroup2{
  102. width: 540rpx;
  103. display: flex;
  104. align-items: center;
  105. justify-content: space-between;
  106. }
  107. .userMsgTitle{
  108. line-height: 24rpx;
  109. font-size:24rpx;
  110. font-family:PingFangSC;
  111. font-weight:400;
  112. color:rgba(255,255,255,1);
  113. }
  114. .userMsgInput{
  115. width: 540rpx;
  116. height:65rpx;
  117. padding: 0 30rpx;
  118. border:2rpx solid #73788d;
  119. border-radius: 20rpx;
  120. line-height: 65rpx;
  121. font-size:24rpx;
  122. font-family:PingFangSC;
  123. font-weight:300;
  124. color:white;
  125. box-sizing: border-box;
  126. }
  127. .getCode{
  128. width:162rpx;
  129. height:50rpx;
  130. text-align: center;
  131. background-color: white;
  132. line-height:50rpx;
  133. font-size:24rpx;
  134. font-family:PingFangSC;
  135. font-weight:400;
  136. color:rgba(24,42,114,1);
  137. border-radius: 20rpx;
  138. }
  139. .selectIcon{
  140. width: 23rpx;
  141. height: 13rpx;
  142. }
  143. .submitBtn{
  144. width: 711rpx;
  145. height: 70rpx;
  146. margin: 0 auto;
  147. }
  148. .userMsgDetailGroup{
  149. padding-top: 25rpx;
  150. padding-bottom: 90rpx;
  151. display: flex;
  152. align-items: center;
  153. justify-content: center;
  154. }
  155. .userMsgDetail{
  156. width:700rpx;
  157. height:100rpx;
  158. padding: 20rpx 30rpx;
  159. border:2rpx solid #73788d;
  160. border-radius: 20rpx;
  161. box-sizing: border-box;
  162. display: flex;
  163. }
  164. .mainGroup{
  165. position: relative;
  166. padding-bottom: 87rpx;
  167. }
  168. .detailTitle{
  169. line-height: 24rpx;
  170. font-size:24rpx;
  171. font-family:PingFangSC;
  172. font-weight:400;
  173. color:rgba(255,255,255,1);
  174. }
  175. .addressTextarea{
  176. width: 500rpx;
  177. height: 60rpx;
  178. line-height: 30rpx;
  179. font-size:24rpx;
  180. font-family:PingFangSC;
  181. font-weight:300;
  182. color:white;
  183. }
  184. .getPhoneFrame{
  185. position: absolute;
  186. left: 0;
  187. top: 0;
  188. width:100%;
  189. height: 70rpx;
  190. z-index: 2;
  191. }
  192. .getPhoneBtn{
  193. opacity: 0;
  194. }
  195. .ruleFrame2{
  196. width: 100%;
  197. display: flex;
  198. align-items: center;
  199. justify-content: center;
  200. background-color: rgba(0,0,0,0.5);
  201. z-index: 9;
  202. }
  203. .windowTipGroup{
  204. position: relative;
  205. width: 501rpx;
  206. height: 470rpx;
  207. }
  208. .windowTipImg{
  209. width: 100%;
  210. height: 100%;
  211. }
  212. .windowTipBtn{
  213. position: absolute;
  214. left: 50%;
  215. transform: translateX(-50%);
  216. bottom: 66rpx;
  217. width: 389rpx;
  218. height: 60rpx;
  219. }
  220. .windowTipClose{
  221. position: absolute;
  222. width: 42rpx;
  223. height: 42rpx;
  224. top: -32rpx;
  225. right: -32rpx;
  226. }
  227. .getUserInfoBtn{
  228. position: absolute;
  229. left: 0;
  230. top: 0;
  231. width: 100%;
  232. height: 100%;
  233. margin: 0;
  234. padding: 0;
  235. opacity: 0;
  236. }