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.

218 lines
3.1 KiB

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