user.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. /* pages/user/user.wxss */
  2. page{
  3. background: #F4F6F8;
  4. /* position: fixed; */
  5. }
  6. .avatar{
  7. width: 120rpx;
  8. height: 120rpx;
  9. border-radius: 100%;
  10. overflow: hidden;
  11. margin-right: 30rpx;
  12. }
  13. .name{
  14. font-size: 40rpx;
  15. font-weight: 500;
  16. padding-top: 15rpx;
  17. }
  18. .name view{
  19. font-size: 32rpx;
  20. color: #FFF;
  21. font-weight: bold;
  22. margin-bottom: 12rpx;
  23. }
  24. .name text{
  25. font-size: 28rpx;
  26. color: #FFF;
  27. font-weight: 400;
  28. }
  29. .info{
  30. position: relative;
  31. background: #D94B24;
  32. display: flex;
  33. padding: 30rpx;
  34. }
  35. .mine{
  36. border: 1px solid #fff;
  37. color: #fff;
  38. font-size: 28rpx;
  39. border-radius: 8rpx;
  40. padding:0 8rpx;
  41. line-height: 48rpx;
  42. position: absolute;
  43. right: 30rpx;
  44. height: 48rpx;
  45. top: 0;
  46. bottom: 0;
  47. margin: auto;
  48. }
  49. .item{
  50. line-height: 108rpx;
  51. font-size: 32rpx;
  52. border-bottom: 1px solid #F5F5F5;
  53. position: relative;
  54. }
  55. .logout{
  56. margin-top:15rpx;
  57. background:#fff;
  58. border:none;
  59. padding: 0 30rpx;
  60. }
  61. .item image{
  62. width: 32rpx;
  63. float: right;
  64. margin-top: 38rpx;
  65. }
  66. .login input{
  67. width: 100%;
  68. height: 88rpx;
  69. text-align: left;
  70. /* background: #F4F6F8; */
  71. font-size: 30rpx;
  72. border-radius: 8rpx;
  73. padding: 0 24rpx;
  74. border: 1px solid #E0E0E0;
  75. box-sizing: border-box;
  76. }
  77. .login button:not([size='mini']){
  78. background: #D94B24;
  79. color: #fff;
  80. width: 100%;
  81. margin-top: 48rpx;
  82. height: 88rpx;
  83. line-height: 88rpx;
  84. padding: 0;
  85. font-size: 32rpx;
  86. border-radius: 8rpx;
  87. }
  88. .no_login navigator{
  89. background: #D94B24;
  90. border: 1px solid #D94B24;
  91. color: #fff;
  92. width: 100%;
  93. margin-top: 48rpx;
  94. height: 88rpx;
  95. line-height: 88rpx;
  96. padding: 0;
  97. font-size: 32rpx;
  98. border-radius: 8rpx;
  99. position: relative;
  100. }
  101. .no_login navigator image{
  102. position: absolute;
  103. top: 0;
  104. bottom: 0;
  105. margin: auto;
  106. left: 30%;
  107. }
  108. .no_login{
  109. height: 100vh;
  110. background: #fff;
  111. text-align: center;
  112. padding: 30% 70rpx 0;
  113. }
  114. .no_login .avatar{
  115. width: 160rpx;
  116. height: 160rpx;
  117. margin: 50rpx auto 100rpx;
  118. }
  119. .title{
  120. font-size: 32rpx;
  121. }
  122. .today{
  123. margin: 30rpx 30rpx 0;
  124. background: #fff;
  125. border-radius: 8rpx;
  126. box-shadow: 0 0 10px 0px rgba(51, 51, 51, 0.1);
  127. overflow: hidden;
  128. }
  129. .today navigator{
  130. padding: 24rpx;
  131. }
  132. .today .money{
  133. margin: 0rpx 0rpx 30rpx;
  134. font-size: 48rpx;
  135. }
  136. .today .date{
  137. margin: 15rpx 0rpx;
  138. font-size: 28rpx;
  139. }
  140. .date>text{
  141. color: rgba(156, 156, 156, 1);
  142. font-size: 28rpx;
  143. display: inline-block;
  144. width: 49%;
  145. }
  146. .date text text{
  147. color: rgba(51, 51, 51, 1);
  148. font-weight: 400;
  149. margin-left: 45rpx;
  150. font-size: 28rpx;
  151. }
  152. .today .money .todaydown{
  153. font-size: 28rpx;
  154. /* margin-left: 20rpx !important; */
  155. color: #07B20B !important;
  156. }
  157. .today .money .todayup{
  158. font-size: 32rpx;
  159. /* margin-left: 20rpx !important; */
  160. color: #E90001 !important;
  161. }
  162. .contactus{
  163. background: none;
  164. width: 100% !important;
  165. text-align:center;
  166. position: absolute;
  167. height: 100%;
  168. top: 0;
  169. left: 0;
  170. }
  171. .up,.down{
  172. font-size: 40rpx;
  173. font-weight: bold;
  174. }
  175. .date .up,.date .down{
  176. font-size: 28rpx;
  177. font-weight: 400;
  178. margin-left: 20rpx !important;
  179. }
  180. .today_text{
  181. display: block;
  182. font-size: 28rpx;
  183. color: rgba(156, 156, 156, 1);
  184. }
  185. .msg{
  186. background: rgba(247, 247, 247, 1);
  187. display: flex;
  188. border-top: 1px solid rgba(171, 171, 171, 0.2);
  189. }
  190. .msg view{
  191. width: 50%;
  192. text-align: center;
  193. font-size: 28rpx;
  194. line-height: 100rpx;
  195. }
  196. .msg view:first-child{
  197. border-right: 1px solid rgba(171, 171, 171, 0.2);
  198. }
  199. .msg image{
  200. width: 32rpx;
  201. position: relative;
  202. top: 5rpx;
  203. left: -10rpx;
  204. }
  205. .list{
  206. margin:30rpx;
  207. border-radius: 8rpx;
  208. box-shadow: 0 0 10px 0px rgba(51, 51, 51, 0.1);
  209. overflow: hidden;
  210. }
  211. .no_login .avatar image{
  212. width: 160rpx;
  213. height: 160rpx;
  214. }
  215. .yzm{
  216. margin-top: 30rpx;
  217. display: flex;
  218. justify-content: space-between;
  219. }
  220. .yzm input{
  221. width: 65%;
  222. }
  223. .yzm view{
  224. width: 30%;
  225. height: 88rpx;
  226. color: #D94B24;
  227. line-height: 88rpx;
  228. border: 1px solid #D94B24;
  229. border-radius: 8rpx;
  230. font-size: 30rpx;
  231. }
  232. .yzm .disabled{
  233. color: #999;
  234. border-color: #999;
  235. }