ZZDianXin_UI - 郑州电信 演示

contactsAddModify.css 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. ul li {
  2. float: initial;
  3. list-style: none;
  4. }
  5. .common {
  6. width: 100%;
  7. text-align: center;
  8. padding: 10px 15px;
  9. }
  10. .common table {
  11. width: 100%;
  12. }
  13. .common table th {
  14. padding: 5px 8px 5px 0;
  15. text-align: right;
  16. /* width: 20%;*/
  17. }
  18. .common table td {
  19. padding: 6px 0 5px 10px;
  20. text-align: left;
  21. color: #717171;
  22. line-height: 200%;
  23. }
  24. #addNote {
  25. width: 1000px;
  26. }
  27. .inpBox {
  28. border: 1px solid #a9a9a9;
  29. height: 32px;
  30. width: 100%;
  31. display: inline-block;
  32. position: relative;
  33. vertical-align: middle;
  34. }
  35. .inps1,.inps2,.inps3,
  36. .inps4,.inps5,.inps6 {
  37. width: 100%;
  38. height: 30px;
  39. outline: none;
  40. border: 0;
  41. border-image-width: 0;
  42. padding: 0;
  43. padding-left: 3px;
  44. }
  45. .drop-down {
  46. display: inline-block;
  47. background: url(../../img/dropDown.png) no-repeat;
  48. height: 100%;
  49. background-position: center center;
  50. width: 20px;
  51. position: absolute;
  52. right: 0;
  53. top: 0px;
  54. background-color: #f7bc8b;
  55. cursor: pointer;
  56. }
  57. .drop-down:hover {
  58. background-color: #e6d523;
  59. }
  60. .add-tree {
  61. background: #fff;
  62. position: absolute;
  63. width: 100%;
  64. border: 1px solid darkgrey;
  65. right: 0;
  66. top: 30px;
  67. display: none;
  68. /*height: 220px;*/
  69. overflow-y: auto;
  70. z-index: 10;
  71. text-align: center;
  72. }
  73. .add-tree .list li:hover{
  74. background: #ebebeb;
  75. color: #717171;
  76. }
  77. .ztree li {
  78. width: 100%;
  79. overflow: hidden;
  80. white-space: nowrap;
  81. text-overflow: ellipsis;
  82. }