ImportForm.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .lr-form-layout-body {
  2. padding:0 5px 5px 5px;
  3. }
  4. .lr-form-file-queue-wrap {
  5. position:relative;
  6. width:100%;
  7. height:100%;
  8. border:1px solid #ddd;
  9. border-radius:4px;
  10. }
  11. .lr-form-file-queue {
  12. position:relative;
  13. }
  14. .lr-form-file-queue {
  15. position:relative;
  16. }
  17. .lr-form-file-queue-item {
  18. position:relative;
  19. width:100%;
  20. height:50px;
  21. border-bottom:1px solid #ddd;
  22. padding-left:60px;
  23. }
  24. .lr-file-image {
  25. position:absolute;
  26. top:5px;
  27. left:5px;
  28. }
  29. .lr-file-image img {
  30. width:40px;
  31. height:40px;
  32. }
  33. .lr-file-name{
  34. line-height:50px;
  35. }
  36. .lr-msg {
  37. position:absolute;
  38. top:0;
  39. right:5px;
  40. font-size: 25px;
  41. line-height:50px;
  42. }
  43. .lr-msg .fa-check-circle{
  44. color: #5cb85c;
  45. }
  46. .lr-msg .fa-exclamation-circle {
  47. color: #b94a48;
  48. }
  49. .lr-msg2 {
  50. position:absolute;
  51. top:0;
  52. right:5px;
  53. line-height:50px;
  54. }
  55. .lr-msg2 span {
  56. color:#333;
  57. font-size:14px;
  58. margin-right:5px;
  59. }
  60. .lr-tool-bar {
  61. position:absolute;
  62. top:0;
  63. right:35px;
  64. font-size: 25px;
  65. line-height:50px;
  66. color:#666;
  67. cursor:pointer;
  68. }
  69. .lr-tool-bar > i {
  70. margin-left:8px;
  71. }
  72. .lr-tool-bar .fa-minus-circle {
  73. color: #b94a48;
  74. }
  75. .lr-tool-bar .fa-cloud-download {
  76. color: #3498db;
  77. }
  78. .lr-uploader-progress {
  79. position:absolute;
  80. bottom:2px;
  81. left:60px;
  82. height:4px;
  83. width:500px;
  84. width:calc(100% - 90px);
  85. }
  86. .lr-uploader-progress-bar {
  87. position:relative;
  88. height:100%;
  89. background-color:#039cfd;
  90. border-radius:4px;
  91. }
  92. .lr-form-file-queue-bg {
  93. position:absolute;
  94. top:50%;
  95. left:50%;
  96. width:300px;
  97. height:30px;
  98. line-height:30px;
  99. margin:-15px 0 0 -150px;
  100. }
  101. .lr-form-file-queue-bg h1 {
  102. color: #666;
  103. font-size: 20px;
  104. font-family: Microsoft Yahei;
  105. padding-bottom: 2px;
  106. margin: 0;
  107. }
  108. #lr_down_file_btn {
  109. position:absolute;
  110. right:5px;
  111. background:#fff;
  112. border:1px solid #ddd;
  113. color:#333;
  114. }
  115. #lr_down_file_btn:hover {
  116. color:#337ab7;
  117. }
  118. /*对百度插件的样式重写*/
  119. .webuploader-container {
  120. position:absolute;
  121. }
  122. .webuploader-pick {
  123. padding:8px 15px;
  124. background-color:#039cfd;
  125. }
  126. .webuploader-pick-hover {
  127. background-color:#027dcb;
  128. }