mine.less 708 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* pages/mine/mine.wxss */
  2. .minetop {
  3. height: 250rpx;
  4. justify-content: space-around;
  5. display: flex;
  6. align-items: center;
  7. margin: 15px;
  8. background-color: red;
  9. border-radius: 10px;
  10. box-shadow: 10px 10px 10px #ddd;
  11. van-image {
  12. margin-left: 15px;
  13. }
  14. .userinfo {
  15. display: grid;
  16. width: 100%;
  17. padding-left: 15px;
  18. view {
  19. display: flex;
  20. justify-content: space-between;
  21. text:nth-child(1) {
  22. width: 120px;
  23. }
  24. }
  25. text {
  26. color: white;
  27. text-align: left;
  28. width: 100%;
  29. padding: 5px 0px;
  30. font-size: 14px;
  31. }
  32. }
  33. van-icon {
  34. margin-right: 15px;
  35. }
  36. }
  37. .cell-title {
  38. color: #333;
  39. font-size: 14px;
  40. }