| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- .clearfix:after {
- content: "";
- display: block;
- clear: both;
- }
- .fl{
- float: left;
- }
- .pl{
- padding-left: 10px;
- }
- select{
- padding: 2px;
- height: 28px;
- border: 1px solid #ebebeb;
- color: #1ab394;
- outline: none;
- vertical-align: middle;
- }
- .input_{
- width: 128px;
- padding: 2px 2PX 2PX 10PX;
- height: 28px;
- border: 1px solid #ebebeb;
- color: #1ab394;
- outline: none;
- vertical-align: middle;
- }
- .btn{
- background: #1ab394;
- color: #fff;
- padding: 3px 10px;
- outline: none;
- font-size: 12px;
- margin-left: 15px;
- }
- .topBar{
- height: 30px;
- width: 100%;
- background: #1ab394;
- color: #fff;
- line-height: 30px;
- padding: 0 15px;
- }
- .leftCon{
- border-left: 1px solid #ebebeb;
- border-right: 1px solid #ebebeb;
- border-bottom: 1px solid #ebebeb;
- }
- .serBox{
- text-align: center;
- padding: 5px;
- }
- .fixed-table-container{
- border-radius: 0;
- -webkit-border-radius: 0;
- }
- .gn{
- border: 1px solid #ebebeb;
- border-left: none;
- border-right: none;
- padding: 10px;
- }
- .wjsz {
- padding: 10px;
- }
- .wjse_content{
- border:1px solid #CCCCCC;
- border-top: none;
- }
- /*表格*/
- .wjse_title{
- border: 1px solid #CCCCCC;
- border-top: none;
- }
- #title_table th{
- width: 85px;
- padding: 5px 8px 5px 0;
- color: #333;
- font-weight: 700;
- text-align: right;
- background: #f9f9f9;
- border-right: 1px dotted #cccccc;
- /* border-bottom: 1px dotted #cccccc;*/
- }
- #title_table tr{
- border-bottom: 1px dotted #cccccc;
- }
- #title_table td{
- padding-left: 10px;
- }
- /*表格2*/
- #bs_table td{
- padding: 10px;
- }
- .bom_bor{
- padding: 10px;
- height: 30px;
- padding-left: 8px;
- border-bottom: #A0A2AF 1px dotted;
- background-color: #E0ECFF;
- }
- /*增加*/
- .model{
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- height: 100%;
- width: 100%;
- background: rgba(0, 0, 0, 0.48);
- z-index: 100;
- /* display: none;*/
- }
- .rightBox {
- width: 50%;
- background: #fff;
- margin: 0 auto;
- padding-bottom: 5px;
- margin-top: 25px;
- }
- .add_title{
- height: 35px;
- background: #1ab394;
- color: #fff;
- line-height: 35px;
- padding: 0 15px;
- margin-bottom: 15px
- }
- textarea{
- width: 90%;
- vertical-align: middle;
- border: 1px solid #ebebeb
- }
- .wfc_top{
- padding: 0 15px;
- }
- .xzss p{
- padding: 5px;
- background: #1ab394;
- color: #fff;
- margin-top: 5px;
- padding-left: 15px;
- }
- .wj_content{
- padding: 0 15px;
- }
|