123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .continueHighBanner {
- width:100%;
- }
- .continueHighBanner img{
- width:100%;
- }
- .activeRule{
- padding: 84px 45px;
- }
- .activeRule h3,.rule h3{
- font-size: 32px;
- border-bottom: 1px solid #bfbfbf;
- color: #333;
- font-weight: normal;
- padding-bottom:8px;
- }
- .activeRule span{
- font-size: 24px;
- color: #333;
- display: inline-block;
- margin-top: 36px;
- font-weight: normal;
- margin-bottom: 20px;
- }
- .activeRule p{
- margin-top: 20px;
- font-size: 21px;
- color: #333;
- padding-left:35px;
- }
- .activeRule .lastP{
- margin-top: 52px
- }
- .rule h3{
- margin-bottom: 30px;
- }
- .rule{
- padding: 0 45px;
- }
- .rule p{
- text-align: justify;
- padding: 13px 30px;
- font-size: 21px;
- color: #333;
- }
- .ruleBottom{
- margin-top: 100px;
- margin-bottom: 100px;
- }
- .ruleBottom a{
- display: inline-block;
- width: 330px;
- height: 84px;
- line-height: 84px;
- text-align: center;
- font-size: 26px;
- color: #fff;
- margin-left: 190px;
- background: #46c8fe;
- }
- .ruleBottom a:hover{
- box-shadow: 0 0 5px #ccc;
- border-radius: 10px;
- background: #56f864;
- }
- @media screen and (max-width:1200px){
- .continueHighBanner{
- width: 1200px!important;
- margin: 0 auto;
- }
- }
|