user.wxss 4.4 KB

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