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.

241 lines
3.5 KiB

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