style.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #changeApprove {
  2. padding: 25px 32px 32px 32px;
  3. h1 {
  4. font-size: 22px;
  5. margin-bottom: 20px;
  6. }
  7. table {
  8. border: 1px solid #ccc;
  9. caption {
  10. text-align: left;
  11. font-size: 16px;
  12. margin-bottom: 10px;
  13. }
  14. tbody {
  15. tr {
  16. th, td {
  17. text-align: left;
  18. font-size: 14px;
  19. font-weight: normal;
  20. padding: 12px 13px;
  21. }
  22. th {
  23. background: #f9f9f9;
  24. border: 1px solid #ccc;
  25. }
  26. td {
  27. border-bottom: 1px solid #ccc;
  28. input[type="checkbox"] {
  29. transform: scale(1.3);
  30. margin-right: 8px;
  31. }
  32. label {
  33. cursor: pointer;
  34. }
  35. }
  36. }
  37. }
  38. tfoot {
  39. background: #fbfbfb;
  40. tr {
  41. td {
  42. text-align: center;
  43. padding: 8px;
  44. button, a {
  45. padding: 6px 20px;
  46. }
  47. }
  48. }
  49. }
  50. }
  51. dl {
  52. background-color: #f1f1f1;
  53. border: 1px solid #ccc;
  54. line-height: 1.5;
  55. padding: 15px 16px 12px 16px;
  56. dt, dd {
  57. font-size: 14px;
  58. }
  59. dt {
  60. font-weight: bold;
  61. margin-bottom: 7px;
  62. }
  63. dd {
  64. ol {
  65. list-style: disc;
  66. padding: 0 20px;
  67. }
  68. }
  69. }
  70. blockquote {
  71. line-height: 1.9;
  72. }
  73. }