jin-edit.wxss 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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: -webkit-box;
  22. display: -webkit-flex;
  23. display: flex;
  24. -webkit-box-align: center;
  25. -webkit-align-items: center;
  26. align-items: center;
  27. -webkit-justify-content: space-around;
  28. justify-content: space-around;
  29. width: 100%;
  30. background: #eee;
  31. }
  32. .font-more.data-v-52149304 {
  33. position: absolute;
  34. left: 0;
  35. bottom: 100rpx;
  36. display: -webkit-box;
  37. display: -webkit-flex;
  38. display: flex;
  39. -webkit-box-align: center;
  40. -webkit-align-items: center;
  41. align-items: center;
  42. -webkit-justify-content: space-around;
  43. justify-content: space-around;
  44. width: 100%;
  45. background: rgb(235, 235, 235);
  46. overflow: hidden;
  47. -webkit-transition: all 0.15s;
  48. transition: all 0.15s;
  49. }
  50. .setting-layer.data-v-52149304 {
  51. position: absolute;
  52. bottom: 100rpx;
  53. background: #fff;
  54. width: 250rpx;
  55. right: 20rpx;
  56. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  57. border-radius: 8rpx;
  58. }
  59. .setting-layer .single.data-v-52149304 {
  60. height: 80rpx;
  61. font-size: 32rpx;
  62. padding: 0 30rpx;
  63. display: -webkit-box;
  64. display: -webkit-flex;
  65. display: flex;
  66. -webkit-box-align: center;
  67. -webkit-align-items: center;
  68. align-items: center;
  69. line-height: 80rpx;
  70. -webkit-box-orient: horizontal;
  71. -webkit-box-direction: normal;
  72. -webkit-flex-direction: row;
  73. flex-direction: row;
  74. color: #666;
  75. }
  76. .setting-layer .single .icon.data-v-52149304 {
  77. margin-right: 20rpx;
  78. }
  79. .setting-layer-mask.data-v-52149304 {
  80. position: fixed;
  81. left: 0;
  82. top: 0;
  83. width: 100vw;
  84. height: 100vh;
  85. background: transparent;
  86. }