123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- .code {
- background: url(../images/code.png) no-repeat top #eee;
- background-size: 4.8rem 4.8133rem;
- height: 4.533333rem;
- padding-bottom: .533333rem;
- padding-top: .2667rem;
- margin-bottom: .5333rem
- }
- .code p {
- height: .96rem;
- line-height: .96rem;
- margin-bottom: .2667rem;
- text-align: center;
- color: #fff;
- font-size: .4rem
- }
- .code img {
- width: 2.7467rem;
- height: 2.7467rem;
- display: block;
- margin: 0 auto
- }
- .success {
- background: url(../images/success.png) no-repeat top;
- background-size: .786667rem .786667rem;
- width: .8rem;
- height: .8rem;
- margin: 0 auto .506667rem
- }
- .txt {
- margin: 0 1.6rem .533333rem;
- font-size: .3733rem
- }
- .txt span {
- color: #d1171a
- }
- .download {
- margin-bottom: .333333rem;
- font-size: .373333rem;
- text-align: center
- }
- .download * {
- border-bottom: .026667rem solid #d1171a;
- color: #d1171a
- }
- .tip {
- display: none;
- margin-bottom: .5333rem;
- text-align: center;
- color: #999;
- font-size: .32rem
- }
- .tabtn{
- display: block;
- margin: .2rem /* 15/75 */ auto;
- text-align: center;
- font-size: .373333rem /* 28/75 */;
- line-height: .666667rem /* 50/75 */;
- width:3.2rem /* 240/75 */;
- height:.666667rem /* 50/75 */;
- border:1px /* 1/75 */ solid #D1171A;
- opacity:1;
- color: #D1171A;
- border-radius:.066667rem /* 5/75 */;
- }
- .read {
- margin-bottom: 1.066667rem;
- position: relative;
- overflow: hidden;
- }
- .read p {
- /* left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- background: url(../images/].png) no-repeat 100% 0;
- background-size: .2667rem .9333rem;
- padding: 0 .4rem; */
- color: #d1171a;
- /* font-size: .3733rem; */
- /* line-height: .933333rem; */
- width: 6.933333rem /* 520/75 */;
- margin: 0 auto;
- text-align: center;
- clear: both;
- }
- .read p span{
- display: inline-block;
- width: 50%;
- padding: 0 .266667rem /* 20/75 */;
- box-sizing: border-box;
- position: relative;
- font-size: .373333rem /* 28/75 */;
- line-height: .48rem /* 36/75 */;
- }
- .read p span:nth-child(even){
- text-align: left;
- float: right;
- }
- .read p span:nth-child(odd){
- text-align: right;
- float: left;
- }
- .read p span:nth-child(odd):after{
- content: "|";
- position: absolute;
- right: -0.053333rem /* 4/75 */;
- top: 0;
- }
- .read p.single span{
- display: block;
- width: 100%;
- text-align: center;
- }
- .read p.single span:after{
- content: none;
- }
- /* .read p,
- .read P:before {
- position: absolute;
- top: 0;
- height: .9333rem
- }
- .read P:before {
- left: 0;
- background: url(../images/[.png) no-repeat 0 0;
- background-size: .2667rem .9333rem;
- padding-right: .4rem;
- content: ""
- } */
- .btn {
- margin: 0 .6rem
- }
- .btn .button {
- float: right;
- width: 4rem
- }
- .btn .button.opposite {
- float: left
- }
- .btn .button span {
- position: absolute;
- opacity: 0
- }
- .success-copy {
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- background: rgba(0, 0, 0, .75);
- border-radius: .2rem;
- width: 6.6667rem;
- height: 1.0667rem;
- line-height: 1.0667rem;
- font-size: .4rem;
- text-align: center;
- color: #fff
- }
- /*# sourceMappingURL=success.css.map?v=ed449126*/
|