forget.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. @charset "UTF-8";
  2. .text-center.data-v-89da358e {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-89da358e {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-89da358e {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-89da358e {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-89da358e {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-89da358e {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-89da358e {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-89da358e {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-89da358e {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .bd-image.data-v-89da358e {
  39. width: 750rpx;
  40. height: 460rpx;
  41. background: #ffffff;
  42. }
  43. .bd-img.data-v-89da358e {
  44. width: 335rpx;
  45. height: 200rpx;
  46. margin: 100rpx 207.5rpx 0 207.5rpx;
  47. }
  48. .bd-wechat.data-v-89da358e {
  49. padding: 70rpx 40rpx;
  50. width: 750rpx;
  51. }
  52. .bd-text.data-v-89da358e {
  53. font-size: 35rpx;
  54. font-weight: bold;
  55. color: #333333;
  56. text-align: center;
  57. margin-top: 50rpx;
  58. }
  59. .bd-border.data-v-89da358e {
  60. border: 1rpx dashed #999999;
  61. background: #ffffff;
  62. border-radius: 15rpx;
  63. position: relative;
  64. height: 650rpx;
  65. }
  66. .border-title.data-v-89da358e {
  67. height: 80rpx;
  68. line-height: 80rpx;
  69. text-align: center;
  70. width: 240rpx;
  71. color: #353535;
  72. font-size: 35rpx;
  73. border: 1rpx dashed #999999;
  74. background: #ffffff;
  75. border-radius: 15rpx;
  76. position: absolute;
  77. top: 0;
  78. -webkit-transform: translate(-50%, -50%);
  79. transform: translate(-50%, -50%);
  80. left: 50%;
  81. }
  82. .bd-img-wechat.data-v-89da358e {
  83. width: 360rpx;
  84. height: 360rpx;
  85. margin: 90rpx 155rpx 25rpx 155rpx;
  86. }
  87. .bd-name.data-v-89da358e {
  88. font-size: 26rpx;
  89. color: #999999;
  90. text-align: center;
  91. }
  92. .bd-btns.data-v-89da358e {
  93. padding: 24rpx 0;
  94. }
  95. .bd-btn.data-v-89da358e {
  96. width: 264rpx;
  97. height: 64rpx;
  98. border: 1rpx solid #ff4544;
  99. border-radius: 32rpx;
  100. color: #ff4544;
  101. font-size: 24rpx;
  102. line-height: 64rpx;
  103. text-align: center;
  104. margin: 0 40rpx;
  105. }