success.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. .code {
  2. background: url(../images/code.png) no-repeat top #eee;
  3. background-size: 4.8rem 4.8133rem;
  4. height: 4.533333rem;
  5. padding-bottom: .533333rem;
  6. padding-top: .2667rem;
  7. margin-bottom: .5333rem
  8. }
  9. .code p {
  10. height: .96rem;
  11. line-height: .96rem;
  12. margin-bottom: .2667rem;
  13. text-align: center;
  14. color: #fff;
  15. font-size: .4rem
  16. }
  17. .code img {
  18. width: 2.7467rem;
  19. height: 2.7467rem;
  20. display: block;
  21. margin: 0 auto
  22. }
  23. .success {
  24. background: url(../images/success.png) no-repeat top;
  25. background-size: .786667rem .786667rem;
  26. width: .8rem;
  27. height: .8rem;
  28. margin: 0 auto .506667rem
  29. }
  30. .txt {
  31. margin: 0 1.6rem .533333rem;
  32. font-size: .3733rem
  33. }
  34. .txt span {
  35. color: #d1171a
  36. }
  37. .download {
  38. margin-bottom: .333333rem;
  39. font-size: .373333rem;
  40. text-align: center
  41. }
  42. .download * {
  43. border-bottom: .026667rem solid #d1171a;
  44. color: #d1171a
  45. }
  46. .tip {
  47. display: none;
  48. margin-bottom: .5333rem;
  49. text-align: center;
  50. color: #999;
  51. font-size: .32rem
  52. }
  53. .tabtn{
  54. display: block;
  55. margin: .2rem /* 15/75 */ auto;
  56. text-align: center;
  57. font-size: .373333rem /* 28/75 */;
  58. line-height: .666667rem /* 50/75 */;
  59. width:3.2rem /* 240/75 */;
  60. height:.666667rem /* 50/75 */;
  61. border:1px /* 1/75 */ solid #D1171A;
  62. opacity:1;
  63. color: #D1171A;
  64. border-radius:.066667rem /* 5/75 */;
  65. }
  66. .read {
  67. margin-bottom: 1.066667rem;
  68. position: relative;
  69. overflow: hidden;
  70. }
  71. .read p {
  72. /* left: 50%;
  73. -webkit-transform: translateX(-50%);
  74. transform: translateX(-50%);
  75. background: url(../images/].png) no-repeat 100% 0;
  76. background-size: .2667rem .9333rem;
  77. padding: 0 .4rem; */
  78. color: #d1171a;
  79. /* font-size: .3733rem; */
  80. /* line-height: .933333rem; */
  81. width: 6.933333rem /* 520/75 */;
  82. margin: 0 auto;
  83. text-align: center;
  84. clear: both;
  85. }
  86. .read p span{
  87. display: inline-block;
  88. width: 50%;
  89. padding: 0 .266667rem /* 20/75 */;
  90. box-sizing: border-box;
  91. position: relative;
  92. font-size: .373333rem /* 28/75 */;
  93. line-height: .48rem /* 36/75 */;
  94. }
  95. .read p span:nth-child(even){
  96. text-align: left;
  97. float: right;
  98. }
  99. .read p span:nth-child(odd){
  100. text-align: right;
  101. float: left;
  102. }
  103. .read p span:nth-child(odd):after{
  104. content: "|";
  105. position: absolute;
  106. right: -0.053333rem /* 4/75 */;
  107. top: 0;
  108. }
  109. .read p.single span{
  110. display: block;
  111. width: 100%;
  112. text-align: center;
  113. }
  114. .read p.single span:after{
  115. content: none;
  116. }
  117. /* .read p,
  118. .read P:before {
  119. position: absolute;
  120. top: 0;
  121. height: .9333rem
  122. }
  123. .read P:before {
  124. left: 0;
  125. background: url(../images/[.png) no-repeat 0 0;
  126. background-size: .2667rem .9333rem;
  127. padding-right: .4rem;
  128. content: ""
  129. } */
  130. .btn {
  131. margin: 0 .6rem
  132. }
  133. .btn .button {
  134. float: right;
  135. width: 4rem
  136. }
  137. .btn .button.opposite {
  138. float: left
  139. }
  140. .btn .button span {
  141. position: absolute;
  142. opacity: 0
  143. }
  144. .success-copy {
  145. position: absolute;
  146. left: 50%;
  147. top: 50%;
  148. -webkit-transform: translate(-50%, -50%);
  149. transform: translate(-50%, -50%);
  150. background: rgba(0, 0, 0, .75);
  151. border-radius: .2rem;
  152. width: 6.6667rem;
  153. height: 1.0667rem;
  154. line-height: 1.0667rem;
  155. font-size: .4rem;
  156. text-align: center;
  157. color: #fff
  158. }
  159. /*# sourceMappingURL=success.css.map?v=ed449126*/