网站
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

101 lines
1.6 KiB

  1. .pageNum{
  2. margin-top: 45px;
  3. text-align: center;
  4. }
  5. .pageNum li{
  6. width: 25px;
  7. height: 25px;
  8. text-align: center;
  9. line-height: 25px;
  10. margin-right: 5px;
  11. display: inline-block;
  12. }
  13. .pageNum p{
  14. height: 25px;
  15. text-align: center;
  16. line-height: 25px;
  17. margin-right: 5px;
  18. display: inline-block;
  19. }
  20. .pageNum li.active{
  21. background-color: var(--color);
  22. color: #ffffff;
  23. border-radius: 2px;
  24. }
  25. .pageNum li:hover{
  26. background-color: var(--color);
  27. color: #ffffff;
  28. border-radius: 2px;
  29. cursor:pointer;
  30. }
  31. .personalTit-Tab{
  32. width: 100%;
  33. }
  34. .personalBtn{
  35. background: var(--color)!important;
  36. color: #ffffff!important;
  37. border: none;
  38. padding: 5px 25px;
  39. border-radius: 25px;
  40. position: absolute;
  41. top: 10px;
  42. right: 0;
  43. }
  44. .releaseSupply {
  45. width: 1000px;
  46. padding-left: 15px;
  47. }
  48. .releaseSupplyBtn{
  49. background: var(--color);
  50. padding: 5px 15px;
  51. color: #ffffff;
  52. border: none;
  53. border-radius: 20px;
  54. float: right;
  55. margin-bottom: 10px;
  56. }
  57. .releaseSupplyTit{
  58. font-size: 18px;
  59. color: var(--color);
  60. line-height: 28px;
  61. padding-left: 32px;
  62. }
  63. .releaseSupply table{
  64. padding: 15px 30px;
  65. }
  66. .releaseSupply table tr td{
  67. padding: 12px 0px;
  68. }
  69. .releaseSupply table tr td:first-child{
  70. width: 8%;
  71. text-align: right;
  72. }
  73. .releaseSupply table tr td p{
  74. width: 100%;
  75. margin-left: 10px;
  76. padding-left: 10px;
  77. line-height: 36px;
  78. }
  79. .releaseSupply table tr td select{
  80. height: 36px;
  81. border: 1px solid #e3e3e3;
  82. margin-left: 10px;
  83. }
  84. .releaseSupply table tr td span{
  85. color: red;
  86. }