index.scss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .picture-editor-wrap_edit {
  2. position: fixed;
  3. width: 280px;
  4. right: 0px;
  5. top:80px;
  6. z-index: 100;
  7. bottom: 0px;
  8. background: #fff;
  9. border-radius: 5px;
  10. padding: 0px;
  11. overflow-y: auto;
  12. box-shadow: 0px 2px 4px 0px rgba(170,177,255,0.54);
  13. overflow-x: hidden;
  14. color: #000;
  15. .title {
  16. font-size: 16px;
  17. line-height: 40px;
  18. height: 40px;
  19. border-bottom: 1px solid #eee;
  20. background: #fafafa;
  21. text-align:left;
  22. padding-left: 10px;
  23. }
  24. .title_two {
  25. color: #000;
  26. font-size: 15px;
  27. line-height: 30px;
  28. height: 30px;
  29. margin-top: 10px;
  30. padding-left: 10px;
  31. text-align: left;
  32. margin-bottom:5px;
  33. }
  34. .edit-font-size {
  35. .bq {
  36. position: absolute;
  37. right: 120px;
  38. }
  39. }
  40. .el-button {
  41. padding: 15px !important;
  42. height: 32px;
  43. line-height: 32px;
  44. }
  45. .edit-wrap
  46. {
  47. >div.flex {
  48. margin-left: 10px;
  49. }
  50. }
  51. ::v-deep {
  52. /* .el-input-number__decrease,.el-input-number__increase {
  53. background: #383838;
  54. color: #eee;
  55. border-color:#18191B ;
  56. }*/
  57. }
  58. }