| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- .ksp-image-cutter.data-v-4e360878 {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- bottom: 0;
- z-index: 1000;
- }
- .toolbar.data-v-4e360878 {
- position: absolute;
- width: 100%;
- height: 100rpx;
- left: 0rpx;
- bottom: 0rpx;
- box-sizing: border-box;
- border-bottom: 1px solid #C0C0C0;
- background: #F8F8F8;
- }
- .btn-cancel.data-v-4e360878 {
- position: absolute;
- left: 100rpx;
- top: 12rpx;
- font-size: 30rpx;
- line-height: 30rpx;
- padding: 20rpx;
- color: #333333;
- }
- .btn-ok.data-v-4e360878 {
- position: absolute;
- right: 100rpx;
- top: 12rpx;
- font-size: 30rpx;
- line-height: 30rpx;
- padding: 20rpx;
- color: #333333;
- }
- .body.data-v-4e360878 {
- position: absolute;
- left: 0rpx;
- right: 0rpx;
- top: 0rpx;
- bottom: 100rpx;
- background: black;
- overflow: hidden;
- }
- .mask.data-v-4e360878 {
- position: absolute;
- left: 0rpx;
- right: 0rpx;
- top: 0rpx;
- bottom: 0rpx;
- background: black;
- opacity: 0.4;
- }
- .plank.data-v-4e360878 {
- position: absolute;
- left: 0rpx;
- right: 0rpx;
- top: 0rpx;
- bottom: 0rpx;
- }
- .image.data-v-4e360878 {
- position: absolute;
- }
- .frame.data-v-4e360878 {
- position: absolute;
- }
- .canvas.data-v-4e360878 {
- position: absolute;
- display: block;
- left: 0px;
- top: 0px;
- }
- .rect.data-v-4e360878 {
- position: absolute;
- left: -2px;
- top: -2px;
- width: 100%;
- height: 100%;
- border: 2px solid white;
- }
- .line-one.data-v-4e360878 {
- position: absolute;
- width: 100%;
- height: 1px;
- background: white;
- left: 0;
- top: 33.3%;
- }
- .line-two.data-v-4e360878 {
- position: absolute;
- width: 100%;
- height: 1px;
- background: white;
- left: 0;
- top: 66.7%;
- }
- .line-three.data-v-4e360878 {
- position: absolute;
- width: 1px;
- height: 100%;
- background: white;
- top: 0;
- left: 33.3%;
- }
- .line-four.data-v-4e360878 {
- position: absolute;
- width: 1px;
- height: 100%;
- background: white;
- top: 0;
- left: 66.7%;
- }
- .frame-left.data-v-4e360878 {
- position: absolute;
- height: 100%;
- width: 8px;
- left: -4px;
- top: 0;
- }
- .frame-right.data-v-4e360878 {
- position: absolute;
- height: 100%;
- width: 8px;
- right: -4px;
- top: 0;
- }
- .frame-top.data-v-4e360878 {
- position: absolute;
- width: 100%;
- height: 8px;
- top: -4px;
- left: 0;
- }
- .frame-bottom.data-v-4e360878 {
- position: absolute;
- width: 100%;
- height: 8px;
- bottom: -4px;
- left: 0;
- }
- .frame-left-top.data-v-4e360878 {
- position: absolute;
- width: 20px;
- height: 20px;
- left: -6px;
- top: -6px;
- border-left: 4px solid red;
- border-top: 4px solid red;
- }
- .frame-left-bottom.data-v-4e360878 {
- position: absolute;
- width: 20px;
- height: 20px;
- left: -6px;
- bottom: -6px;
- border-left: 4px solid red;
- border-bottom: 4px solid red;
- }
- .frame-right-top.data-v-4e360878 {
- position: absolute;
- width: 20px;
- height: 20px;
- right: -6px;
- top: -6px;
- border-right: 4px solid red;
- border-top: 4px solid red;
- }
- .frame-right-bottom.data-v-4e360878 {
- position: absolute;
- width: 20px;
- height: 20px;
- right: -6px;
- bottom: -6px;
- border-right: 4px solid red;
- border-bottom: 4px solid red;
- }
|