index.scss 530 B

123456789101112131415161718192021222324252627282930313233
  1. .van-cell-group {
  2. margin: 0px;
  3. }
  4. .van-overlay {
  5. background: rgba(0,0,0,0.3);
  6. }
  7. .add_btn {
  8. background-color: #1989fa;
  9. padding: 5px 10px;
  10. border: 0px;
  11. outline: none;
  12. font-size: 13px;
  13. color: #fff;
  14. border-radius: 2px;
  15. }
  16. .detail-popup {
  17. >.title {
  18. font-size: 15px;
  19. padding-left: 10px;
  20. }
  21. >.fixed-btn {
  22. padding: 15px;
  23. }
  24. }
  25. :deep(.van-swipe-cell__right) {
  26. display: flex;
  27. flex-direction: column;
  28. align-items: center;
  29. justify-content: center;
  30. >button {
  31. height: 50%;
  32. }
  33. }