123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- /*添加套装*/
- .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;
- }
-
|