user.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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. text-align: left;
  101. padding-left: 38%;
  102. box-sizing: border-box;
  103. }
  104. .no_login navigator image{
  105. position: absolute;
  106. top: 0;
  107. bottom: 0;
  108. margin: auto;
  109. left: 28%;
  110. }
  111. .no_login{
  112. height: 100vh;
  113. background: #fff;
  114. text-align: center;
  115. padding: 20% 70rpx 0;
  116. }
  117. .no_login .avatar{
  118. width: 160rpx;
  119. height: 160rpx;
  120. margin: 50rpx auto 100rpx;
  121. }
  122. .title{
  123. font-size: 32rpx;
  124. }
  125. .today{
  126. margin: 30rpx 30rpx 0;
  127. background: #fff;
  128. border-radius: 8rpx;
  129. box-shadow: 0 0 10px 0px rgba(51, 51, 51, 0.1);
  130. overflow: hidden;
  131. }
  132. .today navigator{
  133. padding: 24rpx;
  134. }
  135. .today .money{
  136. margin: 0rpx 0rpx 30rpx;
  137. font-size: 48rpx;
  138. }
  139. .today .date{
  140. margin: 15rpx 0rpx;
  141. font-size: 28rpx;
  142. }
  143. .date>text{
  144. color: rgba(156, 156, 156, 1);
  145. font-size: 28rpx;
  146. display: inline-block;
  147. width: 49%;
  148. }
  149. .date text text{
  150. color: rgba(51, 51, 51, 1);
  151. font-weight: 400;
  152. margin-left: 45rpx;
  153. font-size: 28rpx;
  154. }
  155. .today .money .todaydown{
  156. font-size: 28rpx;
  157. /* margin-left: 20rpx !important; */
  158. color: #07B20B !important;
  159. }
  160. .today .money .todayup{
  161. font-size: 32rpx;
  162. /* margin-left: 20rpx !important; */
  163. color: #E90001 !important;
  164. }
  165. .contactus{
  166. background: none;
  167. width: 100% !important;
  168. text-align:center;
  169. position: absolute;
  170. height: 100%;
  171. top: 0;
  172. left: 0;
  173. }
  174. .up,.down{
  175. font-size: 40rpx;
  176. font-weight: bold;
  177. }
  178. .date .up,.date .down{
  179. font-size: 28rpx;
  180. font-weight: 400;
  181. margin-left: 20rpx !important;
  182. }
  183. .today_text{
  184. display: block;
  185. font-size: 28rpx;
  186. color: rgba(156, 156, 156, 1);
  187. }
  188. .msg{
  189. background: rgba(247, 247, 247, 1);
  190. display: flex;
  191. border-top: 1px solid rgba(171, 171, 171, 0.2);
  192. }
  193. .msg view{
  194. width: 50%;
  195. text-align: center;
  196. font-size: 28rpx;
  197. line-height: 100rpx;
  198. }
  199. .msg view:first-child{
  200. border-right: 1px solid rgba(171, 171, 171, 0.2);
  201. }
  202. .msg image{
  203. width: 32rpx;
  204. position: relative;
  205. top: 5rpx;
  206. left: -10rpx;
  207. }
  208. .list{
  209. margin:30rpx;
  210. border-radius: 8rpx;
  211. box-shadow: 0 0 10px 0px rgba(51, 51, 51, 0.1);
  212. overflow: hidden;
  213. }
  214. .no_login .avatar image{
  215. width: 160rpx;
  216. height: 160rpx;
  217. }
  218. .yzm{
  219. margin-top: 30rpx;
  220. display: flex;
  221. justify-content: space-between;
  222. }
  223. .yzm input{
  224. width: 65%;
  225. }
  226. .yzm view{
  227. width: 30%;
  228. height: 88rpx;
  229. color: #D94B24;
  230. line-height: 88rpx;
  231. border: 1px solid #D94B24;
  232. border-radius: 8rpx;
  233. font-size: 30rpx;
  234. }
  235. .yzm .disabled{
  236. color: #999;
  237. border-color: #999;
  238. }