28 lines
831 B
CSS
28 lines
831 B
CSS
.btn.btn-primary.excel{margin-left: 8px}
|
|
.form-group.col-sm-7.col-lg-4.col-xs-12 .btn{float: right}
|
|
.time{width: 30%;float: left;}
|
|
.search-select{width: 70%;float: left;}
|
|
|
|
/*会员详情*/
|
|
.input-group-btn .btn.btn-primary{
|
|
padding: 4px 12px;
|
|
box-sizing: border-box;
|
|
margin: 0 !important;
|
|
}
|
|
/*会员关系设置*/
|
|
.input-group{border:none;}
|
|
.input-group .input-group-addon{background:#fff; width: 200px;
|
|
text-align: left;}
|
|
.input-group-addon .radio-inline{margin-top:-3px;}
|
|
|
|
|
|
.row .input-group{margin-left: 0 !important;}
|
|
|
|
/*会员等级设置*/
|
|
#member-level .input-group .input-group-addon {
|
|
border-radius: 2px;
|
|
border:1px solid #d2d6de !important;
|
|
background-color: #fff;
|
|
}
|
|
#member-level .input-group{margin-left: 0 !important;}
|
|
#member-level .btn.btn-default{margin-left: 10px !important;} |