userDetail.wxss 827 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. background: #EEEEEE;
  5. }
  6. .box {
  7. width: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. }
  12. .box .list {
  13. width: 690rpx;
  14. height: 170rpx;
  15. background: rgba(255, 255, 255, 1);
  16. box-shadow: 0px 0px 13rpx 0px rgba(216, 216, 216, 1);
  17. border-radius: 10rpx;
  18. display: flex;
  19. flex-direction: column;
  20. justify-content: space-around;
  21. font-size: 28rpx;
  22. font-weight: 400;
  23. color: rgba(77, 77, 77, 1);
  24. margin-top: 30rpx;
  25. padding-left: 25rpx;
  26. box-sizing: border-box;
  27. }
  28. .box van-cell-group {
  29. width: 690rpx;
  30. display: flex;
  31. flex-direction: column;
  32. }
  33. .box .van-cell {
  34. width: 100%;
  35. height: 88rpx;
  36. background: rgba(255, 255, 255, 1);
  37. box-shadow: 0px 0px 13rpx 0px rgba(216, 216, 216, 1);
  38. border-radius: 10rpx;
  39. margin-top: 20rpx !important;
  40. }