12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .goods-info { margin: 10px 24px; background: #eee; }
- .send-goods { padding: 10px; padding-right: 0; width: 40%; }
- .deliver-goods { padding: 10px; width: 45%;}
- .goods-info li { line-height: 20px; }
- .confim-goods { display: inline-block; padding: 8px 40px; background: #15ae68; color: #fff; border-radius: 4px; }
- .sale-title { padding-left: 10px; font-size: 18px; }
- .sale-table { padding: 0 10px; }
- .sale-table th, .sale-table td { padding: 4px; border: 1px solid #ccc; }
- .sale-table th { background: #eee; }
- .sale-table input { outline: none; }
- .sale-num { text-align: center; }
- .add-img { color: #ccc; }
- .add-img span { display: inline-block; padding-bottom: 6px; width: 56px; line-height: 50px; text-align: center; font-weight: normal; font-size: 50px; border: 1px solid #ccc; }
- .sale-table td span { color: #ccc; }
- .relate-goods { text-decoration: underline; }
- .layer-relate { padding: 0 10px; display: none; width: 800px; height: 400px; }
- .layer-filter { margin: 10px 0; }
- .layer-filter span { line-height: 30px; }
- .layer-filter .diy_select { margin: 0 30px 0 10px; }
- .layer-relate .checkbox-inline input { margin-top: -6px; }
- .relate-num { padding-left: 3px; width: 80px; height: 20px; outline: none; }
- .student-list { margin: 10px; }
- .student-list div { font-size: 18px; font-weight: bold; }
- .sale-submit { text-align: center; }
- .sale-submit button { font-size: 14px; padding: 6px 50px; }
- .layer-edit { padding: 10px; display: none; }
- td.lose { background: #f00; color: #fff; }
- .get-status em {margin-right: 10px; display: inline-block; width: 20px; height: 20px; color: #fff; border-radius: 50%; }
- .get-status em.more{background: green;}
- .get-status em.less{background: #f00;}
- .get-status em.same{background: #000;}
- .leader-tabs{margin:10px 10px -1px;}
- .leader-tabs ul{margin-bottom:0; background: #eee;}
- .leader-tabs li{padding:0 20px; border-right:1px solid #ccc;cursor: pointer;}
- .leader-tabs li:last-child{border:0;}
- .layui-tab-title{line-height: 36px; }
- .layui-tab-title i{margin-right: 10px;display: inline-block;vertical-align: middle;}
- .icon-xuanzhong{color: #15ae68}
- .icon-jiantou2{font-size: 20px!important; color: #f40;}
- .icon-unselected{color: gray}
- .leader-tabs li.leader-this{background: #aaa; color: #fff;}
- .leader-this .icon-xuanzhong,.leader-this .icon-jiantou2,.leader-this .icon-unselected{color: #fff}
- .leader-tabs .layui-tab-content{border:1px solid #ccc;}
- .leader-tabs .layui-tab-item {padding:10px;display: none;}
- .leader-tabs .layui-tab-item.layui-show{display: block;}
- .leader-tabs .layui-tab-item span{margin-right:100px;}
- /*问调表样式*/
- #survey-form{padding-left: 100px;display: none;}
- #survey-form h3{font-weight: bold;margin:10px auto;text-align: center;font-size:18px;}
- #survey-form p{font-size:16px;margin:10px 0;padding:0;}
- #survey-form p .red{color:red}
- #survey-form label{display: block;padding-left:20px;margin:16px 0;}
|