mine.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. /* pages/mine/mine.wxss */
  2. page{
  3. background-color: #F7F7F7;
  4. }
  5. .body{
  6. width: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. }
  11. .top{
  12. width: 92%;
  13. height: 150rpx;
  14. display: flex;
  15. align-items: center;
  16. }
  17. .top-content{
  18. width: 300rpx;
  19. height: 100%;
  20. margin-left: 46rpx;
  21. display: flex;
  22. flex-direction: column;
  23. justify-content: space-between;
  24. }
  25. /* .top-cut button{
  26. display: flex;
  27. flex-direction: row;
  28. align-items: center;
  29. justify-content: center;
  30. background-color: #FFFFFF;
  31. box-shadow: 0px 1px 5px -8px rgba(0, 0, 0, 0.18);
  32. border-radius: 50rpx;
  33. font-size: 26rpx;
  34. color: #656565;
  35. width: 218rpx;
  36. height: 74rpx;
  37. margin: 0;
  38. } */
  39. .top-cut{
  40. width: 218rpx;
  41. height: 74rpx;
  42. display: flex;
  43. flex-direction: row;
  44. align-items: center;
  45. justify-content: center;
  46. background-color: #FFFFFF;
  47. box-shadow: 0px 1px 15px -8px rgba(0, 0, 0, 0.18);
  48. border-radius: 38rpx;
  49. font-size: 28rpx;
  50. color: #656565;
  51. }
  52. .top-cut image{
  53. width: 34rpx;
  54. height: 28rpx;
  55. margin-left: 20rpx;
  56. }
  57. /* .top-cut button image{
  58. width: 34rpx;
  59. height: 28rpx;
  60. margin-left: 20rpx;
  61. } */
  62. .top-nick{
  63. display: flex;
  64. justify-content: space-between;
  65. width: 248rpx;
  66. }
  67. .nick-login{
  68. width: 86rpx;
  69. height: 44rpx;
  70. background-color: #FF874E;
  71. color: white;
  72. font-size: 24rpx;
  73. display: flex;
  74. align-items: center;
  75. justify-content: center;
  76. border-radius: 12rpx;
  77. }
  78. .nick-name{
  79. font-size: 32rpx;
  80. /* color: #989898; */
  81. font-weight: 500;
  82. }
  83. .top-end{
  84. width: 250rpx;
  85. height: 90%;
  86. display: flex;
  87. flex-direction: column;
  88. justify-content: space-between;
  89. align-items: flex-end;
  90. }
  91. .top-home{
  92. color: #FF874E;
  93. font-size: 28rpx;
  94. }
  95. .top-cutsta{
  96. width: 182rpx;
  97. height: 62rpx;
  98. background-color: #F3F3F3;
  99. font-size: 28rpx;
  100. color: #656565;
  101. display: flex;
  102. align-items: center;
  103. justify-content: center;
  104. border-radius: 12rpx;
  105. }
  106. .yuan{
  107. width: 100%;
  108. display: flex;
  109. flex-direction: column;
  110. align-items: center;
  111. }
  112. .yuan-body{
  113. width: 93%;
  114. margin-top: 40rpx;
  115. height: 160rpx;
  116. display: flex;
  117. justify-content: space-between;
  118. }
  119. .yuan-body .yuan-order{
  120. width: 340rpx;
  121. height: 160rpx;
  122. margin-top: 20rpx;
  123. background-color: white;
  124. border-radius: 20rpx;
  125. box-shadow: 0px 1px 3px #e6e6e6;
  126. display: flex;
  127. align-items: center;
  128. justify-content: space-around;
  129. font-size: 32rpx;
  130. color: #464646;
  131. font-weight: 600;
  132. }
  133. .yuan-body .icon{
  134. width: 100rpx;
  135. height: 100rpx;
  136. background-color: #FF874E;
  137. border-radius: 50rpx;
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. box-shadow: 0px 5px 10px #FFA57B;
  142. }
  143. .yuan-body image{
  144. width: 50rpx;
  145. height: 50rpx;
  146. }
  147. .yuan-content{
  148. width: 710rpx;
  149. height: 158rpx;
  150. margin-top: 60rpx;
  151. border-radius: 20rpx;
  152. background-color: white;
  153. box-shadow: 0px 2px 15px -14px rgba(0, 0, 0, 0.5);
  154. display: flex;
  155. justify-content: space-around;
  156. align-items: center;
  157. }
  158. .yuan-c-info{
  159. display: flex;
  160. flex-direction: column;
  161. align-items: center;
  162. font-size: 24rpx;
  163. color: #464646;
  164. justify-content: space-around;
  165. height: 120rpx;
  166. }
  167. .y-yhk{
  168. width: 68rpx;
  169. height: 58rpx;
  170. }
  171. .y-thd{
  172. height: 58rpx;
  173. width: 62rpx;
  174. }
  175. .y-kf{
  176. height: 58rpx;
  177. width: 58rpx;
  178. }
  179. .yuan-foot{
  180. width: 710rpx;
  181. height: 340rpx;
  182. display: flex;
  183. flex-direction: column;
  184. justify-content: center;
  185. background-color: white;
  186. margin-top: 50rpx;
  187. /* box-shadow: 0px 1px 3px #e6e6e6; */
  188. border-radius: 12rpx;
  189. align-items: center;
  190. }
  191. .yuan-f-info{
  192. width: 93%;
  193. height: 100rpx;
  194. display: flex;
  195. align-items: center;
  196. font-size: 32rpx;
  197. color: #656565;
  198. justify-content: space-around;
  199. }
  200. .yuan-f-info p {
  201. width: 500rpx;
  202. }
  203. .foot-go{
  204. width: 20rpx;
  205. height: 30rpx;
  206. }
  207. .yuan-jc{
  208. width: 40rpx;
  209. height: 46rpx;
  210. }
  211. .yuan-hy{
  212. width: 45rpx;
  213. height: 43rpx;
  214. }
  215. .yuan-xy{
  216. width: 40rpx;
  217. height: 46rpx;
  218. }
  219. .yuan-sz{
  220. width: 40rpx;
  221. height: 35rpx;
  222. }
  223. .tuan{
  224. width: 100%;
  225. display: flex;
  226. flex-direction: column;
  227. align-items: center;
  228. }
  229. .tuan-body{
  230. width: 93%;
  231. height: 200rpx;
  232. margin-top: 40rpx;
  233. display: flex;
  234. justify-content: space-around;
  235. }
  236. .tuan-info{
  237. width: 120rpx;
  238. height: 100%;
  239. font-size: 24rpx;
  240. color: #464646;
  241. display: flex;
  242. flex-direction: column;
  243. align-items: center;
  244. font-weight: 600;
  245. }
  246. .tuan-info image{
  247. width: 120rpx;
  248. height: 120rpx;
  249. }
  250. .tuan-content{
  251. width: 710rpx;
  252. height: 340rpx;
  253. background-color: white;
  254. border-radius: 12rpx;
  255. display: flex;
  256. flex-wrap: wrap;
  257. align-items: center;
  258. /* box-shadow: 0px 1px 3px #e6e6e6; */
  259. }
  260. .tuan-c-info{
  261. width: 25%;
  262. display: flex;
  263. flex-direction: column;
  264. align-items: center;
  265. color: #464646;
  266. font-size: 24rpx;
  267. height: 110rpx;
  268. justify-content: space-around;
  269. }
  270. .tuan-c-info image{
  271. width: 64rpx;
  272. height: 64rpx;
  273. }
  274. .tuan-content1{
  275. width: 708rpx;
  276. height: 158rpx;
  277. background-color: white;
  278. box-shadow: 0px 2px 15px -14px rgba(0, 0, 0, 0.5);
  279. margin-top: 30rpx;
  280. display: flex;
  281. border-radius: 20rpx;
  282. }
  283. .tuan-c1-info{
  284. width: 50%;
  285. height: 100%;
  286. font-size: 28rpx;
  287. color: #464646;
  288. display: flex;
  289. justify-content: center;
  290. align-items: center;
  291. }
  292. .tuan-c1-info p{
  293. margin-left: 30rpx;
  294. }
  295. .tuan-foot{
  296. width: 710rpx;
  297. height: 436rpx;
  298. background-color: white;
  299. margin-top: 30rpx;
  300. margin-bottom: 30rpx;
  301. display: flex;
  302. flex-direction: column;
  303. align-items: center;
  304. border-radius: 12rpx;
  305. }