all.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. .user {
  2. width: 100%;
  3. min-height: 100%;
  4. background-color: #f3f3f3;
  5. }
  6. .user-top {
  7. width: 100%;
  8. height: 240rpx;
  9. background: linear-gradient(to top right, #d4932b , #eab86a);
  10. background: -webkit-linear-gradient(to top right, #d4932b 70%, #eab86a 30%);
  11. }
  12. .user-par {
  13. width: 35rpx;
  14. height: 40rpx;
  15. float: left;
  16. margin-top: 78rpx;
  17. margin-left: 20rpx;
  18. }
  19. .user-name {
  20. /* line-height: 240rpx; */
  21. float: left;
  22. margin-left: 20rpx;
  23. font-size: 36rpx;
  24. color: #fff;
  25. width: 510rpx;
  26. margin-top: 72rpx;
  27. }
  28. .user-title{
  29. position: absolute;
  30. font-size: 26rpx;
  31. color: #fff;
  32. top: 122rpx;
  33. left: 20rpx;
  34. }
  35. .user-head {
  36. display: block;
  37. width: 120rpx;
  38. height: 120rpx;
  39. float: right;
  40. margin-right: 23rpx;
  41. margin-top: 64rpx;
  42. border-radius: 100%;
  43. border: 5rpx solid #fff;
  44. }
  45. .user-padding {
  46. padding: 0 20rpx;
  47. background-color: #fff;
  48. margin-top:20rpx;
  49. position: relative;
  50. }
  51. .user-radishbg {
  52. background-color: #fff;
  53. }
  54. .user-points {
  55. width: 100%;
  56. height: 120rpx;
  57. border-bottom: 1px solid #dddddd;
  58. }
  59. .user-points__title {
  60. float: left;
  61. font-size: 28rpx;
  62. color: #4c4c4c;
  63. line-height: 120rpx;
  64. padding-left: 20rpx;
  65. }
  66. .user-points__num {
  67. float: right;
  68. font-size: 48rpx;
  69. color: #eab86a;
  70. line-height: 120rpx;
  71. padding-right: 25rpx;
  72. }
  73. .user-points__right {
  74. float: right;
  75. width: 19rpx;
  76. height: 33rpx;
  77. padding-top: 45rpx;
  78. padding-right: 20rpx;
  79. }
  80. .user-luobo {
  81. position: relative;
  82. }
  83. .line1 {
  84. height: 88rpx;
  85. width: 1rpx;
  86. background: #dddddd;
  87. position: absolute;
  88. left: 372rpx;
  89. top: 0rpx;
  90. }
  91. .user-radish {
  92. float: left;
  93. width: 354rpx;
  94. /* margin: 0 20rpx 20rpx; */
  95. /* border-top: 1rpx solid #dddddd; */
  96. /* border-right: 1rpx solid #dddddd; */
  97. line-height: 88rpx;
  98. font-size: 28rpx;
  99. color: #eab86a;
  100. text-align: center;
  101. margin-left: 20rpx;
  102. }
  103. .user-radish1 {
  104. float: right;
  105. width: 356rpx;
  106. /* margin: 0 20rpx 20rpx; */
  107. /* border-top: 1rpx solid #dddddd; */
  108. line-height: 88rpx;
  109. font-size: 28rpx;
  110. color: #eab86a;
  111. text-align: center;
  112. margin-right: 20rpx;
  113. }
  114. .user-line {
  115. height: 88rpx;
  116. background-color: #fff;
  117. border-bottom: 1px solid #dddddd;
  118. }
  119. .user-line__title {
  120. float: left;
  121. font-size: 28rpx;
  122. color: #4c4c4c;
  123. line-height: 88rpx;
  124. }
  125. .user-line__right {
  126. float: right;
  127. width: 19rpx;
  128. height: 33rpx;
  129. padding-top: 27rpx;
  130. }
  131. .user-state {
  132. margin-bottom: 20rpx;
  133. }
  134. .user-paid {
  135. float: left;
  136. width: 180rpx;
  137. height: 150rpx;
  138. }
  139. .user-dingdan {
  140. float: left;
  141. width: 180rpx;
  142. height: 150rpx;
  143. }
  144. .user-paid__icon {
  145. display: block;
  146. width: 60rpx;
  147. height: 44rpx;
  148. margin: 28rpx auto 0;
  149. }
  150. .user-paid__text {
  151. margin-top: 24rpx;
  152. text-align: center;
  153. font-size: 28rpx;
  154. color: #4c4c4c;
  155. }
  156. .user-deliver {
  157. float: left;
  158. width: 180rpx;
  159. height: 150rpx;
  160. }
  161. .user-deliver__icon {
  162. display: block;
  163. width: 58rpx;
  164. height: 41rpx;
  165. margin: 28rpx auto 0;
  166. }
  167. .user-deliver__text {
  168. margin-top: 24rpx;
  169. text-align: center;
  170. font-size: 28rpx;
  171. color: #4c4c4c;
  172. }
  173. .user-collect {
  174. float: left;
  175. width: 160rpx;
  176. height: 150rpx;
  177. }
  178. .user-collect__icon {
  179. display: block;
  180. width: 60rpx;
  181. height: 41rpx;
  182. margin: 31rpx auto 0;
  183. }
  184. .user-collect__text {
  185. margin-top: 24rpx;
  186. text-align: center;
  187. font-size: 28rpx;
  188. color: #4c4c4c;
  189. }
  190. .user-farm {
  191. float: left;
  192. width: 354rpx;
  193. height: 150rpx;
  194. }
  195. .user-farm__icon {
  196. display: block;
  197. width: 60rpx;
  198. height: 44rpx;
  199. margin: 31rpx auto 0;
  200. }
  201. .user-farm__text {
  202. margin-top: 24rpx;
  203. text-align: center;
  204. font-size: 28rpx;
  205. color: #4c4c4c;
  206. }
  207. .user-granary {
  208. float: left;
  209. width: 354rpx;
  210. height: 150rpx;
  211. }
  212. .user-granary__icon {
  213. display: block;
  214. width: 60rpx;
  215. height: 44rpx;
  216. margin: 31rpx auto 0;
  217. }
  218. .user-granary__text {
  219. margin-top: 24rpx;
  220. text-align: center;
  221. font-size: 28rpx;
  222. color: #4c4c4c;
  223. }
  224. .line{
  225. height: 100rpx;
  226. width: 1rpx;
  227. background: #dddddd;
  228. position: absolute;
  229. left: 372rpx;
  230. top: 25rpx;
  231. }
  232. .unbind {
  233. padding-top: 172rpx;
  234. }
  235. .unbind-img {
  236. width: 383rpx;
  237. height: 242rpx;
  238. display: block;
  239. margin: 0 auto 20rpx;
  240. }
  241. .unbind-title {
  242. text-align: center;
  243. font-size: 36rpx;
  244. color: #4c4c4c;
  245. }
  246. .unbind-about {
  247. padding-top: 5rpx;
  248. font-size: 30rpx;
  249. color: #aaaaaa;
  250. text-align: center;
  251. }
  252. .unbind-btn {
  253. width: 220rpx;
  254. height: 80rpx;
  255. background-color: #ff6a6a;
  256. color: #fff;
  257. font-size: 28rpx;
  258. margin: 40rpx auto 0;
  259. text-align: center;
  260. line-height: 80rpx;
  261. border-radius: 8rpx;
  262. }
  263. .user-line__merchant {
  264. float: left;
  265. width: 26rpx;
  266. height: 28rpx;
  267. margin-top: 30rpx;
  268. margin-left: 18rpx;
  269. background-size: 100% 100%;
  270. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/merchant.png');
  271. }
  272. .user-line__merchant1 {
  273. float: left;
  274. width: 26rpx;
  275. height: 28rpx;
  276. margin-top: 30rpx;
  277. margin-left: 18rpx;
  278. background-size: 100% 100%;
  279. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/account_icon.jpg');
  280. }
  281. .user-line__merchantNum {
  282. float: right;
  283. padding: 0 22rpx;
  284. text-align: center;
  285. height: 40rpx;
  286. line-height: 40rpx;
  287. color: #fff;
  288. background-color: #ed5757;
  289. margin-top: 24rpx;
  290. margin-right: 17rpx;
  291. border-radius: 40rpx;
  292. font-size: 28rpx;
  293. }
  294. .bind {
  295. position: absolute;
  296. font-size: 26rpx;
  297. color: #fff;
  298. top: 122rpx;
  299. left: 192rpx;
  300. text-decoration:underline
  301. }
  302. .logindiv{
  303. position: fixed;
  304. top: 0;
  305. left: 0;
  306. width: 100%;
  307. height: 100%;
  308. background: #eab86a;
  309. z-index: 9;
  310. }
  311. .logindiv_image{
  312. width: 100%;
  313. height: 400px;
  314. }
  315. .loginbtn{
  316. background: #FFF;
  317. width: 60%;
  318. margin: 0 auto;
  319. border-radius: 4px;
  320. color: #eab86a;
  321. }
  322. .kfqr-dialog{
  323. position: fixed;
  324. left: 0;
  325. top: 0;
  326. width: 100%;
  327. height: 100%;
  328. /* background: rgba(0,0,0,0.5); */
  329. z-index: 9;
  330. text-align: center;
  331. }
  332. .kfqr{
  333. text-align: center;
  334. width: 90%;
  335. margin: 50% auto;
  336. background: #797064;
  337. padding: 30rpx;
  338. box-sizing: border-box;
  339. border-radius: 10rpx;
  340. color: #Fff;
  341. font-size: 36rpx;
  342. font-weight: bold;
  343. }
  344. .kfqr image{width: 100%;}