kaifainAddNoScoped.scss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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% - 52px);
  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. max-height: 500px;
  83. overflow-x: hidden;
  84. overflow-y: scroll;
  85. .taskName, .ourLogo, .taskDesc, .taskFile{
  86. margin-top: 20px;
  87. .name {
  88. flex-shrink: 0;
  89. height:20px;
  90. font-size:14px;
  91. font-weight:500;
  92. color:rgba(25,34,46,1);
  93. line-height:20px;
  94. margin-bottom: 3px;
  95. }
  96. .value {
  97. flex-grow: 1;
  98. .uploadInfo {
  99. display: flex;
  100. align-items: center;
  101. .left {
  102. width: 120px;
  103. flex-shrink: 0;
  104. overflow: hidden;
  105. position: relative;
  106. background: #fff;
  107. .el-icon-delete {
  108. display: none;
  109. }
  110. .avatar-uploader .el-upload {
  111. width: 120px;
  112. height: 120px;
  113. border: 1px dashed #dce1e8;
  114. border-radius: 6px;
  115. cursor: pointer;
  116. position: relative;
  117. overflow: hidden;
  118. img {
  119. width: 100%;
  120. height: auto;
  121. object-fit: contain;
  122. object-position: top left;
  123. }
  124. }
  125. .avatar-uploader .el-upload:hover {
  126. border-color: #409eff;
  127. .el-icon-delete {
  128. display: block;
  129. }
  130. }
  131. .avatar-uploader-icon {
  132. position: absolute;
  133. top: 0;
  134. left: 0;
  135. font-size: 44px;
  136. color: #dce1e8;;
  137. width: 120px;
  138. height: 120px;
  139. line-height: 120px;
  140. text-align: center;
  141. }
  142. .avatar {
  143. width: 120px;
  144. height: 120px;
  145. display: block;
  146. }
  147. .title {
  148. position: absolute;
  149. left: 50%;
  150. bottom: 40px;
  151. transform: translateX(-50%);
  152. font-size: 13px;
  153. font-weight: 500;
  154. color: #dce1e8;
  155. line-height: 18px;
  156. text-decoration: underline;
  157. }
  158. .rightTips {
  159. height: 19px;
  160. font-size: 13px;
  161. font-weight: 400;
  162. color: rgba(153, 153, 153, 1);
  163. line-height: 19px;
  164. text-align: center;
  165. }
  166. }
  167. }
  168. }
  169. }
  170. .taskDesc {
  171. .value {
  172. width:524px;
  173. height:400px;
  174. background:rgba(255,255,255,1);
  175. border-radius:2px;
  176. border:1px solid rgba(215,223,232,1);
  177. }
  178. }
  179. .taskDesc {
  180. margin-top: 33px;
  181. }
  182. }
  183. .dialog-footer {
  184. margin-left: 25px;
  185. display: flex;
  186. align-items: center;
  187. .preview {
  188. margin-top: 30px;
  189. cursor: pointer;
  190. color: #666;
  191. }
  192. .submit, .cancle {
  193. margin-left: 10px;
  194. margin-top: 35px;
  195. width:115px;
  196. height:44px;
  197. background:rgba(48,142,255,1);
  198. box-shadow:0px 2px 6px 0px rgba(48,142,255,0.3);
  199. border-radius:2px;
  200. cursor: pointer;
  201. display: flex;
  202. justify-content: center;
  203. align-items: center;
  204. p {
  205. height:20px;
  206. font-size:14px;
  207. font-weight:500;
  208. color:rgba(255,255,255,1);
  209. line-height:20px;
  210. }
  211. }
  212. .cancle {
  213. background:rgba(236,236,236,1);
  214. border-radius:2px;
  215. p {
  216. color:rgba(102,102,102,1);
  217. }
  218. }
  219. }
  220. .uploadFileWord {
  221. height:20px;
  222. font-size:14px;
  223. font-weight:400;
  224. color:rgba(0,147,253,1);
  225. line-height:20px;
  226. text-decoration: underline;
  227. }
  228. .uploadFileTip {
  229. margin-top: 10px;
  230. margin-left: 13px;
  231. height:17px;
  232. font-size:12px;
  233. font-weight:400;
  234. color:rgba(153,153,153,1);
  235. line-height:17px;
  236. }