You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

181 lines
3.3 KiB

  1. .supplier_add{
  2. font-weight: bold;
  3. font-size: 15px;
  4. margin-top: 40px;
  5. margin-left: 35px;
  6. }
  7. .line_top{
  8. width: 1165px;
  9. height: 1px;
  10. border: 1px solid lightgray;
  11. margin-top: 15px;
  12. margin-left: 35px;
  13. }
  14. .tabbable{
  15. margin-left: 10px;
  16. }
  17. .info{
  18. margin-left: 35px;
  19. margin-top: 30px;
  20. }
  21. .add_info{
  22. width: 80px;
  23. height: 30px;
  24. display: inline-block;
  25. line-height: 30px;
  26. text-align: center;
  27. cursor: pointer;
  28. margin-left: 45px;
  29. margin-top: 30px;
  30. }
  31. .tabbable_info{
  32. margin-left: 45px;
  33. border: 1px solid lightgray;
  34. width: 460px;
  35. height: 300px;
  36. margin-top: 20px;
  37. float: left;
  38. }
  39. .profile-user-info-striped {
  40. margin-left: 0;
  41. }
  42. .save_btn{
  43. width: 70px;
  44. height: 30px;
  45. display: inline-block;
  46. line-height: 30px;
  47. text-align: center;
  48. cursor: pointer;
  49. margin-left: 45px;
  50. background-color: rgb(25,170,232) !important;
  51. color: #fff!important;
  52. }
  53. .change_btn{
  54. width: 70px;
  55. height: 30px;
  56. display: inline-block;
  57. line-height: 30px;
  58. text-align: center;
  59. cursor: pointer;
  60. margin-left: 15px;
  61. color: rgb(25,170,232);
  62. border: 1px solid rgb(25,170,232);
  63. }
  64. .total_save_btn{
  65. width: 80px;
  66. height: 30px;
  67. display: inline-block;
  68. line-height: 30px;
  69. text-align: center;
  70. cursor: pointer;
  71. margin-left: 45px;
  72. margin-top: 30px;
  73. }
  74. .profile-user-info-striped .profile-info-name {
  75. color: black;
  76. border-top: 1px solid white;
  77. }
  78. .profile-info-name {
  79. position: absolute;
  80. width: 110px;
  81. text-align: right;
  82. padding: 13px 10px 6px 0;
  83. left: 0;
  84. top: 0;
  85. bottom: 0;
  86. font-weight: normal;
  87. color: #667e99;
  88. background-color: transparent;
  89. border-top: 1px dotted #d5e4f1;
  90. }
  91. .profile-info-value {
  92. padding: 12px 4px 6px 6px;
  93. margin-left: 120px;
  94. /* border-top: 1px dotted #d5e4f1; */
  95. }
  96. .profile-user-info-striped .profile-info-value {
  97. border-top: 1px dotted white;
  98. padding-left: 0;
  99. }
  100. .add_range{
  101. width: 80px;
  102. height: 30px;
  103. display: inline-block;
  104. line-height: 30px;
  105. text-align: center;
  106. cursor: pointer;
  107. }
  108. .change_pwd{
  109. width: 80px;
  110. height: 30px;
  111. display: inline-block;
  112. line-height: 30px;
  113. text-align: center;
  114. cursor: pointer;
  115. margin-left: 15px;
  116. }
  117. .profile-info-value>span+span:before {
  118. display: inline;
  119. content: "";
  120. margin-left: 1px;
  121. margin-right: 3px;
  122. color: #666;
  123. border-bottom: 1px solid #FFF;
  124. }
  125. .ui_hide{
  126. display: none;
  127. }
  128. .input_no{
  129. background-color: white!important;
  130. color: black;
  131. border: 1px white solid;
  132. }
  133. input[readonly] {
  134. color: black;
  135. background-color: white!important;
  136. cursor: default;
  137. border: 1px white solid;
  138. }
  139. textarea[readonly] {
  140. color: black;
  141. background-color: white!important;
  142. cursor: default;
  143. border: 1px white solid;
  144. }
  145. input[readonly]:hover {
  146. border-color: white;
  147. }
  148. input[readonly]:focus {
  149. -webkit-box-shadow: none;
  150. box-shadow: none;
  151. border-color: white;
  152. background-color: black;
  153. }
  154. 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 {
  155. border-color: white;
  156. }