index.scss 778 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .picture-editor-wrap_edit {
  2. position: fixed;
  3. width: 300px;
  4. right: 0px;
  5. top:80px;
  6. z-index: 10;
  7. bottom: 0px;
  8. background: #fff;
  9. border-radius: 5px;
  10. padding: 10px;
  11. overflow-y: auto;
  12. overflow-x: hidden;
  13. color: #000;
  14. .title {
  15. font-size: 16px;
  16. line-height: 30px;
  17. height: 30px;
  18. }
  19. .title_two {
  20. color: #000;
  21. font-size: 15px;
  22. line-height: 30px;
  23. height: 30px;
  24. margin-top: 10px;
  25. }
  26. .edit-font-size {
  27. .bq {
  28. position: absolute;
  29. right: 120px;
  30. }
  31. }
  32. .el-button {
  33. border: 1px solid #D8DCF4;
  34. background: #D8DCF4;
  35. color: #000;
  36. }
  37. ::v-deep {
  38. /* .el-input-number__decrease,.el-input-number__increase {
  39. background: #383838;
  40. color: #eee;
  41. border-color:#18191B ;
  42. }*/
  43. }
  44. }