plug.css 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .plug-row{float:left; width:19%; margin:0 0.5%;}
  2. .plug-row-title{float:left; line-height:27px; width:100%; margin-bottom:3px;}
  3. .plug-row-title-left{float:left; line-height:27px; width:75%; text-indent:15px;}
  4. .plug-row-title-01{background:url('../img/01.png') no-repeat left center; background-size:98px 27px;}
  5. .plug-row-title-02{background:url('../img/02.png') no-repeat left center; background-size:98px 27px;}
  6. .plug-row-title-03{background:url('../img/03.png') no-repeat left center; background-size:98px 27px;}
  7. .plug-row-title-04{background:url('../img/04.png') no-repeat left center; background-size:98px 27px;}
  8. .plug-row-title-05{background:url('../img/05.png') no-repeat left center; background-size:98px 27px;}
  9. .plug-row-title-right{float:right; line-height:27px; width:25%; cursor:pointer; text-align:right; }
  10. .plug-row-border{float:left; width:100%; border:1px solid #e0e5eb; box-sizing:border-box;}
  11. .plug-row-tab-outer{position:relative; height:31px;overflow:hidden;
  12. width:98%; margin-left:2%; height:30px; border-bottom:none;}
  13. .plug-row-tab{float:left; position: absolute; z-index:1; width:100%; overflow-x:hidden;
  14. height:30px; border-bottom:none; white-space: nowrap;}
  15. .plug-row-tab-col{float:left; display: inline-block; max-width:100px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
  16. height:25px; line-height:25px;padding:0 5px; cursor:pointer; }
  17. .plug-row-tab .plug-row-tab-col:last-child{border-right:none;}
  18. .plug-row-tab-col-active{color:#467edb; border-bottom:2px solid #467edb;}
  19. .plug-row-foot{float:left; width:100%; min-height:100px;padding:5px 10px; }
  20. .plug-row-foot-line{float:left; width:100%; height:30px; line-height:30px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; cursor:pointer;}
  21. .plug-row-foot-noDataTip{float:left; width:100%; width:100%; min-height:90px; line-height:90px; text-align:center; font-size:20px; color:#7697a6;}
  22. .plug-row-foot-yuandi{height:235px;}
  23. @media screen and (max-width: 1200px){
  24. .plug-row-tab-outer{
  25. height:50px;
  26. }
  27. .plug-row-tab{
  28. height:50px;
  29. }
  30. .plug-row-foot-yuandi{height:255px;}
  31. }