Nav apraksta

shiTiManger.css 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .clearfix:after {
  2. content: "";
  3. display: block;
  4. clear: both;
  5. }
  6. select{
  7. padding: 2px;
  8. height: 28px;
  9. border: 1px solid #ebebeb;
  10. color: #1ab394;
  11. outline: none;
  12. vertical-align: middle;
  13. }
  14. /*top部分开始*/
  15. .top {
  16. background: #f3f3f4;
  17. height: 60px;
  18. padding: 10px 20px;
  19. }
  20. .topCon {
  21. float: right;
  22. margin-right: 45px;
  23. }
  24. .topCon select {
  25. padding: 2px;
  26. height: 28px;
  27. border: 1px solid #ebebeb;
  28. color: #1ab394;
  29. outline: none;
  30. vertical-align: middle;
  31. }
  32. .topCon input {
  33. width: 128px;
  34. padding: 2px 2PX 2PX 10PX;
  35. height: 28px;
  36. border: 1px solid #ebebeb;
  37. color: #1ab394;
  38. outline: none;
  39. vertical-align: middle;
  40. }
  41. .topCon .btn,.anniu .btn{
  42. background: #1ab394;
  43. color: #fff;
  44. padding: 3px 10px;
  45. outline: none;
  46. font-size: 12px;
  47. }
  48. /*top部分结束*/
  49. .wrap {
  50. width: 100%;
  51. padding: 0 10px;
  52. }
  53. .wrap>div.tbleft {
  54. float: left;
  55. width: 30%;
  56. }
  57. .wrap>div.tbright {
  58. float: right;
  59. width: 69%;
  60. overflow-x: auto;
  61. }
  62. .anniu .btn{
  63. margin-bottom: 10px;
  64. padding: 5px 10px;
  65. }
  66. /*模态框*/
  67. .model{
  68. position: fixed;
  69. top: 0;
  70. right: 0;
  71. bottom: 0;
  72. left: 0;
  73. height: 100%;
  74. width: 100%;
  75. background: rgba(0, 0, 0, 0.48);
  76. z-index: 100;
  77. display: none;
  78. }
  79. .box >input{
  80. display: block;
  81. height: 34px;
  82. padding: 6px 12px;
  83. font-size: 14px;
  84. line-height: 1.42857143;
  85. color: #555;
  86. background-color: #fff;
  87. background-image: none;
  88. border: 1px solid #ccc;
  89. border-radius: 4px;
  90. margin: 35px auto;
  91. }
  92. .baocun{
  93. background: #1ab394;
  94. color: #fff;
  95. }
  96. .box{
  97. width: 300px;
  98. margin: 65px auto;
  99. padding: 26px 0;
  100. text-align: center;
  101. background: #fff;
  102. }
  103. .rightBox{
  104. width: 50%;
  105. background: #fff;
  106. margin: 0 auto;
  107. padding-bottom: 5px;
  108. margin-top: 25px;
  109. }
  110. .rightBox .btop{
  111. height: 35px;
  112. background: #1ab394;
  113. color: #fff;
  114. line-height: 35px;
  115. padding: 0 15px;
  116. margin-bottom: 15px;
  117. }
  118. .rightBox .btop p.rbtl{
  119. float: left;
  120. margin: 0;
  121. }
  122. .rightBox .btop p.rbtr{
  123. float: right;
  124. cursor: pointer;
  125. margin: 0;
  126. font-size: 20px;
  127. }
  128. .xuanze,.stbt{
  129. padding: 0 15px;
  130. }
  131. .xuanze .fenlei{
  132. float: left;
  133. }
  134. .xuanze .leixing{
  135. float: right;
  136. }
  137. .stbt textarea{
  138. width: 89%;
  139. vertical-align: middle;
  140. border: 1px solid #ebebeb;
  141. }
  142. .stxx{
  143. margin-top: 20px;
  144. display: none;
  145. }