customerList.wxss 760 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .content {
  2. padding: 0 28rpx;
  3. }
  4. .border-radius {
  5. background: #FFFFFF;
  6. border-radius: 24rpx;
  7. margin: 20rpx 0;
  8. }
  9. .top-text {
  10. padding: 18rpx 0 18rpx;
  11. padding-left: 8rpx;
  12. }
  13. .top-text .text-1 {
  14. font-size: 36rpx;
  15. font-family: PingFangSC-Semibold, PingFang SC;
  16. font-weight: 600;
  17. color: #FF77B0;
  18. }
  19. .top-text image {
  20. width: 28rpx;
  21. height: 28rpx;
  22. background-color: #ccc;
  23. margin-right: 8rpx;
  24. }
  25. .title {
  26. margin: 20rpx 0;
  27. padding: 0 28rpx;
  28. }
  29. .item-content {
  30. height: 112rpx;
  31. padding: 0 28rpx;
  32. background-color: #fff;
  33. border-bottom: 2rpx solid #eee;
  34. }
  35. .item-content image {
  36. width: 72rpx;
  37. height: 72rpx;
  38. margin-right: 20rpx;
  39. border-radius: 50%;
  40. }
  41. .fixed {
  42. position: fixed;
  43. right: 20rpx;
  44. top: 0rpx;
  45. height: 100%;
  46. }