12345678910111213141516171819202122232425 |
- /**
- * PC端
- */
- @media screen and (min-width:768px){
- .head-wrap{width: 100%;height: 81px;float: left;background-color: #FFFFFF;margin-bottom: 26px;}
- .head-wrap .inner{width:1184px;height: 81px;margin: 0 auto; background-color: #FFFFFF;}
- .head-wrap .logo{width:68px;height: 81px;float: left;}
- .head-wrap .logo a{width:68px;height: 81px;display: block;}
- .head-wrap .logo a img{width:68px;height: 81px;display: block;}
- .head-wrap .text{height: 81px;float: left;margin-left: 10px;line-height: 81px;font-size: 30px;color: #333333;}
- .pay-container{opacity: 0;}
- .pay-container.active{opacity: 1;}
- .pay-content{width: 1184px;margin: 0 auto;margin-bottom: 20px;height: 477px;padding: 50px 0;background-color: #FFFFFF;display: flex;flex-direction: column;}
- .pay-content .success-icon{display: flex;justify-content: center;}
- .pay-content .success-icon .icon{width: 200px;height: 200px;background-size: contain;}
- .pay-content .success-icon .icon.icon-success{background: url("/img/pay/icon-success.png")no-repeat;}
- .pay-content .success-icon .icon.icon-error{background: url("/img/pay/icon-error.png")no-repeat;}
- .pay-content .success-text{display: flex;justify-content: center;}
- .pay-content .success-text .tx1{line-height: 60px;font-size: 30px;color: #FF2A2A;text-align: center;font-weight: 600;}
- .pay-content .success-text .tx2{line-height: 40px;font-size: 16px;color: #333;text-align: center;}
- .pay-content .success-text .tx2 span{color: #FF2A2A;}
- .pay-content .success-text .tx2 a{color: #e15616;margin-left: 10px;}
- .pay-content .success-text .tx2 a:hover{text-decoration: underline;}
- }
|