东风启辰小程序端
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.

225 lines
3.6KB

  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. }
  42. .gameRule{
  43. width: 750rpx;
  44. height: 2362rpx;
  45. margin-top: -1rpx;
  46. }
  47. .closeRule{
  48. position: fixed;
  49. right: 70rpx;
  50. top: 102rpx;
  51. width: 56rpx;
  52. height: 57rpx;
  53. }
  54. .pageTitle{
  55. margin: 0 auto;
  56. width: 650rpx;
  57. line-height: 40rpx;
  58. font-size:40rpx;
  59. font-family:PingFangSC;
  60. font-weight:400;
  61. color:rgba(255,255,255,1);
  62. padding-top: 200rpx;
  63. padding-bottom: 30rpx;
  64. border-bottom: 2rpx solid #73788d;
  65. }
  66. .selectGroup{
  67. margin: 0 auto;
  68. width: 650rpx;
  69. margin-top: 85rpx;
  70. margin-bottom: 45rpx;
  71. }
  72. .selectType{
  73. border:2rpx solid #73788d;
  74. border-radius: 20rpx;
  75. width: 100%;
  76. height: 70rpx;
  77. line-height: 70rpx;
  78. font-size:30rpx;
  79. font-family:PingFangSC;
  80. font-weight:300;
  81. color:rgba(255,255,255,1);
  82. text-align: center;
  83. }
  84. .selectType2{
  85. background-color: white;
  86. color: #182a72;
  87. }
  88. .userMsgFrame{
  89. margin: 0 auto;
  90. width: 650rpx;
  91. }
  92. .userMsgGroup{
  93. width: 100%;
  94. height: 65rpx;
  95. margin-bottom: 15rpx;
  96. display: flex;
  97. align-items: center;
  98. justify-content: space-between;
  99. }
  100. .userMsgGroup2{
  101. width: 540rpx;
  102. display: flex;
  103. align-items: center;
  104. justify-content: space-between;
  105. }
  106. .userMsgTitle{
  107. line-height: 24rpx;
  108. font-size:24rpx;
  109. font-family:PingFangSC;
  110. font-weight:400;
  111. color:rgba(255,255,255,1);
  112. }
  113. .userMsgInput{
  114. width: 540rpx;
  115. height:65rpx;
  116. padding: 0 30rpx;
  117. border:2rpx solid #73788d;
  118. border-radius: 20rpx;
  119. line-height: 65rpx;
  120. font-size:24rpx;
  121. font-family:PingFangSC;
  122. font-weight:300;
  123. color:white;
  124. box-sizing: border-box;
  125. }
  126. .getCode{
  127. width:162rpx;
  128. height:50rpx;
  129. text-align: center;
  130. background-color: white;
  131. line-height:50rpx;
  132. font-size:24rpx;
  133. font-family:PingFangSC;
  134. font-weight:400;
  135. color:rgba(24,42,114,1);
  136. border-radius: 20rpx;
  137. }
  138. .selectIcon{
  139. width: 23rpx;
  140. height: 13rpx;
  141. }
  142. .submitBtn{
  143. width: 711rpx;
  144. height: 70rpx;
  145. margin: 0 auto;
  146. }
  147. .userMsgDetailGroup{
  148. padding-top: 25rpx;
  149. padding-bottom: 90rpx;
  150. display: flex;
  151. align-items: center;
  152. justify-content: center;
  153. }
  154. .userMsgDetail{
  155. width:700rpx;
  156. height:100rpx;
  157. padding: 20rpx 30rpx;
  158. border:2rpx solid #73788d;
  159. border-radius: 20rpx;
  160. box-sizing: border-box;
  161. display: flex;
  162. }
  163. .mainGroup{
  164. position: relative;
  165. padding-bottom: 87rpx;
  166. }
  167. .detailTitle{
  168. line-height: 24rpx;
  169. font-size:24rpx;
  170. font-family:PingFangSC;
  171. font-weight:400;
  172. color:rgba(255,255,255,1);
  173. }
  174. .addressTextarea{
  175. width: 500rpx;
  176. height: 60rpx;
  177. line-height: 30rpx;
  178. font-size:24rpx;
  179. font-family:PingFangSC;
  180. font-weight:300;
  181. color:white;
  182. }
  183. .getPhoneFrame{
  184. position: absolute;
  185. left: 0;
  186. top: 0;
  187. width:100%;
  188. height: 70rpx;
  189. z-index: 2;
  190. }
  191. .getPhoneBtn{
  192. opacity: 0;
  193. }
  194. .ruleFrame2{
  195. width: 100%;
  196. display: flex;
  197. align-items: center;
  198. justify-content: center;
  199. background-color: rgba(0,0,0,0.5);
  200. z-index: 9;
  201. }
  202. .windowTipGroup{
  203. position: relative;
  204. width: 501rpx;
  205. height: 550rpx;
  206. }
  207. .windowTipImg{
  208. width: 100%;
  209. height: 100%;
  210. }
  211. .windowTipBtn{
  212. position: absolute;
  213. left: 50%;
  214. transform: translateX(-50%);
  215. bottom: 66rpx;
  216. width: 389rpx;
  217. height: 60rpx;
  218. }
  219. .windowTipClose{
  220. position: absolute;
  221. width: 42rpx;
  222. height: 42rpx;
  223. top: -32rpx;
  224. right: -32rpx;
  225. }