UpdatePartyDevelop.scss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. .updatepartydevelop {
  2. &-head {
  3. margin-bottom: 20px;
  4. width: 100%;
  5. padding: 15px 20px;
  6. background: url("../../assets/images/home-head-img.png"), #ffffff;
  7. background-size: 67px 67px, cover;
  8. background-position: right 5px bottom 0px, center;
  9. background-repeat: no-repeat, no-repeat;
  10. border-radius: 10px;
  11. &-title {
  12. display: flex;
  13. align-items: center;
  14. div {
  15. &:first-child {
  16. height: 37px;
  17. line-height: 37px;
  18. }
  19. &:last-child {
  20. margin-left: 15px;
  21. height: 37px;
  22. font-size: 26px;
  23. font-weight: 400;
  24. color: #4f4f4f;
  25. line-height: 37px;
  26. letter-spacing: 1px;
  27. }
  28. img {
  29. width: 34px;
  30. height: 34px;
  31. }
  32. }
  33. }
  34. }
  35. &-title {
  36. display: flex;
  37. align-items: center;
  38. div {
  39. &:first-child {
  40. height: 37px;
  41. line-height: 37px;
  42. }
  43. &:last-child {
  44. margin-left: 15px;
  45. height: 37px;
  46. font-size: 26px;
  47. font-weight: 400;
  48. color: #4f4f4f;
  49. line-height: 37px;
  50. letter-spacing: 1px;
  51. }
  52. img {
  53. width: 34px;
  54. height: 34px;
  55. }
  56. }
  57. }
  58. &-line {
  59. width: 100%;
  60. height: 1px;
  61. background: #d8dce5;
  62. margin-bottom: 15px;
  63. }
  64. &-basic {
  65. padding: 20px 20px 50px;
  66. margin-bottom: 20px;
  67. // margin: 87px 0 20px 0;
  68. background: url("../../assets/images/home-head-img.png"), #ffffff;
  69. background-size: 67px 67px, cover;
  70. background-position: right 5px bottom 5px, center;
  71. background-repeat: no-repeat, no-repeat;
  72. border-radius: 10px;
  73. ::v-deep {
  74. .el-form-item__content {
  75. .area-cascader-wrap {
  76. .area-select {
  77. height: 36px;
  78. .area-selected-trigger {
  79. padding: 0 25px 0 15px;
  80. color: #c0c4cc;
  81. }
  82. }
  83. .area-select.large {
  84. width: 100%;
  85. }
  86. }
  87. }
  88. }
  89. }
  90. &-situation {
  91. padding: 20px 20px 72px;
  92. margin-bottom: 20px;
  93. background: url("../../assets/images/home-head-img.png"), #ffffff;
  94. background-size: 67px 67px, cover;
  95. background-position: right 5px bottom 5px, center;
  96. background-repeat: no-repeat, no-repeat;
  97. border-radius: 10px;
  98. &-tabs.el-tabs {
  99. margin-top: 20px;
  100. ::v-deep {
  101. .el-tabs__item {
  102. font-size: 18px;
  103. font-weight: 500;
  104. color: #4f4f4f;
  105. opacity: 0.9;
  106. }
  107. .el-tabs__active-bar {
  108. background-color: #de0010;
  109. }
  110. .el-tabs__item.is-active {
  111. color: #de0010;
  112. background: #f9e9ea;
  113. }
  114. }
  115. }
  116. .roc-tabpane {
  117. display: block;
  118. width: 100%;
  119. min-height: 600px;
  120. &-head {
  121. display: flex;
  122. align-items: center;
  123. width: 100%;
  124. height: 94px;
  125. .tabpane-head-left {
  126. display: flex;
  127. align-items: center;
  128. justify-content: center;
  129. width: 94px;
  130. height: 94px;
  131. border: 4px solid #979797;
  132. border-radius: 50%;
  133. &.is-active {
  134. border: 4px solid #de0010;
  135. }
  136. &-title {
  137. display: flex;
  138. align-items: center;
  139. justify-content: center;
  140. width: 78px;
  141. height: 78px;
  142. background: #979797;
  143. border-radius: 50%;
  144. font-size: 30px;
  145. font-weight: 800;
  146. color: #ffffff;
  147. line-height: 42px;
  148. letter-spacing: 1px;
  149. &.is-active {
  150. background: #de0010;
  151. }
  152. }
  153. }
  154. .tabpane-head-right {
  155. margin-left: 15px;
  156. height: 50px;
  157. font-size: 36px;
  158. font-weight: 400;
  159. color: #111111;
  160. line-height: 50px;
  161. letter-spacing: 1px;
  162. }
  163. }
  164. &-line {
  165. margin-left: 46px;
  166. width: 2px;
  167. height: 46px;
  168. border: 2px solid #979797;
  169. &.is-active {
  170. border: 2px solid #de0010;
  171. }
  172. }
  173. &-step {
  174. width: 100%;
  175. &-item {
  176. display: flex;
  177. width: 100%;
  178. .step-item-left {
  179. display: flex;
  180. align-items: center;
  181. justify-content: center;
  182. margin-left: 16px;
  183. width: 62px;
  184. height: 62px;
  185. border: 2px solid #979797;
  186. border-radius: 50%;
  187. font-size: 36px;
  188. font-weight: 400;
  189. color: #979797;
  190. line-height: 50px;
  191. letter-spacing: 1px;
  192. &.is-active {
  193. border: 2px solid #de0010;
  194. color: #de0010;
  195. }
  196. }
  197. .step-item-right {
  198. flex: 1;
  199. margin-left: 10px;
  200. padding-bottom: 10px;
  201. &-title {
  202. margin-top: 10px;
  203. margin-bottom: 8px;
  204. height: 28px;
  205. font-size: 20px;
  206. font-weight: 400;
  207. color: #111111;
  208. line-height: 28px;
  209. }
  210. &-form {
  211. ::v-deep {
  212. .el-form-item.step-form-item {
  213. margin-bottom: 10px;
  214. }
  215. .el-form-item__label {
  216. padding: 0;
  217. text-align: left;
  218. }
  219. }
  220. .step-item-twenty_third {
  221. margin-top: 10px;
  222. height: 22px;
  223. font-size: 16px;
  224. font-weight: 400;
  225. color: #ff0000;
  226. line-height: 22px;
  227. }
  228. &-addthoughtreport {
  229. display: flex;
  230. align-items: center;
  231. justify-content: center;
  232. width: 100%;
  233. height: 33px;
  234. border: 1px solid #dadada;
  235. font-size: 16px;
  236. font-weight: 400;
  237. color: #c3c3c3;
  238. cursor: pointer;
  239. }
  240. }
  241. }
  242. }
  243. &-tail {
  244. position: absolute;
  245. margin-left: 46px;
  246. width: 2px;
  247. border: 2px solid #979797;
  248. &.is-active {
  249. border: 2px solid #de0010;
  250. }
  251. }
  252. }
  253. &-didnotpass-btngroup {
  254. margin: 50px 0 0 109px;
  255. .el-button + .el-button {
  256. margin-left: 30px;
  257. }
  258. }
  259. }
  260. }
  261. }
  262. ::v-deep {
  263. .didnotpass-btngroup-tipsbtn {
  264. color: #de0010;
  265. background-color: #ffffff;
  266. border-color: #de0010;
  267. }
  268. }