网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

69 lines
1.1 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. .searchCriteria{
  32. padding: 28px 22px;
  33. }
  34. .searchCriteria p{
  35. line-height: 30px;
  36. }
  37. .searchCriteria input[type='text']{
  38. border: 2px solid var(--color);
  39. padding: 5px;
  40. }
  41. .searchCriteria input[type='button']{
  42. border: none;
  43. padding: 6px 20px;
  44. background: var(--color);
  45. color:#ffffff;
  46. border-radius: 15px;
  47. }
  48. .interactList{
  49. padding: 0px 20px;
  50. border: 1px solid #e3e3e3;
  51. }
  52. .interactList ul li{
  53. padding: 34px 0px;
  54. border-bottom: 1px dashed #e3e3e3;
  55. }
  56. .interactList ul li:last-child{
  57. border: none;
  58. }