Нет описания

personal.css 3.6KB

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