copyTime.scss 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .hc-ledger-copy-time {
  2. :deep(.uv-checkbox-group) {
  3. display: block;
  4. }
  5. .hc-operation-bar {
  6. display: flex;
  7. align-items: center;
  8. .selected-bar {
  9. position: relative;
  10. margin-right: 38rpx;
  11. display: flex;
  12. align-items: center;
  13. flex: 1;
  14. .label {
  15. margin-right: 20rpx;
  16. }
  17. .text {
  18. font-size: 26rpx;
  19. color: #7A7B7C;
  20. }
  21. .icon {
  22. font-size: 38rpx;
  23. color: #007aff;
  24. }
  25. }
  26. .btn-bar .cu-btn.blue {
  27. color: white;
  28. background-color: #007aff;
  29. }
  30. }
  31. .popup-selected-log-time {
  32. position: relative;
  33. background: white;
  34. display: flex;
  35. align-items: center;
  36. padding: 10rpx 20rpx;
  37. .content-bar {
  38. position: relative;
  39. display: flex;
  40. align-items: center;
  41. margin-right: 26rpx;
  42. flex: 1;
  43. .avatar {
  44. position: relative;
  45. margin-right: 24rpx;
  46. height: 66rpx;
  47. width: 66rpx;
  48. background: #2b8cf5;
  49. border-radius: 8rpx;
  50. color: white;
  51. display: flex;
  52. justify-content: center;
  53. align-items: center;
  54. font-size: 26rpx;
  55. }
  56. .content {
  57. position: relative;
  58. padding-right: 18rpx;
  59. flex: 1;
  60. .text {
  61. font-size: 25rpx;
  62. color: #7A7B7C;
  63. margin-top: 3rpx;
  64. }
  65. }
  66. }
  67. }
  68. .popup-selected-log-time + .popup-selected-log-time {
  69. border-top: 1px solid #eee;
  70. }
  71. }