userDetail.wxss 816 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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-family:PingFang SC;
  23. font-weight:400;
  24. color:rgba(77,77,77,1);
  25. margin-top: 30rpx;
  26. padding-left: 25rpx;
  27. box-sizing: border-box;
  28. }
  29. .box van-cell-group{
  30. width: 690rpx;
  31. display: flex;
  32. flex-direction: column;
  33. }
  34. .box .van-cell{
  35. width: 100%;
  36. height:88rpx;
  37. background:rgba(255,255,255,1);
  38. box-shadow:0px 0px 13rpx 0px rgba(216,216,216,1);
  39. border-radius:10rpx;
  40. margin-top: 20rpx !important;
  41. }