myServantList.acss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. padding-left:6rpx;
  22. }
  23. .work-day{
  24. color: #999;
  25. font-size: 22rpx;
  26. }
  27. .bind-dashboard{
  28. display: flex;
  29. flex-direction: row;
  30. justify-content: space-between;
  31. align-items: center;
  32. }
  33. /* 暂无内容 */
  34. .no-content-wrapper{
  35. padding:290rpx 0 18rpx;
  36. text-align: center;
  37. }
  38. .no-content-wrapper image{
  39. width:360rpx;
  40. height: 310rpx;
  41. }
  42. .no-add{
  43. font-weight: bold;
  44. font-size: 32rpx;
  45. text-align: center;
  46. margin-bottom: 24rpx;
  47. }
  48. .no-add-tips{
  49. font-size: 24rpx;
  50. color:#999;
  51. margin-bottom:74rpx;
  52. text-align: center;
  53. }
  54. .switch-role{
  55. margin-top:30rpx;
  56. color:#09AFFF;
  57. text-align: center;
  58. }
  59. .un-bind{
  60. background: url('/image/unbind-tag.png') no-repeat left top;
  61. background-color:#fff;
  62. background-size:70rpx;
  63. }
  64. .copy-btn{
  65. font-size:24rpx;
  66. color:#09AFFF;
  67. margin-left:20rpx;
  68. }