personal-info.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. body {
  2. background: rgba(245, 249, 249, 1);
  3. color: #323232;
  4. }
  5. .w3-row:after {
  6. content: "";
  7. display: table;
  8. clear: both
  9. }
  10. .w3-col {
  11. float: left;
  12. width: 100%
  13. }
  14. .w3-rest {
  15. overflow: hidden
  16. }
  17. .mine-menu {}
  18. .mine-menu {
  19. font-size: 16px;
  20. color: #909090;
  21. }
  22. .mine-menu .active {
  23. color: #0AD8C8;
  24. }
  25. .all-center {
  26. position: absolute;
  27. top: 0;
  28. left: 0;
  29. bottom: 0;
  30. right: 0;
  31. margin: 0 auto;
  32. }
  33. .mainbox {
  34. width: 420px;
  35. margin: 0 auto;
  36. }
  37. .btn-theme {
  38. color: #fff;
  39. background: #0AD8C8;
  40. border-color: #0AD8C8;
  41. }
  42. .btn-theme:hover,
  43. .btn-theme:active {
  44. color: #fff;
  45. background: #0aD9ff;
  46. border-color: #0AD8C8;
  47. }
  48. .pl105 {
  49. padding-left: 105px;
  50. }
  51. .pl251 {
  52. padding-left: 251px;
  53. }
  54. .m8 {
  55. margin-top: 8px;
  56. }
  57. input.type-hide {
  58. opacity: 0;
  59. -ms-filter: 'alpha(opacity=0)';
  60. }
  61. .changeImg {
  62. position: relative;
  63. top: -20px;
  64. }
  65. .addlist {
  66. width: 315px;
  67. box-shadow: none;
  68. -webkit-box-shadow: none;
  69. border: solid 1px #D1D7D4;
  70. }
  71. .industry span {
  72. display: inline-block;
  73. white-space: nowrap;
  74. padding: 5px 13px 3px;
  75. }
  76. .industry span.active,#city .active,#county .active{
  77. background: #0AD8C8;
  78. color: #fff;
  79. border-radius: 14px;
  80. }
  81. .selcaret {
  82. float: right;
  83. margin-top: -17px;
  84. margin-right: 15px;
  85. }
  86. /*行业选择*/
  87. #industrylist li,#addresslist li {
  88. width: 98px;
  89. border: solid 1px #D1D7D4 !important;
  90. background-color: #F9F9F9!important;
  91. text-align: center;
  92. }
  93. #industrylist li.active,#addresslist li.active {
  94. border-bottom: solid 1px transparent !important;
  95. }
  96. #industrylist>li>a,#addresslist>li>a {
  97. font-size: 14px;
  98. color: #909090;
  99. font-weight: normal;
  100. padding: 6px 0 5px;
  101. margin-right: 0;
  102. border-radius: 0;
  103. }
  104. #industrylist>li.active>a,
  105. #industrylist>li.active>a:focus,
  106. #industrylist>li.active>a:hover,
  107. #addresslist>li.active>a,
  108. #addresslist>li.active>a:focus,
  109. #addresslist>li.active>a:hover{
  110. background: #fff;
  111. color: #909090;
  112. font-size: 14px;
  113. margin-right: 0;
  114. border: none;
  115. height: 33px;
  116. }
  117. .addlist {
  118. width: 315px;
  119. box-shadow: none;
  120. -webkit-box-shadow: none;
  121. border: solid 1px #D1D7D4;
  122. }
  123. .w3-row-padding:after {
  124. content: "";
  125. display: table;
  126. clear: both
  127. }
  128. .w3-quarter {
  129. float: left;
  130. width: 24.99999%;
  131. padding: 10px;
  132. }
  133. .w3-third {
  134. float: left;
  135. width: 33.33333%
  136. }
  137. .w3-row-padding>.w3-quarter {
  138. padding: 0 10px;
  139. }
  140. .industrybox {
  141. border-color: rgba(0, 0, 0, 0) #D1D7D4 #D1D7D4;
  142. border-style: solid;
  143. border-width: 1px;
  144. padding: 18px 10px;
  145. text-align: center;
  146. font-size: 14px;
  147. /*height: 281px;*/
  148. }
  149. .industryname {
  150. border: 1px solid #D1D7D4;
  151. width: 100%;
  152. height: 32px;
  153. line-height: 32px;
  154. }
  155. .selected .industryname {
  156. background: url(../../../images/icon_xuanzhong.png) no-repeat 101% 105%;
  157. border: #0AD8C8 1px solid;
  158. background-size: 19px 21px;
  159. }
  160. .modal-content {
  161. border-radius: 0;
  162. }
  163. .modal-body {
  164. padding: 0;
  165. }
  166. .btn-default {
  167. background: #fff;
  168. color: #909090;
  169. font-size: 16px;
  170. border: 1px solid #D1D7D4;
  171. height: 40px;
  172. }
  173. .btn-default:hover,
  174. .btn-default:active {
  175. color: #333;
  176. background: #F4F6FA;
  177. }