common.css 915 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. :root{
  2. /* 字体颜色 */
  3. --text-color-active:#1a6fa6;
  4. --border-color:#e5e5e5;
  5. }
  6. /*静态样式*/
  7. /*标题*/
  8. .service-title{
  9. display: flex;
  10. justify-content: space-around;
  11. flex-wrap: wrap;
  12. align-items: center;
  13. }
  14. .service-title hr{
  15. width: 420px;
  16. height: 1px;
  17. background-color: #e5e5e5;
  18. border:0;
  19. }
  20. .service-title h3{
  21. font-size: 35px;
  22. line-height: 1;
  23. font-weight: 700;
  24. }
  25. .service-title h4{
  26. font-size: 20px;
  27. color: #999;
  28. margin-top: 12px;
  29. }
  30. /* 按钮 */
  31. .btn{
  32. width: 150px;
  33. height: 40px;
  34. border: none;
  35. cursor: pointer;
  36. }
  37. .btn-primary{
  38. background-color: #ffe366;
  39. cursor: pointer;
  40. border: none;
  41. font-size: 14px;
  42. }
  43. .disgrey{
  44. background-color: #eee;
  45. }
  46. /* applyagent */
  47. .apply-title{
  48. border-bottom: 1px solid var(--border-color);
  49. margin-bottom: 50px;
  50. height: 80px;
  51. }
  52. .apply-title h2{
  53. font-size: 24px;
  54. font-weight: 700;
  55. line-height: 80px;
  56. }