personnelTableProfile.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .table-box {
  2. margin-top: 40px;
  3. padding-left: 20px;
  4. padding-right: 20px;
  5. margin-bottom: 40px
  6. }
  7. .table-box > div > p {
  8. padding-left: 5px;
  9. border-left: 2px solid #05afef;
  10. font-size: 16px;
  11. color: #333333;
  12. display: inline-block;
  13. }
  14. .table-box > div > div > p {
  15. padding-left: 5px;
  16. /* border-left: 2px solid #2b64ce; */
  17. font-size: 16px;
  18. color: #333333;
  19. display: inline-block;
  20. background: #05afef;
  21. color: #fff;
  22. padding-left: 6px;
  23. }
  24. .table-box > div > span {
  25. float: right;
  26. /* line-height: 25px; */
  27. cursor:pointer;
  28. color: #05afef;
  29. font-size: 14px;
  30. }
  31. .table-box > div > table {
  32. width: 100%;
  33. font-size: 14px;
  34. color: #333333;
  35. text-align: center;
  36. }
  37. .table-box > div > table tr td {
  38. height: 34px;
  39. border: 1px solid #bee3f1;
  40. min-width: 100px;
  41. word-break: break-word;
  42. }
  43. p {
  44. line-height: normal;
  45. }
  46. .oper-td span {
  47. cursor: pointer;
  48. }
  49. .oper-td span:hover {
  50. opacity: 0.9;
  51. }
  52. .table-box > div:first-child {
  53. margin-bottom: 20px;
  54. border-bottom: 1px solid #05afef;
  55. }
  56. table tr:first-child td {
  57. background: #e0f4fb;
  58. }
  59. table tr:nth-child(odd){background:#f3f3f3;}
  60. /* table td:nth-child(even){color:#C00;} */