Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

193 lignes
3.5 KiB

  1. .car_add{
  2. font-weight: bold;
  3. font-size: 15px;
  4. }
  5. .line_top{
  6. width: 1200px;
  7. height: 1px;
  8. border: 1px solid lightgray;
  9. margin-top: 15px;
  10. }
  11. .info{
  12. margin-top: 30px;
  13. }
  14. .line_top{
  15. width: 1200px;
  16. height: 1px;
  17. border: 1px solid lightgray;
  18. margin-top: 15px;
  19. }
  20. .tabbable{
  21. margin-left: 10px;
  22. }
  23. .info{
  24. margin-top: 30px;
  25. margin-bottom: 30px;
  26. }
  27. .add_info{
  28. width: 80px;
  29. height: 30px;
  30. display: inline-block;
  31. line-height: 30px;
  32. text-align: center;
  33. cursor: pointer;
  34. margin-left: 45px;
  35. margin-top: 30px;
  36. }
  37. .tabbable_info1{
  38. margin-left: 45px;
  39. border: 1px solid lightgray;
  40. width: 800px;
  41. height: 230px;
  42. margin-top: 20px;
  43. float: left;
  44. }
  45. .tabbable_info2{
  46. margin-left: 45px;
  47. border: 1px solid lightgray;
  48. width: 460px;
  49. height: 300px;
  50. margin-top: 20px;
  51. float: left;
  52. }
  53. .profile-user-info-striped {
  54. margin-left: 0;
  55. }
  56. .save_btn{
  57. width: 70px;
  58. height: 30px;
  59. display: inline-block;
  60. line-height: 30px;
  61. text-align: center;
  62. cursor: pointer;
  63. margin-left: 45px;
  64. background-color: rgb(25,170,232) !important;
  65. color: #fff!important;
  66. }
  67. .change_btn{
  68. width: 70px;
  69. height: 30px;
  70. display: inline-block;
  71. line-height: 30px;
  72. text-align: center;
  73. cursor: pointer;
  74. margin-left: 15px;
  75. color: rgb(25,170,232);
  76. border: 1px solid rgb(25,170,232);
  77. }
  78. .total_save_btn{
  79. width: 80px;
  80. height: 30px;
  81. display: inline-block;
  82. line-height: 30px;
  83. text-align: center;
  84. cursor: pointer;
  85. margin-left: 45px;
  86. margin-top: 30px;
  87. }
  88. .profile-user-info-striped .profile-info-name {
  89. padding: 0;
  90. color: black;
  91. border-top: 1px solid white;
  92. line-height: 30px;
  93. }
  94. .profile-info-name {
  95. position: absolute;
  96. width: 110px;
  97. text-align: right;
  98. padding: 13px 10px 6px 0;
  99. left: 0;
  100. top: 0;
  101. bottom: 0;
  102. font-weight: normal;
  103. color: #667e99;
  104. background-color: transparent;
  105. border-top: 1px dotted #d5e4f1;
  106. }
  107. .profile-info-value {
  108. padding: 12px 4px 6px 6px;
  109. margin-left: 120px;
  110. /* border-top: 1px dotted #d5e4f1; */
  111. }
  112. .profile-user-info-striped .profile-info-value {
  113. border-top: 1px dotted white;
  114. padding: 0;
  115. }
  116. .input_no{
  117. background-color: white!important;
  118. color: black;
  119. border: 1px white solid;
  120. }
  121. input[readonly] {
  122. color: black;
  123. background-color: white!important;
  124. cursor: default;
  125. border: 1px white solid;
  126. }
  127. textarea[readonly] {
  128. color: black;
  129. background-color: white!important;
  130. cursor: default;
  131. border: 1px white solid;
  132. }
  133. input[readonly]:hover {
  134. border-color: white;
  135. }
  136. input[readonly]:focus {
  137. -webkit-box-shadow: none;
  138. box-shadow: none;
  139. border-color: white;
  140. background-color: black;
  141. }
  142. input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
  143. border-color: white;
  144. }
  145. .mar{
  146. margin-bottom: 20px;
  147. }
  148. .bus_img_div{
  149. margin-right: 10px;
  150. }
  151. .bus_image{
  152. background-color: #eeeeee;
  153. width: 140px;
  154. height: 140px;
  155. display: table-cell;
  156. text-align: center;
  157. font-size: 100px;
  158. vertical-align: middle;
  159. color: grey;
  160. cursor: pointer;
  161. font-family: fantasy;
  162. background-size: cover;
  163. }
  164. .bus_img_type{
  165. width: 100%;
  166. }
  167. .bus_img_option{
  168. margin-top: 13px;
  169. }
  170. .bus_img_path{
  171. display: none !important;
  172. }
  173. .bus_img_remove{
  174. color: #ff5568;
  175. }