jin-edit.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .container.data-v-52149304 {
  2. padding: 30rpx 0;
  3. box-sizing: border-box;
  4. padding-bottom: 120rpx;
  5. }
  6. .ql-container.data-v-52149304 {
  7. line-height: 160%;
  8. font-size: 34rpx;
  9. width: calc(100% - 60rpx);
  10. height: auto;
  11. margin: 0 auto;
  12. }
  13. .tool-view.data-v-52149304 {
  14. width: 100vw;
  15. position: fixed;
  16. bottom: 0;
  17. left: 0;
  18. }
  19. .tool.data-v-52149304 {
  20. height: 100rpx;
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-around;
  24. width: 100%;
  25. background: #eee;
  26. }
  27. .font-more.data-v-52149304 {
  28. position: absolute;
  29. left: 0;
  30. bottom: 100rpx;
  31. display: flex;
  32. align-items: center;
  33. justify-content: space-around;
  34. width: 100%;
  35. background: rgb(235, 235, 235);
  36. overflow: hidden;
  37. transition: all 0.15s;
  38. }
  39. .setting-layer.data-v-52149304 {
  40. position: absolute;
  41. bottom: 100rpx;
  42. background: #fff;
  43. width: 250rpx;
  44. right: 20rpx;
  45. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  46. border-radius: 8rpx;
  47. }
  48. .setting-layer .single.data-v-52149304 {
  49. height: 80rpx;
  50. font-size: 32rpx;
  51. padding: 0 30rpx;
  52. display: flex;
  53. align-items: center;
  54. line-height: 80rpx;
  55. flex-direction: row;
  56. color: #666;
  57. }
  58. .setting-layer .single .icon.data-v-52149304 {
  59. margin-right: 20rpx;
  60. }
  61. .setting-layer-mask.data-v-52149304 {
  62. position: fixed;
  63. left: 0;
  64. top: 0;
  65. width: 100vw;
  66. height: 100vh;
  67. background: transparent;
  68. }