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.

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