edit.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. .header
  2. {
  3. height: 50px;
  4. }
  5. .header .nav li
  6. {
  7. line-height: 50px;
  8. }
  9. .header .nav li.active
  10. {
  11. text-decoration: none;
  12. }
  13. .login-btn
  14. {
  15. cursor:pointer;
  16. }
  17. .index .service-item, .index .device-item
  18. {
  19. margin-right: 0px;
  20. margin-left: 100px;
  21. margin-bottom: 25px;
  22. line-height: 20px;
  23. }
  24. .index .service-list, .index .device-list
  25. {
  26. margin:0 auto;
  27. margin-bottom:60px;
  28. }
  29. .equip .tabs
  30. {
  31. border:0px;
  32. margin-top:0px;
  33. }
  34. .system h3
  35. {
  36. margin-bottom: 0px;
  37. }
  38. .equip-top
  39. {
  40. margin-bottom: 20px;
  41. }
  42. .equip .box .right .all-info
  43. {
  44. margin-bottom: 40px;
  45. margin-right:20px;
  46. display:inline;
  47. }
  48. .equip .box .right
  49. {
  50. width:340px;
  51. }
  52. #device_data
  53. {
  54. margin-top: 20px;
  55. }
  56. /*
  57. .equip .box .right
  58. {
  59. width: auto;
  60. float:none;
  61. }
  62. .equip .box .right .all-info
  63. {
  64. margin-bottom: 40px;
  65. display: block;
  66. float: left;
  67. margin-left: 20px;
  68. }
  69. .btn, .equip-info .name, .list .item, .device_setting
  70. {
  71. cursor:pointer;
  72. }
  73. #device_data .item
  74. {
  75. margin-left:20px;
  76. width:130px;
  77. }
  78. */
  79. .business-cavs input
  80. {
  81. width: 143px;
  82. height: 28px;
  83. line-height: 28px;
  84. border: 1px #e0e0e0 solid;
  85. text-indent: 10px;
  86. border-radius: 0;
  87. color: #999;
  88. font-family: 'yh-light';
  89. background-color: #fff;
  90. font-size: 14px;
  91. appearance: none;
  92. -moz-appearance: none;
  93. -webkit-appearance: none;
  94. padding-right: 24px;
  95. margin-right: 10px;
  96. cursor:pointer;
  97. }
  98. .equip .tabs
  99. {
  100. margin-left:10%;
  101. }
  102. .system
  103. {
  104. }
  105. .area
  106. {
  107. margin-bottom: 0px;
  108. margin-top: 10px;
  109. }
  110. .index .prompt
  111. {
  112. margin:0 auto 40px;
  113. margin-top:30px;
  114. }
  115. .news-title
  116. {
  117. }
  118. .submit-btn
  119. {
  120. cursor:pointer;
  121. }
  122. .equip-info .item
  123. {
  124. margin: 0 60px;
  125. }
  126. .index .device-list
  127. {
  128. width: 100%;
  129. }
  130. .wx-header h3
  131. {
  132. padding: 30px 0 40px 0;
  133. }
  134. .wx-buyer
  135. {
  136. display: none;
  137. }
  138. .footer
  139. {
  140. margin-top:80px;
  141. }
  142. .news
  143. {
  144. min-height: 560px;
  145. border: none;
  146. }
  147. .container
  148. {
  149. min-height: 560px;
  150. }
  151. .wx-header
  152. {
  153. background-color:#fff;
  154. }
  155. .wx
  156. {
  157. background-color:#fff;
  158. }
  159. #download
  160. {
  161. margin-left:270px;
  162. margin-top:10px;
  163. }
  164. #download a
  165. {
  166. color:red;
  167. text-align: center;
  168. }
  169. .content-slide
  170. {
  171. line-height: 30px;
  172. text-indent: 2em;
  173. height: 100%;
  174. margin-top: 30px;
  175. }
  176. .content-slide img
  177. {
  178. width:100%;
  179. max-width:640px;
  180. margin-top:20px;
  181. }
  182. .set_code_list
  183. {
  184. width:400px;
  185. margin:0 auto;
  186. margin-bottom: 20px;
  187. }
  188. .set_code_list input
  189. {
  190. border:1px solid #bababa;
  191. padding:2px;
  192. }