info.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. @import "../theme.scss";
  2. .clearfix {
  3. zoom: 1;
  4. display: block;
  5. }
  6. .fl {
  7. float: left;
  8. }
  9. .member_info_container {
  10. padding: 0 0 0 11px;
  11. flex: 1;
  12. width: 100%;
  13. overflow: auto;
  14. .breadcrumb {
  15. //font-family: "MicroSoft yahei";
  16. width: 1007px;
  17. background-color: #f7f7f7;
  18. height: 28px;
  19. padding: 0 0 0 11px;
  20. margin-top: 10px;
  21. margin-bottom: 10px;
  22. overflow: hidden;
  23. line-height: 28px;
  24. vertical-align: baseline;
  25. }
  26. .member_info {
  27. display: flex;
  28. flex-direction: column;
  29. justify-content: center;
  30. align-items: center;
  31. border: 1px solid #eee;
  32. background-color: #fff;
  33. padding: 40px 0;
  34. .form_item {
  35. // padding: 37px 0 0 0px;
  36. // line-height: 30px;
  37. margin-bottom: 20px;
  38. color: #333;
  39. .chooseBtn {
  40. display: inline-block;
  41. width: 60px;
  42. height: 60px;
  43. border-radius: 50%;
  44. }
  45. img {
  46. width: 100%;
  47. height: 100%;
  48. object-fit: contain;
  49. cursor: pointer;
  50. }
  51. #file {
  52. display: none;
  53. margin-left: 30px;
  54. vertical-align: top;
  55. margin-top: 22px;
  56. }
  57. .el-input__wrapper{
  58. padding: 0;
  59. .el-input__count-inner{
  60. padding-right: 8px;
  61. margin-right: 8px;
  62. }
  63. }
  64. .el-input__inner {
  65. height: 40px;
  66. width: 302px;
  67. line-height: 25px;
  68. outline: none;
  69. padding-left: 10px;
  70. border: 1px solid #dcdcdc;
  71. }
  72. #year,
  73. #month,
  74. #day {
  75. height: 25px;
  76. width: 65px;
  77. line-height: 25px;
  78. margin-right: 10px;
  79. }
  80. #birth label {
  81. margin-right: 10px;
  82. }
  83. #birth select {
  84. outline: none;
  85. border: 1px solid #dcdcdc;
  86. cursor: pointer;
  87. }
  88. #sex {
  89. input {
  90. margin-left: 6px;
  91. margin-top: 0;
  92. margin-right: 6px;
  93. vertical-align: sub;
  94. outline: none;
  95. }
  96. .el-radio__label {
  97. display: inline-block;
  98. width: 150px !important;
  99. padding-left: 10px;
  100. }
  101. }
  102. .tag_name {
  103. display: block;
  104. float: left;
  105. min-width: 110px;
  106. line-height: 60px;
  107. text-align: left;
  108. font-weight: 400;
  109. margin-right: 10px;
  110. padding-left: 10px;
  111. font-size: 14px;
  112. text-transform: capitalize;
  113. }
  114. // img {
  115. // width: 60px;
  116. // height: 60px;
  117. // }
  118. }
  119. .memInfo_save {
  120. // padding-left: 150px;
  121. // margin-bottom: 50px;
  122. // margin-top: 35px;
  123. button {
  124. background-color: $colorMain;
  125. color: #fff;
  126. border-color: $colorMain;
  127. text-transform: capitalize;
  128. }
  129. }
  130. }
  131. }
  132. .el-radio__input.is-checked .el-radio__inner {
  133. border-color: $colorMain;
  134. background: $colorMain;
  135. }
  136. .el-radio__input.is-checked + .el-radio__label {
  137. color: $colorMain;
  138. }