Invitation.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .continueHighBanner {
  2. width:100%;
  3. }
  4. .continueHighBanner img{
  5. width:100%;
  6. }
  7. .activeRule{
  8. padding: 84px 45px;
  9. }
  10. .activeRule h3,.rule h3{
  11. font-size: 32px;
  12. border-bottom: 1px solid #bfbfbf;
  13. color: #333;
  14. font-weight: normal;
  15. padding-bottom:8px;
  16. }
  17. .activeRule span{
  18. font-size: 24px;
  19. color: #333;
  20. display: inline-block;
  21. margin-top: 36px;
  22. font-weight: normal;
  23. margin-bottom: 20px;
  24. }
  25. .activeRule p{
  26. margin-top: 20px;
  27. font-size: 21px;
  28. color: #333;
  29. padding-left:35px;
  30. }
  31. .activeRule .lastP{
  32. margin-top: 52px
  33. }
  34. .rule h3{
  35. margin-bottom: 30px;
  36. }
  37. .rule{
  38. padding: 0 45px;
  39. }
  40. .rule p{
  41. text-align: justify;
  42. padding: 13px 30px;
  43. font-size: 21px;
  44. color: #333;
  45. }
  46. .ruleBottom{
  47. margin-top: 100px;
  48. margin-bottom: 100px;
  49. }
  50. .ruleBottom a{
  51. display: inline-block;
  52. width: 330px;
  53. height: 84px;
  54. line-height: 84px;
  55. text-align: center;
  56. font-size: 26px;
  57. color: #fff;
  58. margin-left: 190px;
  59. background: #46c8fe;
  60. }
  61. .ruleBottom a:hover{
  62. box-shadow: 0 0 5px #ccc;
  63. border-radius: 10px;
  64. background: #56f864;
  65. }
  66. @media screen and (max-width:1200px){
  67. .continueHighBanner{
  68. width: 1200px!important;
  69. margin: 0 auto;
  70. }
  71. }