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.

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