鑫苑新版本前端代码

taskDetail.css 636B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .navtab>li>i{
  2. margin-right: 3px;
  3. }
  4. .navtab>li{
  5. padding: 10px 15px;
  6. }
  7. .nav-tabs>li.fouce{
  8. background-color: #1ab394;
  9. color: #ffffff;
  10. }
  11. .nav-tabs>li:hover{
  12. background-color: #1ab394;
  13. color: #ffffff;
  14. }
  15. .kuang.green{
  16. background: #3cc051;
  17. }
  18. .kuang.yellow{
  19. background: #fcb322;
  20. }
  21. .kuang.orange{
  22. background: #ed4e2a;
  23. }
  24. .kuang{
  25. background-color: #57b5e3;
  26. font-style: normal;
  27. color: #fff;
  28. padding:1px 3px;
  29. }
  30. .tabcon{
  31. margin-top: 20px;
  32. }
  33. .tabcon>div{
  34. display: none;
  35. }
  36. .xiuGai{
  37. display: inline-block;
  38. height: 16px;
  39. width: 16px;
  40. vertical-align: middle;
  41. background: url(../img/xiuGai1.png) no-repeat;
  42. }