C端小程序
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.

specialcourtesy.wxss 3.3 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. @import "../../app.wxss";
  2. page {
  3. background: linear-gradient(180deg, #FD832D 0%, #FE4A16 100%);
  4. padding-bottom: 0;
  5. }
  6. .codeBox {
  7. background: linear-gradient(180deg, #FD832D 0%, #FE4A16 100%);
  8. height: 100%;
  9. overflow: auto;
  10. padding-bottom: 160rpx;
  11. }
  12. .none {
  13. font-size: 24rpx;
  14. text-align: center;
  15. margin-top: 38rpx;
  16. color: #FFFFFF;
  17. float: none !important;
  18. }
  19. .coedTiem {
  20. text-align: center;
  21. color: rgba(253, 131, 45, 1);
  22. margin-bottom: 10rpx;
  23. }
  24. .headerbg image {
  25. display: block;
  26. width: 100%;
  27. }
  28. .fl {
  29. float: left;
  30. }
  31. .fr {
  32. float: right;
  33. }
  34. .title {
  35. padding: 20rpx 40rpx 30rpx;
  36. color: #3C3C3C;
  37. text-align: center;
  38. font-size: 26rpx;
  39. }
  40. .card {
  41. position: relative;
  42. width: 335rpx;
  43. margin: 0 auto 18rpx;
  44. border-radius: 16rpx;
  45. overflow: hidden;
  46. padding-bottom: 20rpx;
  47. background: #fff;
  48. height: 185rpx;
  49. }
  50. .txt01 text {
  51. display: block;
  52. text-align: center;
  53. }
  54. .cards {
  55. padding: 0 33rpx;
  56. }
  57. .cards>view:nth-of-type(2n) {
  58. float: right;
  59. }
  60. .cards>view:nth-of-type(2n+1) {
  61. float: left;
  62. }
  63. .tit {
  64. font-size: 36rpx;
  65. color: rgba(51, 51, 51, 1);
  66. margin: -40rpx auto 0;
  67. white-space: nowrap;
  68. text-overflow: ellipsis;
  69. overflow: hidden;
  70. width: 280rpx;
  71. text-align: center;
  72. }
  73. .cardtype {
  74. position: absolute;
  75. right: 28rpx;
  76. top: 20rpx;
  77. font-size: 24rpx;
  78. color: rgba(99, 188, 230, 1);
  79. }
  80. .footer {
  81. margin-top: 26rpx;
  82. font-size: 26rpx;
  83. font-weight: 500;
  84. color: rgba(153, 153, 153, 1);
  85. }
  86. .footer text {
  87. text-indent: 33rpx;
  88. }
  89. .footer image {
  90. width: 24rpx;
  91. margin-right: 33rpx;
  92. position: absolute;
  93. right: 0rpx;
  94. bottom: 20rpx;
  95. }
  96. .triangle {
  97. width: 0px;
  98. height: 0px;
  99. border-color: transparent #dab055;
  100. border-width: 0 0 110rpx 110rpx;
  101. border-style: solid;
  102. }
  103. .discount {
  104. position: absolute;
  105. color: #fff;
  106. width: 110rpx;
  107. height: 100rpx;
  108. font-size: 20rpx;
  109. left: 13rpx;
  110. top: -11rpx;
  111. z-index: 10;
  112. transform: rotate(315deg);
  113. }
  114. .discount text {
  115. font-size: 28rpx;
  116. }
  117. .level {
  118. color: #FD832D;
  119. }
  120. #mycanvas2 {
  121. height: 300rpx;
  122. width: 300rpx;
  123. margin: 40rpx auto 20rpx;
  124. }
  125. .goback {
  126. position: fixed;
  127. right: 50rpx;
  128. bottom: 60rpx;
  129. width: 100rpx !important;
  130. height: 100rpx;
  131. z-index: 100;
  132. background: rgba(255, 255, 255, 1);
  133. line-height: 95rpx;
  134. border: 1rpx solid rgba(227, 227, 227, 1);
  135. border-radius: 50%;
  136. }
  137. .goback image {
  138. position: absolute;
  139. width: 60rpx;
  140. left: 0;
  141. right: 0;
  142. top: 0;
  143. bottom: 0;
  144. margin: auto;
  145. }
  146. .code {
  147. width: 690rpx;
  148. height: 900rpx;
  149. background: #fff;
  150. margin: 20rpx auto;
  151. border-radius: 10rpx;
  152. padding: 20rpx 0 40rpx;
  153. }
  154. #barcode {
  155. width: 600rpx;
  156. height: 150rpx;
  157. margin: 0 auto 10rpx;
  158. }
  159. .canWrap {
  160. width: 358rpx;
  161. height: 358rpx;
  162. }
  163. .negatived {
  164. position: relative;
  165. }
  166. .negatived .refreshCode {
  167. position: absolute;
  168. top: 350rpx;
  169. left: 50%;
  170. transform: translateX(-50%);
  171. color: #7a7a7a;
  172. font-weight: 600;
  173. }
  174. .code image {
  175. width: 500rpx;
  176. height: 500rpx;
  177. display: block;
  178. margin: 70rpx auto 60rpx;
  179. }
  180. .memCode {
  181. width: 562rpx;
  182. height: 88rpx;
  183. line-height: 88rpx;
  184. border-radius: 16rpx;
  185. border: 1px solid rgba(225, 225, 225, 1);
  186. margin: 36rpx auto 0;
  187. color: #666;
  188. display: block;
  189. font-size: 24rpx;
  190. text-align: center;
  191. }
  192. .memNum {
  193. font-weight: 600;
  194. font-size: 32rpx;
  195. color: #3C3C3C;
  196. font-family: PingFangSC-Medium;
  197. text-align: center;
  198. }
  199. .building {
  200. display: inline-block;
  201. }