user.wxss 429 B

123456789101112131415161718192021222324252627282930
  1. .user-header{
  2. width:100%;
  3. height:360rpx;
  4. }
  5. .h-img{
  6. width:160rpx;
  7. height:160rpx;
  8. border:4rpx solid #fff;
  9. border-radius:50%;
  10. overflow: hidden;
  11. margin-top:50rpx;
  12. }
  13. .h-img image{
  14. width:160rpx;
  15. height:160rpx;
  16. }
  17. .order-list{
  18. text-align: center;
  19. }
  20. .user-order .iconfont{
  21. font-size:48rpx;
  22. }
  23. .order-list .f-item{
  24. padding:16rpx 0;
  25. font-size:26rpx;
  26. color:#333;
  27. }
  28. .order-list .f-item view{
  29. margin-top:10rpx;
  30. }