UpdatePartyDevelop.scss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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. }
  81. }
  82. .area-select.large {
  83. width: 100%;
  84. }
  85. }
  86. }
  87. }
  88. }
  89. &-situation {
  90. padding: 20px 20px 72px;
  91. margin-bottom: 20px;
  92. background: url("../../assets/images/home-head-img.png"), #ffffff;
  93. background-size: 67px 67px, cover;
  94. background-position: right 5px bottom 5px, center;
  95. background-repeat: no-repeat, no-repeat;
  96. border-radius: 10px;
  97. &-tabs.el-tabs {
  98. margin-top: 20px;
  99. ::v-deep {
  100. .el-tabs__item {
  101. font-size: 18px;
  102. font-weight: 500;
  103. color: #4f4f4f;
  104. opacity: 0.9;
  105. }
  106. .el-tabs__active-bar {
  107. background-color: #de0010;
  108. }
  109. .el-tabs__item.is-active {
  110. color: #de0010;
  111. background: #f9e9ea;
  112. }
  113. }
  114. }
  115. .roc-tabpane {
  116. display: block;
  117. width: 100%;
  118. min-height: 600px;
  119. &-head {
  120. display: flex;
  121. align-items: center;
  122. width: 100%;
  123. height: 94px;
  124. .tabpane-head-left {
  125. display: flex;
  126. align-items: center;
  127. justify-content: center;
  128. width: 94px;
  129. height: 94px;
  130. border: 4px solid #979797;
  131. border-radius: 50%;
  132. &.is-active {
  133. border: 4px solid #de0010;
  134. }
  135. &-title {
  136. display: flex;
  137. align-items: center;
  138. justify-content: center;
  139. width: 78px;
  140. height: 78px;
  141. background: #979797;
  142. border-radius: 50%;
  143. font-size: 30px;
  144. font-weight: 800;
  145. color: #ffffff;
  146. line-height: 42px;
  147. letter-spacing: 1px;
  148. &.is-active {
  149. background: #de0010;
  150. }
  151. }
  152. }
  153. .tabpane-head-right {
  154. margin-left: 15px;
  155. height: 50px;
  156. font-size: 36px;
  157. font-weight: 400;
  158. color: #111111;
  159. line-height: 50px;
  160. letter-spacing: 1px;
  161. }
  162. }
  163. &-line {
  164. margin-left: 46px;
  165. width: 2px;
  166. height: 46px;
  167. border: 2px solid #979797;
  168. &.is-active {
  169. border: 2px solid #de0010;
  170. }
  171. }
  172. &-step {
  173. width: 100%;
  174. &-item {
  175. display: flex;
  176. width: 100%;
  177. .step-item-left {
  178. display: flex;
  179. align-items: center;
  180. justify-content: center;
  181. margin-left: 16px;
  182. width: 62px;
  183. height: 62px;
  184. border: 2px solid #979797;
  185. border-radius: 50%;
  186. font-size: 36px;
  187. font-weight: 400;
  188. color: #979797;
  189. line-height: 50px;
  190. letter-spacing: 1px;
  191. &.is-active {
  192. border: 2px solid #de0010;
  193. color: #de0010;
  194. }
  195. }
  196. .step-item-right {
  197. flex: 1;
  198. margin-left: 10px;
  199. padding-bottom: 10px;
  200. &-title {
  201. margin-top: 10px;
  202. margin-bottom: 8px;
  203. height: 28px;
  204. font-size: 20px;
  205. font-weight: 400;
  206. color: #111111;
  207. line-height: 28px;
  208. }
  209. &-form {
  210. ::v-deep {
  211. .el-form-item.step-form-item {
  212. margin-bottom: 10px;
  213. }
  214. .el-form-item__label {
  215. padding: 0;
  216. text-align: left;
  217. }
  218. }
  219. .step-item-twenty_third {
  220. margin-top: 10px;
  221. height: 22px;
  222. font-size: 16px;
  223. font-weight: 400;
  224. color: #ff0000;
  225. line-height: 22px;
  226. }
  227. }
  228. }
  229. }
  230. &-tail {
  231. position: absolute;
  232. margin-left: 46px;
  233. width: 2px;
  234. border: 2px solid #979797;
  235. &.is-active {
  236. border: 2px solid #de0010;
  237. }
  238. }
  239. }
  240. &-didnotpass-btngroup {
  241. margin: 50px 0 0 109px;
  242. .el-button + .el-button {
  243. margin-left: 30px;
  244. }
  245. }
  246. }
  247. }
  248. }
  249. ::v-deep {
  250. .didnotpass-btngroup-tipsbtn {
  251. color: #de0010;
  252. background-color: #ffffff;
  253. border-color: #de0010;
  254. }
  255. }