| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249 |
- .clearfix:after {
- content: "";
- display: block;
- clear: both;
- }
- select{
- padding: 2px;
- height: 26px;
- border: 1px solid #ebebeb;
- outline: none;
- vertical-align: middle;
- width: 100%;
- }
- /*top部分开始*/
- .top {
- background: #f3f3f4;
- height: 60px;
- padding: 10px 20px;
- }
- .topCon {
- float: right;
- margin-right: 45px;
- }
- .topCon select {
- padding: 2px;
- height: 28px;
- border: 1px solid #ebebeb;
- color: #1ab394;
- outline: none;
- vertical-align: middle;
- }
- .topCon input {
- width: 128px;
- padding: 2px 2PX 2PX 10PX;
- height: 28px;
- border: 1px solid #ebebeb;
- color: #1ab394;
- outline: none;
- vertical-align: middle;
- }
- .topCon .btn,.anniu .btn{
- background: #1ab394;
- color: #fff;
- padding: 3px 10px;
- outline: none;
- font-size: 12px;
- }
- /*top部分结束*/
- .wrap {
- width: 100%;
- padding: 0 10px;
- }
- .wrap>div.tbleft {
- float: left;
- width: 30%;
- }
- .wrap>div.tbright {
- float: right;
- width: 69%;
- overflow-x: auto;
- }
- .anniu .btn{
- margin-bottom: 10px;
- padding: 5px 10px;
- }
- .btn:hover{
- color: #fff!important;
- }
- /*模态框*/
- .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;
- }
- .box >input{
- display: block;
- height: 34px;
- padding: 6px 12px;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 4px;
- margin: 35px auto;
- }
- .baocun{
- background: #1ab394;
- color: #fff;
- }
- .box{
- width: 300px;
- margin: 65px auto;
- padding: 26px 0;
- text-align: center;
- background: #fff;
- }
- .leftBox {
- width: 30%;
- background: #fff;
- margin: 0 auto;
- padding-bottom: 5px;
- margin-top: 25px;
- }
- .rightBox{
- width: 30%;
- background: #fff;
- margin: 0 auto;
- padding-bottom: 5px;
- margin-top: 25px;
- }
- .btop{
- height: 35px;
- background: #1ab394;
- color: #fff;
- line-height: 35px;
- padding: 0 15px;
- margin-bottom: 15px;
- }
- .btop p.rbtl{
- float: left;
- margin: 0;
- }
- .btop p.rbtr{
- float: right;
- cursor: pointer;
- margin: 0;
- font-size: 20px;
- }
- .xuanze,.stbt{
- padding: 0 15px;
- }
- .xuanze .fenlei{
- float: left;
- }
- .xuanze .leixing{
- float: right;
- }
- .stbt textarea{
- width: 89%;
- vertical-align: middle;
- border: 1px solid #ebebeb;
- }
- .stxx{
- margin-top: 20px;
- display: none;
- }
- /*弹出表格*/
- #sqzx th {
- padding: 5px 8px 5px 0;
- text-align: right;
- }
- #sqzx td {
- padding: 6px 0 5px 10px;
- }
- .inpBox {
- border: 1px solid #e6e6e6;
- height: 27px;
- width: 170px;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
- .de_icon {
- position: absolute;
- top: 0;
- right: 25px;
- line-height: 27px;
- cursor: pointer;
- display: none;
- }
- .xl {
- display: inline-block;
- background: url(../img/dropDown.png) no-repeat;
- height: 100%;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: 0;
- top: 0px;
- background-color: #e6e6e6;
- cursor: pointer;
- }
- .inps {
- width: 167px;
- height: 24px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
- .btns {
- text-align: center;
- }
- .btn_ {
-
- text-align: center;
- margin-top: 15px;
- margin-bottom: 15px;
- }
- .btns input {
- padding: 5px 10px;
- margin: 10px 0;
- }
- textarea {
- width: 200px;
- border: 1px solid #e6e6e6;
- outline: none;
- padding: 5px 10px;
- }
- .addTree {
- position: absolute;
- width: 100%;
- right: 0px;
- top: 26px;
- z-index: 10;
- display: none;
- height: 100px;
- overflow-y: auto;
- background: rgb(255, 255, 255);
- border-width: 1px;
- border-style: solid;
- border-color: rgb(230, 230, 230);
- border-image: initial;
- }
- .yc{
- display: none;
- }
|