common.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. html,
  2. body {
  3. height: 100%;
  4. }
  5. body {
  6. padding-top: 50px;
  7. /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  8. -webkit-font-smoothing: antialiased;
  9. -moz-osx-font-smoothing: grayscale;
  10. font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  11. }
  12. .img-addon {
  13. margin-bottom: 10px;
  14. width: 100%;
  15. }
  16. .img-hover:hover {
  17. opacity: 0.8;
  18. }
  19. .display-1 {
  20. font-size: 44px;
  21. }
  22. .display-4 {
  23. font-size: 24px;
  24. line-height: 32px;
  25. }
  26. /* Home Page Carousel */
  27. header.carousel {
  28. height: 50%;
  29. }
  30. header.carousel .item,
  31. header.carousel .item.active,
  32. header.carousel .carousel-inner {
  33. height: 100%;
  34. }
  35. header.carousel .fill {
  36. width: 100%;
  37. height: 100%;
  38. }
  39. .error-404 {
  40. font-size: 100px;
  41. }
  42. /* Pricing Page Styles */
  43. .price {
  44. display: block;
  45. font-size: 50px;
  46. line-height: 50px;
  47. }
  48. .price sup {
  49. top: -20px;
  50. left: 2px;
  51. font-size: 20px;
  52. }
  53. .period {
  54. display: block;
  55. font-style: italic;
  56. }
  57. /* Footer Styles */
  58. /* Responsive Styles */
  59. @media (max-width: 991px) {
  60. .customer-img,
  61. .img-related {
  62. margin-bottom: 30px;
  63. }
  64. }
  65. @media (max-width: 767px) {
  66. .img-addon {
  67. margin-bottom: 15px;
  68. }
  69. header.carousel .carousel {
  70. height: 70%;
  71. }
  72. }
  73. .carousel-body {
  74. position: absolute;
  75. width: 100%;
  76. top: 25%;
  77. text-align: center;
  78. color: #fff;
  79. }
  80. .addonlist a > p {
  81. margin-bottom: 15px;
  82. }
  83. /* PC扫码支付 */
  84. .scanpay {
  85. margin-top: 20px;
  86. }
  87. .scanpay-title {
  88. margin: 30px 0 15px 0;
  89. padding-bottom: 15px;
  90. border-bottom: 1px solid #eee;
  91. position: relative;
  92. }
  93. .scanpay-qrcode {
  94. margin-bottom: 20px;
  95. position: relative;
  96. }
  97. .scanpay-qrcode img {
  98. width: 100%;
  99. border: 1px solid #eee;
  100. }
  101. .scanpay-qrcode .expired {
  102. position: absolute;
  103. top: 0;
  104. left: 0;
  105. height: 100%;
  106. width: 100%;
  107. opacity: .95;
  108. background: #fff url(../images/expired.png) center center no-repeat;
  109. }
  110. .scanpay-qrcode .paid {
  111. position: absolute;
  112. top: 0;
  113. left: 0;
  114. height: 100%;
  115. width: 100%;
  116. opacity: .95;
  117. background: #fff url(../images/paid.png) center center no-repeat;
  118. }
  119. .scanpay-screenshot {
  120. padding: 0;
  121. }
  122. .scanpay-screenshot img {
  123. width: 100%;
  124. }
  125. .scanpay-tips {
  126. height: 60px;
  127. padding: 8px 0 8px 125px;
  128. background: #00c800 url(../images/scan.png) 50px 12px no-repeat;
  129. background-size: 36px 36px;
  130. }
  131. .scanpay-tips p {
  132. margin: 0;
  133. font-size: 14px;
  134. line-height: 22px;
  135. color: #fff;
  136. font-weight: 700;
  137. }
  138. .scanpay-time {
  139. font-size: 14px;
  140. margin-bottom: 15px;
  141. position: absolute;
  142. top: 15px;
  143. right: 10px;
  144. font-weight: normal;
  145. display: none;
  146. }
  147. .scanpay-time span {
  148. color: red;
  149. }
  150. .scanpay-order {
  151. margin-bottom: 5px;
  152. }
  153. .scanpay-order em {
  154. font-style: normal;
  155. color: #666;
  156. }
  157. .scanpay-order em.scanpay-price {
  158. color: #ff3333;
  159. font-weight: bold;
  160. }
  161. .scanpay-alipay .scanpay-tips {
  162. background-color: #4290e8;
  163. }
  164. @media (max-width: 767px) {
  165. .scanpay {
  166. margin-top: 20px;
  167. }
  168. }
  169. @media (max-height: 855px) and (min-width: 767px) {
  170. .scanpay {
  171. width: calc(130vh);
  172. min-width: 760px;
  173. }
  174. }
  175. .qrcode canvas,
  176. .qrcode img {
  177. width: 100%;
  178. }