user.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. body, html { min-width: 1200px; /* height: 100%; */ background: #f1f1f1; }
  2. body { /* background: #f1f1f1; */ }
  3. .pc_wrap { position: absolute; width: 100%; height: 100%; background: #fff; left: 0; top: 0; }
  4. /*用户管理*/
  5. .Usermanage { }
  6. .PublicHead { position: fixed; height: 60px; background: #fe7844; padding: 0 2%; width: 96%; z-index: 11; left: 0; }
  7. .PublicHead .leftBox { line-height: 60px; display: inline-block; float: left; }
  8. .PublicHead .leftBox > div { display: inline-block; }
  9. .PublicHead .leftBox i { font-size: 23px; vertical-align: middle; color: #fff; margin: 0 20px; }
  10. .PublicHead .leftBox .companyLogo { width: 98px; height: 40px; background: #fff; margin: 10px 0; float: left; }
  11. .PublicHead .leftBox .companyLogo img { width: 100%; }
  12. .PublicHead .leftBox .companyText { font-weight: bold; font-size: 18px; color: #fff; margin: 0 0 0 20px; }
  13. .PublicHead .RightBox { display: inline-block; float: right; }
  14. .PublicHead .RightBox .UserPhotoBox { display: inline-block; margin: 6.5px 25px; vertical-align: middle; }
  15. .PublicHead .RightBox .UserPhotoBox .UserPic { width: 47px; height: 47px; overflow: hidden; border-radius: 50%; display: inline-block; vertical-align: middle; }
  16. .PublicHead .RightBox .UserPhotoBox .UserPic img { width: 100%; }
  17. .PublicHead .RightBox .UserPhotoBox .UserName { display: inline-block; color: #fff; vertical-align: middle; }
  18. .PublicHead .RightBox .dropOutBox { display: inline-block; vertical-align: middle; cursor: pointer; }
  19. .PublicHead .RightBox .dropOutBox i, span { vertical-align: middle; }
  20. .PublicHead .RightBox .dropOutBox i { color: #fff; font-size: 24px; }
  21. .PublicHead .RightBox .dropOutBox span { color: #fff; }
  22. .PublicDownWhole { height: 600px; position: relative; padding: 0 0 0 0; }
  23. .PublicDownWhole .leftBox { display: inline-block; width: 13%; background: #fff; height: 100%; position: fixed; left: 0; /* top: 60px; */ float: left; z-index: 1; }
  24. .PublicDownWhole .leftBox ul { padding: 11% 0; height: 100%; }
  25. .PublicDownWhole .leftBox ul li { width: 100%; height: 45px; line-height: 45px; font-size: 15px; color: #000; cursor: pointer; white-space: nowrap; }
  26. .PublicDownWhole .leftBox ul li i { font-size: 16px; vertical-align: middle; margin: 0 0 0 22%; }
  27. .PublicDownWhole .leftBox ul li span { vertical-align: middle; margin: 0 0 0 8px; font-size: 15px; }
  28. .PublicDownWhole .leftBox ul li:hover { background: #fe7844; transition: all ease .3s; }
  29. .PublicDownWhole .leftBox ul li:hover i { color: #fff; }
  30. .PublicDownWhole .leftBox ul li:hover span { color: #fff; }
  31. .PublicDownWhole .leftBox ul li.Select { background: #fe7844; transition: all ease .3s; }
  32. .PublicDownWhole .leftBox ul li.Select i { color: #fff; }
  33. .PublicDownWhole .leftBox ul li.Select span { color: #fff; }
  34. .PublicDownWhole .RightBox { display: inline-block; position: relative; left: 13%; background: #f1f1f1; height: 600px; width: 83%; float: left; padding: 2%; vertical-align: top; overflow: auto}
  35. /*右侧盒子公用样式*/
  36. .PublicContentBox { }
  37. .PublicPointToAgeText { padding: 0 0 2% 0; /* background: #f1f1f1; */ font-weight: bold; }
  38. .PublicPointToAgeText span { color: #000; font-size: 15px; }
  39. .PublicPointToAgeText .span1 { margin: 0 10px 0 0; }
  40. .PublicPointToAgeText .span2 { }
  41. .InquireBox { height: 45px; background: #fff; width: 100%; margin: 0 0 2% 0; }
  42. .InquireBox .InquireleftBox { display: inline-block; float: left; margin: 9px; }
  43. .InquireBox .InquireleftBox .Text { color: #000; display: inline-block; vertical-align: middle; }
  44. .InquireBox .InquireleftBox .InputDiv { display: inline-block; border: 1px solid #ccc; height: 25px; vertical-align: middle; position: relative; }
  45. .InquireBox .InquireleftBox .InputDiv i { position: absolute; top: 50%; right: 10px; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); transform: translate(0,-50%); font-size: 14px; }
  46. .InquireBox .InquireleftBox .InputDiv .phoneInput { line-height: 25px; padding: 0px 10px; width: 190px; height: 100%; }
  47. .InquireBox .InquireleftBox .InputDiv .phoneInput::-webkit-input-placeholder { color: #ccc; }
  48. .PublicBtnIcon { display: inline-block; color: #fff; padding: 3px 10px; margin: 10px; cursor: pointer; }
  49. .PublicBtnIcon i { vertical-align: middle; }
  50. .PublicBtnIcon span { vertical-align: middle; }
  51. .fr { float: right; }
  52. .Color1Btn { background: #fd4c4c; }
  53. .Color1Btn:hover { background: #ff0000; transition: all ease .3s; }
  54. .Color2Btn { background: #4f90f1; }
  55. .Color2Btn:hover { background: #196eec; transition: all ease .3s; }
  56. .Color3Btn { background: #35a097; }
  57. .Color3Btn:hover { background: #009688; transition: all ease .3s; }
  58. /*.Color4Btn { background: #976bec; }
  59. .Color4Btn:hover { background: #7c44e8; transition: all ease .3s; }
  60. #fd4c4c*/
  61. .Color4Btn { background: #fd4c4c; }
  62. .Color4Btn:hover { background: #ff0000; transition: all ease .3s; }
  63. .Color5Btn { background: #fe7844; }
  64. .Color5Btn:hover { background: #fd5b1c; transition: all ease .3s; }
  65. .headbox { border-bottom: 1px solid #ccc; }
  66. .headboxtext { display: inline-block; }
  67. .headboxtext span { color: #000; font-size: 15px; }
  68. .headboxtext .span1 { margin: 0 0 0 10px; }
  69. .InquireTableBox { background: #fff; }
  70. .InquireSelectTable { margin: 20px 10px 0 10px; overflow: auto; }
  71. .PublicTableCss { border-collapse: collapse; border-spacing: 0; border: 1px solid #ccc; }
  72. .PublicTableCss thead { background: #e2e2e2; }
  73. .PublicTableCss thead tr { }
  74. .PublicTableCss thead tr td { max-width: 135px; padding: 10px 15px; text-align: center; font-weight: bold; position: relative; white-space: nowrap; }
  75. .PublicTableCss thead tr td::before { position: absolute; content: ""; right: 0.5px; top: 50%; width: 1px; height: 70%; background: #fff; -webkit-transform: translate(0%,-50%); -moz-transform: translate(0%,-50%); -ms-transform: translate(0%,-50%); -o-transform: translate(0%,-50%); transform: translate(0%,-50%); }
  76. .PublicTableCss thead tr td:last-child::before { display: none; }
  77. .PublicTableCss tbody { }
  78. .PublicTableCss tbody tr { border-bottom: 1px solid #ccc; }
  79. .PublicTableCss tbody tr:hover { background: #f3f3f3; transition: all ease .3s; }
  80. .PublicTableCss tbody tr td { max-width: 400px; padding: 5px 15px; text-align: center; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  81. /*.PublicTableCss tbody tr td::before { position: absolute; content: ""; right: 0.5px; top: 4px; width: 1px; height: 70%; background: #ccc; }*/
  82. .PublicTableCss tbody tr td::before { position: absolute; content: ""; right: 0.5px; top: 50%; width: 1px; height: 70%; background: #ccc; -webkit-transform: translate(0%,-50%); -moz-transform: translate(0%,-50%); -ms-transform: translate(0%,-50%); -o-transform: translate(0%,-50%); transform: translate(0%,-50%); }
  83. .PublicTableCss tbody tr td:last-child::before { display: none; }
  84. .PublicTableCss tbody tr td .productImgBox { width: 65px; height: 65px; overflow: hidden; margin: auto; }
  85. .PublicTableCss tbody tr td .productImgBox img { width: 100%; }
  86. .PublicTableBtnIcon { display: inline-block; color: #fff; padding: 3px 10px; cursor: pointer; }
  87. .PublicTableBtnIcon i { vertical-align: middle; }
  88. .PublicTableBtnIcon span { vertical-align: middle; }
  89. .PageNumber { padding: 20px 10px 20px 0; text-align: right; position: relative; }
  90. .LeftArrow, .RightArrow { font-size: 14px; padding: 5px 10px; color: #647686; padding: 0 12px; cursor: pointer; line-height: 30px; }
  91. .LeftArrow { border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; float: left; height: 30px; }
  92. .RightArrow { border-left: 0px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; float: right; }
  93. .LeftArrow:hover { color: #fff; background: #fe7844; border: 1px solid #fe7844; }
  94. .RightArrow:hover { color: #fff; background: #fe7844; border: 1px solid #fe7844; border-left: 0; }
  95. .NumbersBox { display: inline-block; }
  96. .NumbersBox ul { display: inline-block; }
  97. .NumbersBox ul li { display: inline-block; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; float: left; padding: 0px 12px; color: #000; height: 30px; line-height: 30px; }
  98. .NumbersBox ul li:hover { color: #fff; background: #fe7844; transition: all ease .4s; -webkit-transition: all ease .4s; -moz-transition: all ease .4s; -ms-transition: all ease .4s; -o-transition: all ease .4s; cursor: pointer; border-right: 1px solid #fe7844; border-top: 1px solid #fe7844; border-bottom: 1px solid #fe7844; }
  99. .NumbersBox ul li.Select { color: #fff; background: #fe7844; transition: all ease .4s; -webkit-transition: all ease .4s; -moz-transition: all ease .4s; -ms-transition: all ease .4s; -o-transition: all ease .4s; cursor: pointer; border-right: 1px solid #fe7844; border-top: 1px solid #fe7844; border-bottom: 1px solid #fe7844; }
  100. /*添加用户浮层*/
  101. .PublicFloatBox { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); z-index: 999; display: none; overflow:auto; -webkit-overflow-scrolling:touch; }
  102. .kongfx { padding: 50px 0; position: absolute;left: 50%; -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -ms-transform: translate(-50%,0%); -o-transform: translate(-50%,0%); transform: translate(-50%,0%); }
  103. .f_MiddleBox { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); background: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; /* overflow: hidden; */ }
  104. .f_Head { height: 50px; background: #fe7844; position: relative; color: #fff; padding: 0 10px; line-height: 50px; }
  105. .f_Head span { font-size: 15px; }
  106. .f_Head i { font-size: 22px; cursor: pointer; }
  107. .wid400 { width: 400px; }
  108. .wid260 { width: 260px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; overflow: hidden; }
  109. .f_content { background: #fff; padding: 25px 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
  110. .f_alonediv { margin: 0 0 25px 0; position: relative; }
  111. .f_alone_name { text-align: right; width: 80px; display: inline-block; }
  112. .f_alone_input { display: inline-block; border: 1px solid #ccc; height: 25px; vertical-align: middle; display: inline-block; }
  113. .f_alone_input1 { display: inline-block; vertical-align: middle; width: 275px; margin: 20px 0 0 0; }
  114. .uploadimg { line-height: 25px; width: 275px; }
  115. .f_p_input { line-height: 25px; padding: 0px 10px; width: 255px; }
  116. .f_pormat { color: #ff0000; font-size: 12px; position: absolute; bottom: -20px; left: 85px; }
  117. .f_someText { padding: 0 10px; margin: 0 0 15px 0; }
  118. .f_someText i, span { vertical-align: middle; }
  119. .f_someText i { font-size: 22px; }
  120. .f_someText span { }
  121. .f_pormatBtn { float: right; }
  122. .f_pormatBtn1, .f_pormatBtn2 { width: 70px; height: 35px; text-align: center; color: #fff; line-height: 35px; display: inline-block; cursor: pointer; float: left; margin: 0 10px 0 0; }
  123. .f_pormatBtn1 { background: #fe7844; }
  124. .f_pormatBtn1:hover { background: #ff520f; transition: all ease .3s; }
  125. .f_pormatBtn2 { background: #a8a8a8; }
  126. .f_pormatBtn2:hover { background: #868686; transition: all ease .3s; }
  127. .publicf_btn { }
  128. .publicf_btn1, .publicf_btn2 { width: 70px; height: 35px; text-align: center; color: #fff; line-height: 35px; display: inline-block; cursor: pointer; /* margin: 0 10px 0 0; */ }
  129. .publicf_btn1 { background: #fe7844; }
  130. .publicf_btn1:hover { background: #ff520f; transition: all ease .3s; }
  131. .publicf_btn2 { background: #a8a8a8; }
  132. .publicf_btn2:hover { background: #868686; transition: all ease .3s; }
  133. /*返回顶部*/
  134. .back-to-top { display: none; width: 40px; height: 40px; text-align: center; color: white; position: fixed; border-radius: 50%; bottom: 20px; right: 12px; background-color: #3b5998; z-index: 10000; }
  135. .back-to-top i { font-size: 37px; }
  136. .back-to-top:hover { color: white; background-color: #000; transition: all .5s; }