sku_index.css 3.6 KB

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