ksp-image-cutter.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. .ksp-image-cutter.data-v-4e360878 {
  2. position: absolute;
  3. width: 100%;
  4. height: 100%;
  5. top: 0;
  6. bottom: 0;
  7. z-index: 1000;
  8. }
  9. .toolbar.data-v-4e360878 {
  10. position: absolute;
  11. width: 100%;
  12. height: 100rpx;
  13. left: 0rpx;
  14. bottom: 0rpx;
  15. box-sizing: border-box;
  16. border-bottom: 1px solid #C0C0C0;
  17. background: #F8F8F8;
  18. }
  19. .btn-cancel.data-v-4e360878 {
  20. position: absolute;
  21. left: 100rpx;
  22. top: 12rpx;
  23. font-size: 30rpx;
  24. line-height: 30rpx;
  25. padding: 20rpx;
  26. color: #333333;
  27. }
  28. .btn-ok.data-v-4e360878 {
  29. position: absolute;
  30. right: 100rpx;
  31. top: 12rpx;
  32. font-size: 30rpx;
  33. line-height: 30rpx;
  34. padding: 20rpx;
  35. color: #333333;
  36. }
  37. .body.data-v-4e360878 {
  38. position: absolute;
  39. left: 0rpx;
  40. right: 0rpx;
  41. top: 0rpx;
  42. bottom: 100rpx;
  43. background: black;
  44. overflow: hidden;
  45. }
  46. .mask.data-v-4e360878 {
  47. position: absolute;
  48. left: 0rpx;
  49. right: 0rpx;
  50. top: 0rpx;
  51. bottom: 0rpx;
  52. background: black;
  53. opacity: 0.4;
  54. }
  55. .plank.data-v-4e360878 {
  56. position: absolute;
  57. left: 0rpx;
  58. right: 0rpx;
  59. top: 0rpx;
  60. bottom: 0rpx;
  61. }
  62. .image.data-v-4e360878 {
  63. position: absolute;
  64. }
  65. .frame.data-v-4e360878 {
  66. position: absolute;
  67. }
  68. .canvas.data-v-4e360878 {
  69. position: absolute;
  70. display: block;
  71. left: 0px;
  72. top: 0px;
  73. }
  74. .rect.data-v-4e360878 {
  75. position: absolute;
  76. left: -2px;
  77. top: -2px;
  78. width: 100%;
  79. height: 100%;
  80. border: 2px solid white;
  81. }
  82. .line-one.data-v-4e360878 {
  83. position: absolute;
  84. width: 100%;
  85. height: 1px;
  86. background: white;
  87. left: 0;
  88. top: 33.3%;
  89. }
  90. .line-two.data-v-4e360878 {
  91. position: absolute;
  92. width: 100%;
  93. height: 1px;
  94. background: white;
  95. left: 0;
  96. top: 66.7%;
  97. }
  98. .line-three.data-v-4e360878 {
  99. position: absolute;
  100. width: 1px;
  101. height: 100%;
  102. background: white;
  103. top: 0;
  104. left: 33.3%;
  105. }
  106. .line-four.data-v-4e360878 {
  107. position: absolute;
  108. width: 1px;
  109. height: 100%;
  110. background: white;
  111. top: 0;
  112. left: 66.7%;
  113. }
  114. .frame-left.data-v-4e360878 {
  115. position: absolute;
  116. height: 100%;
  117. width: 8px;
  118. left: -4px;
  119. top: 0;
  120. }
  121. .frame-right.data-v-4e360878 {
  122. position: absolute;
  123. height: 100%;
  124. width: 8px;
  125. right: -4px;
  126. top: 0;
  127. }
  128. .frame-top.data-v-4e360878 {
  129. position: absolute;
  130. width: 100%;
  131. height: 8px;
  132. top: -4px;
  133. left: 0;
  134. }
  135. .frame-bottom.data-v-4e360878 {
  136. position: absolute;
  137. width: 100%;
  138. height: 8px;
  139. bottom: -4px;
  140. left: 0;
  141. }
  142. .frame-left-top.data-v-4e360878 {
  143. position: absolute;
  144. width: 20px;
  145. height: 20px;
  146. left: -6px;
  147. top: -6px;
  148. border-left: 4px solid red;
  149. border-top: 4px solid red;
  150. }
  151. .frame-left-bottom.data-v-4e360878 {
  152. position: absolute;
  153. width: 20px;
  154. height: 20px;
  155. left: -6px;
  156. bottom: -6px;
  157. border-left: 4px solid red;
  158. border-bottom: 4px solid red;
  159. }
  160. .frame-right-top.data-v-4e360878 {
  161. position: absolute;
  162. width: 20px;
  163. height: 20px;
  164. right: -6px;
  165. top: -6px;
  166. border-right: 4px solid red;
  167. border-top: 4px solid red;
  168. }
  169. .frame-right-bottom.data-v-4e360878 {
  170. position: absolute;
  171. width: 20px;
  172. height: 20px;
  173. right: -6px;
  174. bottom: -6px;
  175. border-right: 4px solid red;
  176. border-bottom: 4px solid red;
  177. }