Нет описания

personal.css 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. .clearFix:after {
  2. content: "";
  3. display: block;
  4. clear: both;
  5. }
  6. .personalMask {
  7. position: absolute;
  8. top: 0;
  9. right: 0;
  10. width: 100%;
  11. height: 100%;
  12. background: rgba(0, 0, 0, 0.3);
  13. z-index: 3000;
  14. display: none;
  15. }
  16. .personal {
  17. width: 800px;
  18. margin: 0 auto;
  19. font-size: 14px;
  20. position: absolute;
  21. top: 119px;
  22. left: 500px;
  23. background: #fff;
  24. display: none;
  25. z-index: 3001;
  26. }
  27. .perBox {
  28. border: 1px solid #eeeeee;
  29. /* height: 400px; */
  30. box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 50px
  31. }
  32. .ptop {
  33. height: 35px;
  34. background: #00a1cb;
  35. color: #fff;
  36. line-height: 35px;
  37. padding: 0 15px;
  38. border-top-left-radius: 3px;
  39. border-top-right-radius: 3px;
  40. }
  41. .ptop .ptl {
  42. float: left;
  43. margin: 0;
  44. }
  45. .ptop .ptr {
  46. float: right;
  47. font-size: 18px;
  48. cursor: pointer;
  49. margin: 0;
  50. }
  51. .perTab {
  52. width: 100%;
  53. border-bottom: 1px solid #b3b3b3;
  54. list-style: none;
  55. padding: 0 12px;
  56. margin-top: 15px;
  57. }
  58. .perTab li {
  59. float: left;
  60. padding: 7px;
  61. cursor: pointer;
  62. }
  63. .sel {
  64. border-top: 1px solid #b3b3b3;
  65. border-left: 1px solid #b3b3b3;
  66. border-right: 1px solid #b3b3b3;
  67. border-top-left-radius: 3px;
  68. border-top-right-radius: 3px;
  69. }
  70. .grt {
  71. width: 90%;
  72. margin: 0 auto;
  73. border-bottom: 1px solid #999999;
  74. margin-top: 10px;
  75. }
  76. .grtl {
  77. float: left;
  78. }
  79. .grtr {
  80. float: right;
  81. }
  82. .grtr i{
  83. display: inline-block;
  84. vertical-align: middle;
  85. width: 18px;
  86. height: 18px;
  87. cursor: pointer;
  88. }
  89. .grqx{
  90. background: url(../img/grcx.png) no-repeat;
  91. margin-right: 5px;
  92. }
  93. .grbj{
  94. background: url(../img/bjic.png) no-repeat;
  95. }
  96. .grzl {
  97. font-size: 16px;
  98. border: 0;
  99. width: 80%;
  100. margin: 35px auto;
  101. }
  102. .grzl tr {
  103. border: 0;
  104. }
  105. .grzl th {
  106. padding: 5px 8px 5px 0;
  107. text-align: right;
  108. width: 45%;
  109. font-weight: normal;
  110. border: 0;
  111. }
  112. .grzl tbody > tr > td,
  113. .grzl tbody > tr > th {
  114. border: 0;
  115. }
  116. .grzl tbody > tr > td input {
  117. border: 0;
  118. outline: none;
  119. padding-left: 5px;
  120. width: 50%;
  121. }
  122. .crop_left {
  123. width: 40%;
  124. float: left;
  125. }
  126. .image-crop {
  127. width: 100%;
  128. }
  129. .crop_left img {
  130. width: 100%;
  131. }
  132. .crop_right {
  133. width: 30%;
  134. float: right;
  135. margin-right: 25px;
  136. }
  137. .img-preview-sm {
  138. width: 100%;
  139. }
  140. .img-preview-sm img {
  141. width: 100%;
  142. height: 100%;
  143. }
  144. .perTab_con > div {
  145. display: none;
  146. }
  147. .btnn {
  148. background: #00a1cb;
  149. color: #fff;
  150. padding: 3px 10px;
  151. border: 0;
  152. border-radius: 3px;
  153. cursor: pointer;
  154. }
  155. .wrong {
  156. color: red;
  157. display: none;
  158. }