userCentermyConcernsProgressCheckActive4.vue 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <template>
  2. <div style="width: 100%;background: #fff;min-height: 700px;color: #666;" class="userCenterMyActivity">
  3. <div style="margin-top: 50px;width: 100%;" class="crumbs">
  4. <div style="width: 100%;margin: auto;margin-top: 20px;">
  5. <el-collapse v-model="activeNames" accordion>
  6. </el-collapse>
  7. </div>
  8. </div>
  9. </div>
  10. </template>
  11. <script>
  12. import userCenterTaberListPrint from './userCenterTaberListPrint'
  13. import {getBaseMemberApplys} from '@/api/baseMemberApply'
  14. import {saveAndUpdate} from '@/api/baseMemberApply'
  15. import Base from '@/views/base/Base'
  16. import {country,countryEn} from '@/api/country'
  17. import { getUsers } from '@/api/user'
  18. import {getToken} from '@/utils/auth';
  19. export default {
  20. name: 'userCentermyConcernsProgressCheckActive4',
  21. props:['active'],
  22. extends:Base,
  23. components:{userCenterTaberListPrint},
  24. data () {
  25. return {
  26. activeNames: ['1'],
  27. }
  28. },
  29. watch:{
  30. },
  31. created(){
  32. },
  33. methods:{
  34. }
  35. }
  36. </script>
  37. <style scoped>
  38. .crumbs >>>.el-step__icon {
  39. width: 37px;
  40. height: 37px;
  41. font-size: 18px;
  42. }
  43. .crumbs>>> .el-step.is-horizontal .el-step__line {
  44. top:20px;
  45. }
  46. .crumbs>>>.el-step__head.is-process {
  47. color: #409eff;
  48. border-color:inherit;
  49. }
  50. .crumbs>>>.el-step__head.is-process .el-step__icon.is-text {
  51. background: #409eff;
  52. color: #fff;
  53. border-color:#409eff;
  54. width: 46px;
  55. height: 46px;
  56. }
  57. .crumbs>>>.el-step__title.is-process,
  58. .crumbs>>>.el-step__description.is-process {
  59. color: #409eff;
  60. }
  61. .crumbs>>>.el-collapse-item {
  62. /* width: 80%; */
  63. margin: auto;
  64. }
  65. .el-collapse {
  66. border: none;
  67. }
  68. .crumbs>>>.el-collapse-item__header {
  69. padding: 0 20px 0 100px;
  70. }
  71. .crumbs>>>.el-collapse-item__wrap {
  72. padding: 0 0 0 100px;
  73. }
  74. .el-checkbox {
  75. display: block;
  76. margin-bottom: 20px;
  77. }
  78. .avatar-uploader >>> .el-upload {
  79. border: 1px solid #d9d9d9;
  80. border-radius: 6px;
  81. cursor: pointer;
  82. position: relative;
  83. overflow: hidden;
  84. }
  85. .avatar-uploader .el-upload:hover {
  86. border-color: #409EFF;
  87. }
  88. .userCenterAuthenticationPersonal>>>.el-upload {
  89. border: 1px solid rgba(204, 204, 204, 1);
  90. }
  91. .avatar-uploader-icon {
  92. font-size: 28px;
  93. color: #8c939d;
  94. width: 178px;
  95. height: 178px;
  96. line-height: 178px;
  97. text-align: center;
  98. }
  99. .avatar {
  100. width: 178px;
  101. height: 178px;
  102. display: block;
  103. }
  104. .linkLeft{
  105. line-height: 30px;
  106. text-align: left;
  107. }
  108. .linkRight{
  109. line-height: 30px;
  110. text-align: right;
  111. }
  112. table{
  113. border-collapse: collapse;
  114. border: none;
  115. width:100%
  116. }
  117. td,th {
  118. padding:2px 4px;
  119. min-height:50px;
  120. line-height: 20px;
  121. font-size: 10px;
  122. border:1px solid #e6e6e6;
  123. }
  124. td,tr {
  125. /* width:15%; */
  126. font-size: 9px;
  127. background-color: #e5f5fb;
  128. background-color: #fbfbfb;
  129. }
  130. .none {
  131. display: none
  132. }
  133. span {
  134. margin-right:15px
  135. }
  136. .a4 {
  137. page-break-before: auto;
  138. page-break-after: always;
  139. }
  140. #print .table-head{width:100%;color:#000;}
  141. #print.table-body{width:100%; }
  142. #print.table-head table,.table-body table{width:100%;}
  143. /* #print.table-body table tr:nth-child(2n+1){background-color:#f2f2f2;} */
  144. .black {
  145. color: #000;
  146. font-weight: 700;
  147. font-size: 15px;
  148. }
  149. @media print
  150. {
  151. table{
  152. border-collapse: collapse;
  153. border: none;
  154. width:100%
  155. }
  156. td,th {
  157. padding:2px 4px;
  158. min-height:50px;
  159. line-height: 20px;
  160. font-size: 10px;
  161. border:1px solid #e6e6e6;
  162. }
  163. td,tr {
  164. /* width:15%; */
  165. font-size: 9px;
  166. background-color: #e5f5fb;
  167. background-color: #fbfbfb;
  168. }
  169. .none {
  170. display: none
  171. }
  172. span {
  173. margin-right:15px
  174. }
  175. .a4 {
  176. page-break-before: auto;
  177. page-break-after: always;
  178. }
  179. }
  180. </style>