imgCut.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .fav-box {
  2. width: 100%;
  3. height: 370px;
  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: 320px;
  19. }
  20. .img-box-left {
  21. width: 120px;
  22. height: 100%;
  23. }
  24. .img-box-right {
  25. width: 720px;
  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: 680px;
  39. height: 100%;
  40. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
  41. }
  42. .img-action {
  43. width: 40px;
  44. height: 100%;
  45. }
  46. #imgUpload {
  47. position: absolute;
  48. top: 0;
  49. right: 0;
  50. opacity: 0;
  51. height: 100%;
  52. width: 100%;
  53. cursor: pointer;
  54. }
  55. .file-btn {
  56. width: 30px;
  57. height: 30px;
  58. line-height: 30px;
  59. text-align: center;
  60. color: #fff;
  61. background: #1c84c6;
  62. cursor: pointer;
  63. border-radius: 3px;
  64. background-repeat: no-repeat;
  65. background-size: 20px 20px;
  66. background-position: center center;
  67. }
  68. .img-btn {
  69. width: 30px;
  70. height: 30px;
  71. margin-left: 5px;
  72. position: relative;
  73. cursor: pointer;
  74. margin-bottom: 15px;
  75. }
  76. .file-open{
  77. background-image: url("../../../AFrontEnd/plugins/cropper/icon/upload.png");
  78. }
  79. .file-copy{
  80. background-image: url("../../../AFrontEnd/plugins/cropper/icon/copy.png");
  81. }
  82. .file-reset{
  83. background-image: url("../../../AFrontEnd/plugins/cropper/icon/reset.png");
  84. }
  85. .file-out{
  86. background-image: url("../../../AFrontEnd/plugins/cropper/icon/zoomOut.png");
  87. }
  88. .file-in{
  89. background-image: url("../../../AFrontEnd/plugins/cropper/icon/zoomIn.png");
  90. }
  91. .file-delete{
  92. background-image: url("../../../AFrontEnd/plugins/cropper/icon/delete.png");
  93. }
  94. .img-tips{
  95. width: 100%;
  96. height: 320px;
  97. line-height: 320px;
  98. text-align: center;
  99. font-size: 36px;
  100. color: #aaaaaa;
  101. z-index: 9999;
  102. }