网站
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.

пре 4 година
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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: #007b76;
  22. color: #ffffff;
  23. border-radius: 2px;
  24. }
  25. .pageNum li:hover{
  26. background-color: #007b76;
  27. color: #ffffff;
  28. border-radius: 2px;
  29. cursor:pointer;
  30. }
  31. .personalTit-Tab{
  32. width: 100%;
  33. }
  34. .personalBtn{
  35. background: #007b76!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. }