Açıklama Yok

addCustomerFile.css 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. /*编辑,添加,查看用户信息页面样式*/
  2. ul {
  3. list-style: none;
  4. padding: 0;
  5. }
  6. .container{
  7. padding: 0;
  8. }
  9. .project_items {
  10. margin: 30px auto;
  11. display: none;
  12. }
  13. .project_items li label {
  14. height: 34px;
  15. line-height: 34px;
  16. }
  17. .project_items li textarea {
  18. resize: none;
  19. }
  20. .project_items_title {
  21. border-bottom: 1px dashed #e7e7e7;
  22. padding-bottom: 10px;
  23. }
  24. .crop_left {
  25. width: 40%;
  26. float: left;
  27. }
  28. .crop_right {
  29. width: 30%;
  30. float: right;
  31. margin-right: 25px;
  32. }
  33. .btnn {
  34. background: #2f4050;
  35. color: #fff;
  36. padding: 3px 10px;
  37. border: 0;
  38. border-radius: 3px;
  39. cursor: pointer;
  40. }
  41. .project_save {
  42. width: 20%;
  43. }
  44. .tab_head {
  45. position: relative;
  46. background-color: #fff;
  47. border-top: 1px solid #e7eaec;
  48. margin-bottom: 15px;
  49. }
  50. .tab_head_left {
  51. padding-left: 0;
  52. margin: 0;
  53. border-bottom: 1px solid #eef0f2;
  54. }
  55. .tab_head li {
  56. float: left;
  57. width: 10.5%;
  58. text-align: center;
  59. padding: 13px 0;
  60. font-size: 16px;
  61. color: #7b8a97;
  62. cursor: pointer;
  63. }
  64. .tab_head .tab_head_active {
  65. border-bottom: 3px solid #19aad0;
  66. margin-bottom: -2px;
  67. color: #19aad0;
  68. }
  69. .tab_head .tab_badge {
  70. display: inline-block;
  71. min-width: 15px;
  72. min-height: 15px;
  73. padding: 3px;
  74. margin-top: -20px;
  75. font-size: 14px;
  76. font-weight: 700;
  77. line-height: 1;
  78. color: #fff !important;
  79. text-align: center;
  80. white-space: nowrap;
  81. vertical-align: middle;
  82. background-color: #18abd1;
  83. border-radius: 50%;
  84. }
  85. .tabs_details {
  86. display: none;
  87. width: 100%;
  88. }
  89. .showtabs {
  90. display: block;
  91. }
  92. .form-horizontal .radio-inline {
  93. padding-top: 0;
  94. }
  95. .radio-inline input[type=radio],
  96. .checkbox-inline input[type=checkbox] {
  97. margin-top: 10px;
  98. }
  99. .form-horizontal .form-group {
  100. margin-left: 0;
  101. margin-right: 0;
  102. }
  103. li.form-group>label {
  104. text-align: right;
  105. }
  106. img.upload-img {
  107. margin-top: 10px;
  108. margin-bottom: 10px;
  109. width: 100%;
  110. height: 100%;
  111. }
  112. .seeAccountDetail .form-control[disabled],
  113. .seeAccountDetail .form-control[readonly] {
  114. background-color: transparent;
  115. }
  116. .seeAccountDetail input,
  117. .seeAccountDetail textarea,
  118. .seeAccountDetail select {
  119. border: none;
  120. outline: none;
  121. background: none;
  122. -webkit-box-shadow: none;
  123. box-shadow: none;
  124. }
  125. .seeAccountDetail select {
  126. appearance: none;
  127. -moz-appearance: none;
  128. /* Firefox */
  129. -webkit-appearance: none;
  130. /* Safari 和 Chrome */
  131. }
  132. .user_portrait {
  133. width: 100px;
  134. height: 100px;
  135. background-color: #EFEFEF;
  136. }
  137. .user_portrait img,
  138. .accountIdentification img,
  139. .accountOrganizationsPic img,
  140. .accountBusinessLicensePic img {
  141. width: 100%;
  142. height: 100%;
  143. font-size: 0;
  144. vertical-align: middle;
  145. }
  146. .accountIdentification {
  147. width: 240px;
  148. height: 151px;
  149. background-color: #EFEFEF;
  150. }
  151. .accountOrganizationsPic {
  152. width: 650px;
  153. height: 450px;
  154. background-color: #EFEFEF;
  155. }
  156. .accountBusinessLicensePic {
  157. width: 650px;
  158. height: 467px;
  159. background-color: #EFEFEF;
  160. }
  161. .text_require {
  162. color: red;
  163. vertical-align: middle;
  164. font-weight: 900;
  165. }
  166. .text-tips {
  167. color: red;
  168. line-height: 34px;
  169. }
  170. #upLinkImgs {
  171. display: none;
  172. }
  173. #upLinkImgs .crop_left {
  174. width: 60%;
  175. }
  176. /*#upLinkImgs .crop_left{
  177. width: 37%;
  178. margin-right: 0;
  179. margin-left: 25px;
  180. }*/
  181. .aeBtns {
  182. margin: 10px auto;
  183. height: auto;
  184. }
  185. .aeBtns .form-control {
  186. width: 280px;
  187. }
  188. .aeBtns li.form-group {
  189. float: left;
  190. width: 50%;
  191. margin-bottom: 5px;
  192. }
  193. .aeBtns textarea {
  194. resize: none;
  195. }
  196. .aeBtns .radio-inline input[type=radio] {
  197. margin-top: 2px;
  198. }
  199. .drop_down {
  200. position: relative;
  201. }
  202. .drop_down .caret {
  203. position: absolute;
  204. right: 24px;
  205. top: 15px;
  206. }
  207. .form-group {
  208. margin-bottom: 5px;
  209. }
  210. /*添加或修改菜单*/
  211. .icon-color {
  212. color: #1aaad0;
  213. padding-right: 5px;
  214. vertical-align: middle;
  215. font-size: 30px;
  216. }
  217. .select2-container--default .select2-results__option--highlighted[aria-selected] {
  218. background-color: rgba(0, 0, 0, .5) !important;
  219. }
  220. .add_or_edit_menu .form-group {
  221. margin-bottom: 5px;
  222. }
  223. #reginsTreeView {
  224. position: absolute;
  225. background-color: #fff;
  226. z-index: 4;
  227. width: 92%;
  228. max-height: 256px;
  229. overflow-y: auto;
  230. }
  231. .contactList_item {
  232. box-shadow: 0px 2px 7px #eee;
  233. border-radius: 2px;
  234. padding: 5px;
  235. margin-bottom: 10px;
  236. }
  237. .isMain{
  238. height: 30px;
  239. line-height: 32px;
  240. border-left: 1px solid #E5E6E7;
  241. padding-left: 10px;
  242. }
  243. #customerTreeView{
  244. position: absolute;
  245. left: 15px;
  246. width: 97%;
  247. top: 32px;
  248. background-color: #fff;
  249. z-index: 4;
  250. max-height: 256px;
  251. overflow-y: auto;
  252. }
  253. .office-title{
  254. width: 8.4%;
  255. }