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

52 line
878 B

  1. .iconfont {
  2. font-size:16px;
  3. }
  4. .icon-you:before {
  5. content: ">";
  6. }
  7. .icon-zuo:before {
  8. content: "<";
  9. }
  10. .icon-most-left:before {
  11. content: "<<";
  12. }
  13. .icon-most-right:before {
  14. content: ">>";
  15. }
  16. .page_common_btn_style{
  17. font-family: '微软雅黑';
  18. display: inline-block;
  19. min-width: 28px;
  20. padding:0 2px;
  21. height: 30px;
  22. line-height: 30px;
  23. text-align: center;
  24. border-radius: 5px;
  25. background: #f4f4f5;
  26. color: #606266;
  27. margin: 0 3px;
  28. font-weight: 600;
  29. font-size:14px;
  30. cursor: pointer;
  31. -webkit-tap-highlight-color: transparent;
  32. -webkit-touch-callout: none;
  33. -webkit-user-select: none;
  34. }
  35. a.page_common_btn_style:active{
  36. color:var(--color);
  37. background:#eee;
  38. }
  39. .page_btn_box {
  40. display: inline-block;
  41. margin: 0 10px;
  42. }
  43. .page_common_btn_active{
  44. background:var(--color);
  45. color:#eee;
  46. }