No Description

addZhiShiKu.css 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .m-kuang {
  2. width: 80%;
  3. background-color: #FFF;
  4. background-image: none;
  5. border: 1px solid #ccc;
  6. border-radius: 1px;
  7. color: inherit;
  8. padding: 6px 12px;
  9. outline: none;
  10. vertical-align: middle;
  11. }
  12. table th {
  13. width: 20%;
  14. text-align: right;
  15. border-top: 0!important;
  16. }
  17. table td {
  18. border-top: 0!important;
  19. }
  20. .daoHang {
  21. border-bottom: 1px solid #ccc;
  22. }
  23. .content {
  24. margin-top: 15px;
  25. }
  26. .inps {
  27. width: 95%;
  28. height: 30px;
  29. outline: none;
  30. border: 0;
  31. border-image-width: 0;
  32. padding: 0;
  33. padding-left: 3px;
  34. }
  35. .inpBox {
  36. border: 1px solid #ccc;
  37. height: 32px;
  38. width: 80%;
  39. display: inline-block;
  40. position: relative;
  41. vertical-align: middle;
  42. }
  43. .xl {
  44. display: inline-block;
  45. background: url(../../img/dropDown.png) no-repeat;
  46. height: 100%;
  47. background-position: center center;
  48. width: 20px;
  49. position: absolute;
  50. right: 0;
  51. top: 0px;
  52. /* background-color: #f7bc8b; */
  53. cursor: pointer;
  54. }
  55. .addTree {
  56. background: #fff;
  57. position: absolute;
  58. width: 100%;
  59. border: 1px solid darkgrey;
  60. right: 0;
  61. top: 32px;
  62. display: none;
  63. z-index: 9999;
  64. }