kaifainAddNoScoped.scss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. input {
  2. height: 44px !important;
  3. }
  4. .my-editor {
  5. background-color: transparent !important;
  6. }
  7. .my-editor .ql-editor, .my-editor .quill-editor {
  8. height: calc(100% - 32px);
  9. }
  10. .uploadInfo {
  11. .left {
  12. width: 155px;
  13. flex-shrink: 0;
  14. overflow: hidden;
  15. position: relative;
  16. background: #fff;
  17. .el-icon-delete {
  18. display: none;
  19. }
  20. .avatar-uploader .el-upload {
  21. width: 155px;
  22. height: 155px;
  23. border: 1px dashed #409eff;
  24. border-radius: 6px;
  25. cursor: pointer;
  26. position: relative;
  27. overflow: hidden;
  28. img {
  29. width: 100%;
  30. height: auto;
  31. object-fit: contain;
  32. object-position: top left;
  33. }
  34. }
  35. .avatar-uploader .el-upload:hover {
  36. border-color: #409eff;
  37. .el-icon-delete {
  38. display: block;
  39. }
  40. }
  41. .avatar-uploader-icon {
  42. position: absolute;
  43. top: 0;
  44. left: 0;
  45. font-size: 44px;
  46. color: #409eff;;
  47. width: 155px;
  48. height: 155px;
  49. line-height: 120px;
  50. text-align: center;
  51. }
  52. .avatar {
  53. width: 155px;
  54. height: 155px;
  55. display: block;
  56. }
  57. .title {
  58. position: absolute;
  59. left: 50%;
  60. bottom: 40px;
  61. transform: translateX(-50%);
  62. font-size: 13px;
  63. font-weight: 500;
  64. color: #409eff;
  65. line-height: 18px;
  66. text-decoration: underline;
  67. }
  68. .rightTips {
  69. height: 19px;
  70. font-size: 13px;
  71. font-weight: 400;
  72. color: rgba(153, 153, 153, 1);
  73. line-height: 19px;
  74. text-align: center;
  75. }
  76. }
  77. .right {
  78. }
  79. }
  80. .diaContentWork {
  81. padding:0 25px;
  82. .taskName, .ourLogo, .taskDesc, .taskFile{
  83. margin-top: 20px;
  84. .name {
  85. flex-shrink: 0;
  86. height:20px;
  87. font-size:14px;
  88. font-weight:500;
  89. color:rgba(25,34,46,1);
  90. line-height:20px;
  91. margin-bottom: 3px;
  92. }
  93. .value {
  94. flex-grow: 1;
  95. .uploadInfo {
  96. display: flex;
  97. align-items: center;
  98. .left {
  99. width: 120px;
  100. flex-shrink: 0;
  101. overflow: hidden;
  102. position: relative;
  103. background: #fff;
  104. .el-icon-delete {
  105. display: none;
  106. }
  107. .avatar-uploader .el-upload {
  108. width: 120px;
  109. height: 120px;
  110. border: 1px dashed #dce1e8;
  111. border-radius: 6px;
  112. cursor: pointer;
  113. position: relative;
  114. overflow: hidden;
  115. img {
  116. width: 100%;
  117. height: auto;
  118. object-fit: contain;
  119. object-position: top left;
  120. }
  121. }
  122. .avatar-uploader .el-upload:hover {
  123. border-color: #409eff;
  124. .el-icon-delete {
  125. display: block;
  126. }
  127. }
  128. .avatar-uploader-icon {
  129. position: absolute;
  130. top: 0;
  131. left: 0;
  132. font-size: 44px;
  133. color: #dce1e8;;
  134. width: 120px;
  135. height: 120px;
  136. line-height: 120px;
  137. text-align: center;
  138. }
  139. .avatar {
  140. width: 120px;
  141. height: 120px;
  142. display: block;
  143. }
  144. .title {
  145. position: absolute;
  146. left: 50%;
  147. bottom: 40px;
  148. transform: translateX(-50%);
  149. font-size: 13px;
  150. font-weight: 500;
  151. color: #dce1e8;
  152. line-height: 18px;
  153. text-decoration: underline;
  154. }
  155. .rightTips {
  156. height: 19px;
  157. font-size: 13px;
  158. font-weight: 400;
  159. color: rgba(153, 153, 153, 1);
  160. line-height: 19px;
  161. text-align: center;
  162. }
  163. }
  164. }
  165. }
  166. }
  167. .taskDesc {
  168. margin-top: 33px;
  169. }
  170. }
  171. .dialog-footer {
  172. margin-left: 25px;
  173. display: flex;
  174. .submit, .cancle {
  175. margin-top: 35px;
  176. width:115px;
  177. height:44px;
  178. background:rgba(48,142,255,1);
  179. box-shadow:0px 2px 6px 0px rgba(48,142,255,0.3);
  180. border-radius:2px;
  181. cursor: pointer;
  182. display: flex;
  183. justify-content: center;
  184. align-items: center;
  185. p {
  186. height:20px;
  187. font-size:14px;
  188. font-weight:500;
  189. color:rgba(255,255,255,1);
  190. line-height:20px;
  191. }
  192. }
  193. .cancle {
  194. margin-left: 10px;
  195. background:rgba(236,236,236,1);
  196. border-radius:2px;
  197. p {
  198. color:rgba(102,102,102,1);
  199. }
  200. }
  201. }
  202. .uploadFileWord {
  203. height:20px;
  204. font-size:14px;
  205. font-weight:400;
  206. color:rgba(0,147,253,1);
  207. line-height:20px;
  208. text-decoration: underline;
  209. }
  210. .uploadFileTip {
  211. margin-top: 10px;
  212. margin-left: 13px;
  213. height:17px;
  214. font-size:12px;
  215. font-weight:400;
  216. color:rgba(153,153,153,1);
  217. line-height:17px;
  218. }