Aucune description

onlineServiceList.css 687B

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