common.css 3.2 KB

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