You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. @import "../../../utils/iconfont.wxss";
  2. .container {
  3. height: 72vh;
  4. font-size: 28rpx;
  5. }
  6. .editor-content {
  7. display: block;
  8. position: relative;
  9. box-sizing: border-box;
  10. -webkit-user-select: text;
  11. user-select: text;
  12. outline: 0;
  13. overflow: hidden;
  14. width: 100%;
  15. height: 100%;
  16. color: #000000;
  17. }
  18. .active {
  19. color: #2a9f93;
  20. }
  21. .iconfont {
  22. display: inline-block;
  23. width: 10%;
  24. height: 30px;
  25. cursor: pointer;
  26. font-size: 20px;
  27. }
  28. .toolBar {
  29. box-sizing: border-box;
  30. padding: 0 10px;
  31. height: 12%;
  32. width: 100%;
  33. position: fixed;
  34. left: 0;
  35. right: 0;
  36. bottom: 0;
  37. display: flex;
  38. flex-wrap: wrap;
  39. align-items: center;
  40. /* justify-content: space-between; */
  41. border: 1px solid #ECECEC;
  42. border-left: none;
  43. border-right: none;
  44. background-color: #fff;
  45. }
  46. .form {
  47. font-size: 28rpx;
  48. }
  49. .form-label {
  50. width: 300rpx;
  51. font-size: 28rpx;
  52. line-height: 36rpx;
  53. color: gray;
  54. }
  55. .form-value {
  56. width: 450rpx;
  57. font-size: 28rpx;
  58. }
  59. .form-label::before {
  60. display: inline-block;
  61. margin-right: 6rpx;
  62. color: #ef473a;
  63. font-size: 28rpx;
  64. font-family: SimSun,sans-serif;
  65. line-height: 1;
  66. content: "*"
  67. }
  68. .footer {
  69. position: fixed;
  70. bottom: 0;
  71. z-index: 99;
  72. box-sizing: border-box;
  73. width: 750rpx;
  74. padding: 20rpx 20rpx;
  75. }
  76. .left {
  77. width: 210rpx;
  78. padding: 20rpx 20rpx;
  79. border-radius: 50rpx;
  80. background-color: gray;
  81. color: #ffffff;
  82. }
  83. .right {
  84. width: 400rpx;
  85. padding: 20rpx 20rpx;
  86. border-radius: 50rpx;
  87. background-color: forestgreen;
  88. color: #ffffff;
  89. }
  90. /*
  91. .container {
  92. position: absolute;
  93. top: 80rpx;
  94. left: 0;
  95. width: 100%;
  96. }
  97. .editor-title {
  98. box-sizing: border-box;
  99. width: 100%;
  100. height: 100%;
  101. font-size: 16px;
  102. line-height: 1.5;
  103. overflow: auto;
  104. padding: 10px 10px 20px 10px;
  105. border: 1px solid #ECECEC;
  106. }
  107. .ql-active {
  108. color: #22C704;
  109. }
  110. .iconfont {
  111. display: inline-block;
  112. width: 30px;
  113. height: 30px;
  114. cursor: pointer;
  115. font-size: 20px;
  116. }
  117. .toolbar {
  118. box-sizing: border-box;
  119. padding: 0 10px;
  120. height: 50px;
  121. width: 100%;
  122. position: fixed;
  123. left: 0;
  124. right: 100%;
  125. bottom: 0;
  126. display: flex;
  127. align-items: center;
  128. justify-content: space-between;
  129. border: 1px solid #ECECEC;
  130. border-left: none;
  131. border-right: none;
  132. }
  133. */