You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

wechat.css 1.5 KiB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .wechat {
  2. margin-top: 30px;
  3. }
  4. .wechat h2 {
  5. margin: 0 0 15px 0;
  6. padding-bottom: 15px;
  7. border-bottom: 1px solid #eee;
  8. position: relative;
  9. }
  10. .wechat-body {
  11. }
  12. .wechat-qrcode {
  13. margin-bottom: 20px;
  14. position: relative;
  15. }
  16. .wechat-qrcode img {
  17. width: 100%;
  18. border: 1px solid #eee;
  19. }
  20. .wechat-qrcode .expired {
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. height: 100%;
  25. width: 100%;
  26. opacity: .95;
  27. background: #fff url(../images/expired.png) center center no-repeat;
  28. }
  29. .wechat-qrcode .paid {
  30. position: absolute;
  31. top: 0;
  32. left: 0;
  33. height: 100%;
  34. width: 100%;
  35. opacity: .95;
  36. background: #fff url(../images/paid.png) center center no-repeat;
  37. }
  38. .wechat-scan {
  39. padding: 0;
  40. }
  41. .wechat-scan img {
  42. width: 100%;
  43. }
  44. .wechat-tips {
  45. height: 60px;
  46. padding: 8px 0 8px 125px;
  47. background: #00c800 url(../images/scan.png) 50px 12px no-repeat;
  48. background-size: 36px 36px;
  49. }
  50. .wechat-tips p {
  51. margin: 0;
  52. font-size: 14px;
  53. line-height: 22px;
  54. color: #fff;
  55. font-weight: 700
  56. }
  57. .wechat-time {
  58. font-size: 14px;
  59. margin-bottom: 15px;
  60. position: absolute;
  61. top: 15px;
  62. right: 10px;
  63. font-weight: normal;
  64. display: none;
  65. }
  66. .wechat-time span {
  67. color: red;
  68. }
  69. .wechat-order {
  70. margin-bottom: 5px;
  71. }
  72. .wechat-order em {
  73. font-style: normal;
  74. color: #666;
  75. }
  76. .wechat-order em.wechat-price {
  77. color: #ff3333;
  78. font-weight: bold;
  79. }
  80. @media (max-width: 767px) {
  81. .wechat {
  82. margin-top: 20px;
  83. }
  84. }