kaifainAddNoScoped.scss 5.0 KB

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