/*添加套装*/ .new_suit{ float: left; width: 100%; height: 50px; line-height: 50px; margin-top: 20px; } .new_suit_a{ height: 50px; text-align: center; } .new_suit_b{ width: 120px; height: 100%; background: white; border-radius: 5px; border: 1px solid #cecdd0; } .new_suit_img{ float: left; margin-left: 20px; margin-right: 5px; margin-bottom: 30px; } .new_suit_b:hover{ background: #d3e0e6; } .suit_title{ float: left; font-weight:bold; height: 80px; text-align: center; line-height: 80px; font-size: 20px; color: #34373c; } .suit_title_text{ float: left; } .suit_title_ico{ float: left; margin-left: 20px; } /*新增规则*/ .add_rule{ height: 100%; text-align: right; } .add_rule_a{ border-radius: 5px; width: 100px; line-height: 32px; float: right; margin-top: 30px; border: 1px solid #cecdd0; } .add_rule_title{ float: left; margin-right: 5px; } .rule_{ width: 10%; height: 55px; text-align: center; border-left: 1px solid #e4e7e9; float: left; font-size: 90%; border-bottom: 1px solid #e4e7e9; padding-top: 10px; } .rule_one{ float: left; width: 100%; border-right: 1px solid #e4e7e9; } .rule_one:hover{ background: #f8f8f8; } .rule_one>.rule_>div>img{ display: none; } .rule_one:hover>.rule_>div>img{ display: block; } .rule_hr{ color: #333; font-size: 14px; font-weight:bold; } .add_rule_a:hover{ background: #3b99d8; color: white; } .add_rule_a:hover >.icon_img>img{ content: url("../img/Add_select@2x.png"); } .icon_img{ margin-right: 5px; float: left; margin-left: 10px; } .rule_operate{ margin-top: 10px; width:50%; float: left; } /*.suit_title:hover>div>img{ content: url("../img/drop_down_box_Selected@2x.png"); }*/ .suit_{ float: left; width: 100%; } .theme-popover-mask { z-index: 9998; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.4; filter: alpha(opacity=40); display: none; } .theme-popover { z-index: 9999; position: fixed; top: 200px; left: 50%; width: 660px; margin: -180px 0 0 -330px; border-radius: 5px; border: solid 2px #666; background-color: #fff; display: none; box-shadow: 0 0 10px #666; } .theme-poptit { border-bottom: 1px solid #ddd; padding: 0 12px; position: relative; } .theme-poptit .close { float: right; color: #999; padding: 5px; margin: -2px -5px -5px; font: bold 14px/14px simsun; text-shadow: 0 1px 0 #ddd; } .closes { left: 190px; background: white; color: black; border: solid 1px #dddddd; } .ipt { border: solid 1px #d2d2d2; border-radius: 2px; box-shadow: inset 0 1px 0 #f8f8f8; background-color: #fff; padding: 4px 6px; line-height: 21px; color: #555; width: 250px; vertical-align: baseline; } .btn_form{ padding: 0 100px; } .theme-signin{ margin-top: 20px; } h3{ margin-bottom: 20px; font-size: 19px; } .ipt_condition { border: solid 1px #d2d2d2; border-radius: 2px; box-shadow: inset 0 1px 0 #f8f8f8; background-color: #fff; padding: 4px 6px; line-height: 21px; width: 220px; color: #555; vertical-align: baseline; } .condition_one{ float: left; width: 50%; height: 40px; } .rule_input{ width: 90%; height: 90%; border: 1px solid #40ace6; border-radius: 3px; display: none; text-align: center; } .rule_save_div{ width:100%; height:100%; display: none; } .rule_save{ width: 60px; margin: 0 auto; margin-top: 5px; line-height: 36px; height: 36px; border-radius: 3px; border: solid 1px #dddddd; } .rule_save:hover{ background: #3b99d8; color: white; }