myCustomerList.acss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .customer-list{
  2. padding:24rpx 0 120rpx 0;
  3. }
  4. .customer-item{
  5. margin:0 0 20rpx;
  6. padding:28rpx 24rpx;
  7. line-height: 44rpx;
  8. color: #666;
  9. }
  10. .main-info{
  11. height: 48rpx;
  12. display: flex;
  13. flex-direction: row;
  14. justify-content: space-between;
  15. align-items: center;
  16. }
  17. .customer-name{
  18. color: #333;
  19. font-size: 32rpx;
  20. font-weight: bold;
  21. }
  22. .work-day{
  23. color: #999;
  24. font-size: 22rpx;
  25. }
  26. .bind-dashboard{
  27. display: flex;
  28. flex-direction: row;
  29. justify-content: space-between;
  30. align-items: center;
  31. }
  32. /* 暂无内容 */
  33. .no-content-wrapper{
  34. padding:290rpx 0 18rpx;
  35. text-align: center;
  36. }
  37. .no-content-wrapper image{
  38. width:360rpx;
  39. height: 310rpx;
  40. }
  41. .no-add{
  42. font-weight: bold;
  43. font-size: 32rpx;
  44. text-align: center;
  45. margin-bottom: 24rpx;
  46. }
  47. .no-add-tips{
  48. font-size: 24rpx;
  49. color:#999;
  50. margin-bottom:74rpx;
  51. text-align: center;
  52. }
  53. .switch-role{
  54. margin-top:30rpx;
  55. color:#09AFFF;
  56. text-align: center;
  57. }
  58. .bind-input-wrapper{
  59. display: flex;
  60. flex-direction: column;
  61. align-items: flex-start;
  62. }
  63. .bind-input-wrapper .input{
  64. text-align: left;
  65. }