imgCut.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .fav-box {
  2. width: 100%;
  3. height: 360px;
  4. }
  5. .input-box {
  6. width: 100%;
  7. height: 40px;
  8. line-height: 40px;
  9. margin-bottom: 8px;
  10. }
  11. .input-box > div,
  12. .img-box > div,
  13. .img-box-right > div {
  14. float: left;
  15. }
  16. .img-box {
  17. width: 100%;
  18. height: 360px;
  19. }
  20. .img-box-left {
  21. width: 120px;
  22. height: 100%;
  23. }
  24. .img-box-right {
  25. width: 700px;
  26. height: 100%;
  27. margin-left: 10px;
  28. }
  29. .img-box-left > div {
  30. cursor: pointer;
  31. width: 100px;
  32. margin-bottom: 10px;
  33. padding: 5px 0px;
  34. text-align: center;
  35. margin-left: 10px;
  36. }
  37. .img-content {
  38. width: 640px;
  39. height: 100%;
  40. }
  41. .img-action {
  42. width: 40px;
  43. height: 100%;
  44. }
  45. #imgUpload {
  46. position: absolute;
  47. top: 0;
  48. right: 0;
  49. opacity: 0;
  50. height: 100%;
  51. width: 100%;
  52. cursor: pointer;
  53. }
  54. .file-btn {
  55. width: 30px;
  56. height: 30px;
  57. line-height: 30px;
  58. text-align: center;
  59. color: #fff;
  60. background: #1c84c6;
  61. cursor: pointer;
  62. border-radius: 3px;
  63. background-repeat: no-repeat;
  64. background-size: 20px 20px;
  65. background-position: center center;
  66. }
  67. .img-btn {
  68. width: 30px;
  69. height: 30px;
  70. margin-left: 5px;
  71. position: relative;
  72. cursor: pointer;
  73. margin-bottom: 15px;
  74. }
  75. .file-open{
  76. background-image: url("../../../AFrontEnd/plugins/cropper/icon/upload.png");
  77. }
  78. .file-copy{
  79. background-image: url("../../../AFrontEnd/plugins/cropper/icon/copy.png");
  80. }
  81. .file-reset{
  82. background-image: url("../../../AFrontEnd/plugins/cropper/icon/reset.png");
  83. }
  84. .file-out{
  85. background-image: url("../../../AFrontEnd/plugins/cropper/icon/zoomOut.png");
  86. }
  87. .file-in{
  88. background-image: url("../../../AFrontEnd/plugins/cropper/icon/zoomIn.png");
  89. }
  90. .file-delete{
  91. background-image: url("../../../AFrontEnd/plugins/cropper/icon/delete.png");
  92. }
  93. .img-tips{
  94. width: 100%;
  95. height: 320px;
  96. line-height: 320px;
  97. text-align: center;
  98. font-size: 36px;
  99. color: #aaaaaa;
  100. z-index: 9999;
  101. }