Mine.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. .container {
  2. background-color: #F6F7F8;
  3. height: calc(100vh - 340rpx);
  4. }
  5. .userInfoBox {
  6. height: 380rpx;
  7. width: 100%;
  8. background-color: #3e6ffd;
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. }
  13. .userHeader {
  14. padding: 30rpx 30rpx 40rpx;
  15. font-size: 0;
  16. }
  17. .userImg {
  18. display: inline-block;
  19. width: 160rpx;
  20. height: 160rpx;
  21. vertical-align: middle;
  22. margin-right: 20rpx;
  23. border-radius: 10rpx;
  24. }
  25. .userNameBox {
  26. display: inline-block;
  27. width: calc(100% - 180rpx);
  28. vertical-align: middle;
  29. position: relative;
  30. border-radius: 50rpx;
  31. }
  32. .userName {
  33. width: calc(100%);
  34. vertical-align: middle;
  35. font-size: 36rpx;
  36. color: #fff;
  37. }
  38. .loginBtn {
  39. width: 300rpx;
  40. text-align: center;
  41. background-color: #07c160;
  42. color: #fff;
  43. font-size: 32rpx;
  44. border-radius: 50rpx;
  45. height: 70rpx;
  46. line-height: 70rpx;
  47. margin-left: 0;
  48. margin-top: 40rpx;
  49. }
  50. .userNumBox {
  51. display: flex;
  52. justify-content: space-around;
  53. }
  54. .userNumItem {
  55. text-align: left;
  56. }
  57. .userNum {
  58. display: block;
  59. font-size: 40rpx;
  60. color: #fff;
  61. margin-bottom: 20rpx;
  62. }
  63. .userNumTitle {
  64. display: block;
  65. font-size: 34rpx;
  66. color: #fff;
  67. }
  68. .userOrderBox {
  69. margin: 340rpx 20rpx 30rpx;
  70. background-color: #fff;
  71. box-shadow: 0rpx 5rpx 10rpx 0rpx #0587e21c;
  72. border-radius: 20rpx;
  73. z-index: 99;
  74. position: relative;
  75. }
  76. .orderTitle {
  77. padding: 30rpx;
  78. border-bottom: 2rpx #f2f2f2 solid;
  79. }
  80. .orderTitleText {
  81. display: inline-block;
  82. vertical-align: middle;
  83. width: calc(100% - 200rpx);
  84. color: #000;
  85. font-size: 38rpx;
  86. font-weight: 600;
  87. overflow: hidden;
  88. white-space: nowrap;
  89. text-overflow: ellipsis;
  90. }
  91. .orderTitleMore {
  92. display: inline-block;
  93. vertical-align: middle;
  94. width: 200rpx;
  95. color: #777;
  96. font-size: 32rpx;
  97. text-align: right;
  98. }
  99. .orderContent {
  100. display: flex;
  101. justify-content: space-around;
  102. padding: 30rpx 0;
  103. }
  104. .orderContentItem {
  105. text-align: center;
  106. }
  107. .orderContentItemNum {
  108. display: block;
  109. font-size: 40rpx;
  110. font-weight: bold;
  111. color: #000;
  112. margin-bottom: 30rpx;
  113. }
  114. .orderContentItemTitle {
  115. display: block;
  116. font-size: 34rpx;
  117. color: #000;
  118. }
  119. .moreServiceBox {
  120. margin: 30rpx 20rpx;
  121. background-color: #fff;
  122. box-shadow: 0rpx 5rpx 10rpx 0rpx #0587e21c;
  123. border-radius: 20rpx;
  124. z-index: 99;
  125. position: relative;
  126. }
  127. .moreServiceTitle {
  128. padding: 40rpx 20rpx 20rpx;
  129. vertical-align: middle;
  130. color: #000;
  131. font-size: 38rpx;
  132. font-weight: 600;
  133. }
  134. .moreServiceContent {
  135. padding: 0 20rpx 20rpx;
  136. }
  137. .serviceContentItem {
  138. padding: 20rpx 0;
  139. }
  140. .serviceContentItem + .serviceContentItem {
  141. border-top: 2rpx #f2f2f2 solid;
  142. }
  143. .serviceContentItemImg {
  144. display: inline-block;
  145. width: 60rpx;
  146. height: 60rpx;
  147. vertical-align: middle;
  148. margin-right: 20rpx;
  149. }
  150. .serviceContentItemTitle {
  151. display: inline-block;
  152. vertical-align: middle;
  153. width: calc(100% - 120rpx);
  154. color: #000;
  155. font-size: 36rpx;
  156. }
  157. .serviceContentItemIcon {
  158. display: inline-block;
  159. width: 40rpx;
  160. height: 40rpx;
  161. vertical-align: middle;
  162. text-align: right;
  163. }
  164. /* 自定提示弹窗 */
  165. .popMask {
  166. position: fixed;
  167. left: 0;
  168. top: 0;
  169. right: 0;
  170. bottom: 0;
  171. display: flex;
  172. justify-content: center;
  173. align-items: center;
  174. background-color: rgba(0, 0, 0, 0.2);
  175. line-height: 1 !important;
  176. z-index: 99;
  177. }
  178. .popContent {
  179. width: 80%;
  180. line-height: 1 !important;
  181. }
  182. .popTips {
  183. width: 100%;
  184. font-size: 44rpx;
  185. color: #333;
  186. font-weight: bold;
  187. text-align: center;
  188. padding: 30rpx 0;
  189. line-height: 1 !important;
  190. background-color: #fff;
  191. border-radius: 30rpx 30rpx 0 0;
  192. }
  193. .popImg {
  194. width: 100%;
  195. height: 600rpx;
  196. border-radius: 0 0 30rpx 30rpx;
  197. }
  198. .popClose {
  199. margin-top: 30rpx;
  200. width: 100rpx;
  201. height: 100rpx;
  202. margin-left: calc(50% - 50rpx);
  203. }
  204. .popBody {
  205. width: calc(100% - 40rpx);
  206. padding: 20rpx 20rpx 30rpx;
  207. font-size: 36rpx;
  208. color: #333;
  209. line-height: 1.5 !important;
  210. background-color: #fff;
  211. }
  212. .fway-form-input {
  213. display: block;
  214. height: 90rpx;
  215. line-height: 90rpx;
  216. width: calc(100% - 20rpx);
  217. text-align: center;
  218. padding: 0 10rpx;
  219. font-size: 36rpx;
  220. background-color: #f7f7f7;
  221. white-space: nowrap;
  222. overflow-y: hidden;
  223. border-radius: 10rpx;
  224. }
  225. .bindedTips {
  226. width: calc(100%);
  227. line-height: 40rpx;
  228. font-size: 36rpx;
  229. text-align: center;
  230. }
  231. .errorTips {
  232. width: calc(100%);
  233. line-height: 40rpx;
  234. padding: 30rpx 0 0;
  235. font-size: 32rpx;
  236. color: #d9001bfe;
  237. }
  238. .popBtnBox {
  239. width: 100%;
  240. display: flex;
  241. justify-content: space-between;
  242. padding: 10rpx 0;
  243. background-color: #fff;
  244. border-top: 2rpx #ebebeb solid;
  245. border-radius: 0 0 30rpx 30rpx;
  246. }
  247. .popBtn {
  248. width: 50%;
  249. padding: 20rpx 0;
  250. text-align: center;
  251. font-size: 36rpx;
  252. letter-spacing: 2rpx;
  253. line-height: 1 !important;
  254. }
  255. .popBtn + .popBtn {
  256. border-left: 2rpx #ebebeb solid;
  257. }
  258. .loginPopBtn {
  259. width: 90%;
  260. text-align: center;
  261. background-color: #07c160;
  262. color: #fff;
  263. font-size: 32rpx;
  264. border-radius: 50rpx;
  265. line-height: 2.5;
  266. margin-left: 5%;
  267. margin-bottom: 30rpx;
  268. }