Aucune description

access.css 658B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .tool_downs,
  2. .tool_downs li {
  3. padding: 0;
  4. margin: 0;
  5. list-style: none;
  6. }
  7. li {
  8. list-style: none;
  9. }
  10. /* 随访管理 */
  11. .row{
  12. width: 500px;
  13. height: 40px;
  14. line-height: 40px;
  15. font-size: 18px;
  16. margin-left: 10px;
  17. }
  18. .row span{
  19. color: red;
  20. margin-right: 10px;
  21. }
  22. .tab-menu ul {
  23. width: 600px;
  24. list-style: none;
  25. }
  26. .tab-menu li {
  27. display: block;
  28. width: 80px;
  29. float: left;
  30. border: 1px solid #e7e5e8;
  31. margin-right: 10px;
  32. text-align: center;
  33. line-height: 20px;
  34. margin-bottom: 10px;
  35. }
  36. .tab-box .tb {
  37. display: none;
  38. }
  39. /* 让第一个框显示出来 */
  40. .tab-box .tb:nth-of-type(1) {
  41. display: block;
  42. }
  43. .change {
  44. background: #249fea;
  45. color: #fff;
  46. }