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.

247 line
3.6 KiB

  1. page{
  2. background: #F4F5F9
  3. }
  4. .market {
  5. width: 100%;
  6. height: 100%;
  7. /* background: #f5f5f5; */
  8. }
  9. button::after{ border: none; }
  10. .goback{
  11. position: fixed;
  12. right: 50rpx;
  13. bottom: 60rpx;
  14. width:100rpx!important;
  15. height:100rpx;
  16. z-index: 100;
  17. background:rgba(255,255,255,1);
  18. line-height: 95rpx;
  19. border:1rpx solid rgba(227,227,227,1);
  20. border-radius:50%;
  21. }
  22. .goback image{
  23. position: absolute;
  24. width: 60rpx;
  25. left: 0;
  26. right: 0;
  27. top: 0;
  28. bottom: 0;
  29. margin: auto;
  30. }
  31. .tabs {
  32. width: 100% !important;
  33. height: 88rpx;
  34. text-align: center;
  35. position: fixed;
  36. top: 0;
  37. left: 0;
  38. right: 0;
  39. z-index: 100000;
  40. background: #FFF;
  41. }
  42. .i-tab {
  43. width: 25% !important;
  44. display: inline-block;
  45. }
  46. .section {
  47. position: relative;
  48. display: flex;
  49. }
  50. .mms {
  51. position: relative;
  52. width: 540rpx;
  53. height: 110rpx !important;
  54. background: #fff;
  55. padding: 30rpx 0 0;
  56. margin: 0 0 40rpx 40rpx;
  57. border-radius: 16rpx;
  58. }
  59. .bGroup{
  60. width: 140rpx;
  61. height: 140rpx;
  62. line-height: 140rpx;
  63. text-align: center;
  64. /* padding: 30rpx 0 0; */
  65. color: #FFFFFF;
  66. font-size: 30rpx;
  67. }
  68. .detail_msg {
  69. display: flex;
  70. padding-bottom: 26rpx;
  71. }
  72. .expiretime {
  73. text-align: left;
  74. text-indent: 1em;
  75. height:60rpx;
  76. line-height:60rpx;
  77. font-size: 26rpx;
  78. color: #333;
  79. letter-spacing: 0;
  80. margin-top: 10rpx;
  81. }
  82. .found{
  83. color: red;
  84. font-size: 26rpx;
  85. margin-right: 20rpx;
  86. height:60rpx;
  87. line-height:60rpx;
  88. margin-top: 10rpx;
  89. }
  90. .liness {
  91. display: block;
  92. width: 100%;
  93. }
  94. .logo {
  95. width: 88rpx;
  96. height: 88rpx;
  97. border: 1px solid #f8f8f8;
  98. border-radius: 50rpx;
  99. display: block;
  100. margin-left: 20rpx;
  101. }
  102. .logo image {
  103. width: 88rpx;
  104. height: 88rpx;
  105. border-radius: 50%;
  106. }
  107. .info view:nth-child(1) {
  108. display: flex;
  109. justify-content: space-between;
  110. /* padding: 0 2%; */
  111. }
  112. .info {
  113. width: 100%;
  114. }
  115. .info view:nth-child(1) text {
  116. font-size: 32rpx;
  117. line-height: 32rpx;
  118. height: 32rpx;
  119. color: #333;
  120. letter-spacing: 0;
  121. width: 400rpx;
  122. display: inline-block;
  123. white-space: nowrap;
  124. text-overflow: ellipsis;
  125. overflow: hidden;
  126. }
  127. .info view:nth-child(2) {
  128. font-size: 22rpx;
  129. color: #333;
  130. letter-spacing: 0;
  131. margin-top: 6rpx;
  132. display: inline-block;
  133. white-space: nowrap;
  134. text-overflow: ellipsis;
  135. overflow: hidden;
  136. /* width: 400rpx; */
  137. }
  138. .info view:nth-child(3) {
  139. margin-left: 20rpx;
  140. }
  141. .btns {
  142. background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  143. border-radius: 16rpx;
  144. }
  145. .btnsL{
  146. background: #CECECE;
  147. border-radius: 16rpx;
  148. }
  149. .active {
  150. color: #fff;
  151. background: #02c0ff;
  152. }
  153. .txt1 {
  154. font-size: 26rpx;
  155. color: #333;
  156. letter-spacing: 0;
  157. }
  158. .nocoupon image {
  159. width: 300rpx;
  160. display: block;
  161. margin: 3% auto 0;
  162. }
  163. .txt001 {
  164. display: block;
  165. line-height: 48rpx;
  166. font-size: 34rpx;
  167. color: #333;
  168. letter-spacing: 0;
  169. text-align: center;
  170. }
  171. .txt002 {
  172. display: block;
  173. margin-top: 1%;
  174. font-size: 28rpx;
  175. color: #999;
  176. letter-spacing: 0;
  177. line-height: 40rpx;
  178. text-align: center;
  179. }
  180. .nocoupon button {
  181. background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  182. color: #fff;
  183. font-style: 30rpx;
  184. width: 100%;
  185. border-radius: 60rpx;
  186. }
  187. .loading {
  188. text-align: center;
  189. height: 80rpx;
  190. line-height: 80rpx;
  191. font-size: 26rpx;
  192. color: #999;
  193. }
  194. .loading image {
  195. width: 60rpx;
  196. height: 60rpx;
  197. vertical-align: middle;
  198. margin-right: 10rpx;
  199. }
  200. .active {
  201. opacity: 0.6;
  202. }
  203. .nav {
  204. position: absolute;
  205. bottom: 3.3%;
  206. left: 0;
  207. right: 0;
  208. margin: auto;
  209. width: 670rpx;
  210. border-radius: 60rpx;
  211. background: #02c0ff;
  212. font-size: 32px;
  213. color: #fff;
  214. text-align: center;
  215. line-height: 32px;
  216. }
  217. .sendImg{
  218. position: absolute;
  219. width: 100rpx;
  220. top:109rpx;
  221. right:72rpx;
  222. }