sku_index.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. /*添加套装*/
  2. .new_suit{
  3. float: left;
  4. width: 100%;
  5. height: 50px;
  6. line-height: 50px;
  7. margin-top: 20px;
  8. }
  9. .new_suit_a{
  10. height: 50px;
  11. text-align: center;
  12. }
  13. .new_suit_b{
  14. width: 120px;
  15. height: 100%;
  16. background: white;
  17. border-radius: 5px;
  18. border: 1px solid #cecdd0;
  19. }
  20. .new_suit_img{
  21. float: left;
  22. margin-left: 20px;
  23. margin-right: 5px;
  24. margin-bottom: 30px;
  25. }
  26. .new_suit_b:hover{
  27. background: #d3e0e6;
  28. }
  29. .suit_title{
  30. float: left;
  31. font-weight:bold;
  32. height: 80px;
  33. text-align: center;
  34. line-height: 80px;
  35. font-size: 20px;
  36. color: #34373c;
  37. }
  38. .suit_title:hover{
  39. color: #40ace6
  40. }
  41. .suit_title_text{
  42. float: left;
  43. }
  44. .suit_title_ico{
  45. float: left;
  46. margin-left: 20px;
  47. }
  48. /*新增规则*/
  49. .add_rule{
  50. height: 100%;
  51. text-align: right;
  52. }
  53. .add_rule_a{
  54. border-radius: 5px;
  55. width: 100px;
  56. line-height: 32px;
  57. float: right;
  58. margin-top: 30px;
  59. border: 1px solid #cecdd0;
  60. }
  61. .add_rule_title{
  62. float: left;
  63. margin-right: 5px;
  64. }
  65. .rule_{
  66. width: 10%;
  67. height: 55px;
  68. text-align: center;
  69. border-left: 1px solid #e4e7e9;
  70. float: left;
  71. font-size: 90%;
  72. border-bottom: 1px solid #e4e7e9;
  73. padding-top: 10px;
  74. }
  75. .rule_one{
  76. float: left;
  77. width: 100%;
  78. border-right: 1px solid #e4e7e9;
  79. }
  80. .rule_one:hover{
  81. background: #f8f8f8;
  82. }
  83. .rule_one>.rule_>div>img{
  84. display: none;
  85. }
  86. .rule_one:hover>.rule_>div>img{
  87. display: block;
  88. }
  89. .rule_hr{
  90. color: #333;
  91. font-size: 14px;
  92. font-weight:bold;
  93. }
  94. .add_rule_a:hover{
  95. background: #3b99d8;
  96. color: white;
  97. }
  98. .add_rule_a:hover >.icon_img>img{
  99. content: url("../img/Add_select@2x.png");
  100. }
  101. .icon_img{
  102. margin-right: 5px;
  103. float: left;
  104. margin-left: 10px;
  105. }
  106. .rule_operate{
  107. margin-top: 10px;
  108. width:50%;
  109. float: left;
  110. }
  111. /*.suit_title:hover>div>img{
  112. content: url("../img/drop_down_box_Selected@2x.png");
  113. }*/
  114. .suit_{
  115. float: left;
  116. width: 100%;
  117. }
  118. .theme-popover-mask {
  119. z-index: 9998;
  120. position: fixed;
  121. top: 0;
  122. left: 0;
  123. width: 100%;
  124. height: 100%;
  125. background: #000;
  126. opacity: 0.4;
  127. filter: alpha(opacity=40);
  128. display: none;
  129. }
  130. .theme-popover {
  131. z-index: 9999;
  132. position: fixed;
  133. top: 200px;
  134. left: 50%;
  135. width: 660px;
  136. margin: -180px 0 0 -330px;
  137. border-radius: 5px;
  138. border: solid 2px #666;
  139. background-color: #fff;
  140. display: none;
  141. box-shadow: 0 0 10px #666;
  142. }
  143. .theme-poptit {
  144. border-bottom: 1px solid #ddd;
  145. padding: 0 12px;
  146. position: relative;
  147. }
  148. .theme-poptit .close {
  149. float: right;
  150. color: #999;
  151. padding: 5px;
  152. margin: -2px -5px -5px;
  153. font: bold 14px/14px simsun;
  154. text-shadow: 0 1px 0 #ddd;
  155. }
  156. .closes {
  157. left: 190px;
  158. background: white;
  159. color: black;
  160. border: solid 1px #dddddd;
  161. }
  162. .ipt {
  163. border: solid 1px #d2d2d2;
  164. border-radius: 2px;
  165. box-shadow: inset 0 1px 0 #f8f8f8;
  166. background-color: #fff;
  167. padding: 4px 6px;
  168. line-height: 21px;
  169. color: #555;
  170. width: 250px;
  171. vertical-align: baseline;
  172. }
  173. .btn_form{
  174. padding: 0 100px;
  175. }
  176. .theme-signin{
  177. margin-top: 20px;
  178. }
  179. h3{
  180. margin-bottom: 20px;
  181. font-size: 19px;
  182. }
  183. .ipt_condition {
  184. border: solid 1px #d2d2d2;
  185. border-radius: 2px;
  186. box-shadow: inset 0 1px 0 #f8f8f8;
  187. background-color: #fff;
  188. padding: 4px 6px;
  189. line-height: 21px;
  190. width: 220px;
  191. color: #555;
  192. vertical-align: baseline;
  193. }
  194. .condition_one{
  195. float: left;
  196. width: 50%;
  197. height: 40px;
  198. }
  199. .rule_input{
  200. width: 90%;
  201. height: 90%;
  202. border: 1px solid #40ace6;
  203. border-radius: 3px;
  204. display: none;
  205. text-align: center;
  206. }
  207. .rule_save_div{
  208. width:100%;
  209. height:100%;
  210. display: none;
  211. }
  212. .rule_save{
  213. width: 60px;
  214. margin: 0 auto;
  215. margin-top: 5px;
  216. line-height: 36px;
  217. height: 36px;
  218. border-radius: 3px;
  219. border: solid 1px #dddddd;
  220. }
  221. .rule_save:hover{
  222. background: #3b99d8;
  223. color: white;
  224. }