jin-edit.wxss 1.4 KB

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