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.

216 lines
3.5 KiB

  1. .market {
  2. width: 100%;
  3. height: 100%;
  4. background: #F4F5F9;
  5. position: relative;
  6. }
  7. .tabs {
  8. width: 100% !important;
  9. height: 96rpx;
  10. text-align: center;
  11. position: fixed;
  12. left: 0;
  13. right: 0;
  14. z-index: 100000;
  15. background: #FFF;
  16. }
  17. .i-tab {
  18. width: 25% !important;
  19. display: inline-block;
  20. }
  21. .section {
  22. position: relative;
  23. }
  24. .mms {
  25. width: 690rpx;
  26. height: 180rpx !important;
  27. background: #fff;
  28. margin: 0 auto 40rpx;
  29. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  30. }
  31. .detail_msg {
  32. display: flex;
  33. padding-top: 16rpx;
  34. padding-bottom: 16rpx;
  35. background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  36. }
  37. .detail_msgYsy {
  38. display: flex;
  39. padding-top: 16rpx;
  40. padding-bottom: 16rpx;
  41. background: #E1E1E1;
  42. }
  43. .expiretime {
  44. display: block;
  45. width: 100%;
  46. text-align: left;
  47. text-indent: 0.5em;
  48. height: 54rpx;
  49. line-height: 45rpx;
  50. font-size: 22rpx;
  51. color: #A6A6A6;
  52. letter-spacing: 0;
  53. }
  54. .liness {
  55. display: block;
  56. width: 100%;
  57. }
  58. .logo {
  59. width: 60rpx;
  60. height: 60rpx;
  61. /* border: 1px solid #f8f8f8; */
  62. border-radius: 50rpx;
  63. display: block;
  64. margin: 15rpx 20rpx 0 20rpx;
  65. }
  66. .logo image {
  67. width: 60rpx;
  68. height: 60rpx;
  69. border-radius: 50%;
  70. }
  71. .info view:nth-child(1) {
  72. display: flex;
  73. justify-content: space-between;
  74. padding: 0 4%;
  75. margin-top: 15rpx;
  76. }
  77. .info {
  78. width: 100%;
  79. border-left: 1rpx #FFF dashed;
  80. }
  81. .info view:nth-child(1) text {
  82. font-size: 32rpx;
  83. line-height: 32rpx;
  84. height: 32rpx;
  85. color: #FFFFFF;
  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: 4%;
  95. font-size: 22rpx;
  96. color: #FFFFFF;
  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: 57rpx;
  111. top: 38rpx;
  112. width: 120rpx;
  113. height: 48rpx;
  114. line-height: 48rpx;
  115. text-align: center;
  116. border: 2rpx solid #fff;
  117. border-radius: 60rpx;
  118. color: #fff;
  119. font-size: 28rpx;
  120. }
  121. .active {
  122. color: #fff;
  123. /* background: #02c0ff; */
  124. }
  125. .txt1 {
  126. font-size: 22rpx;
  127. color: #A6A6A6;
  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: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  154. color: #fff;
  155. font-size: 36rpx;
  156. width: 100%;
  157. border-radius: 60rpx;
  158. height: 88rpx;
  159. line-height: 88rpx;
  160. }
  161. .loading {
  162. text-align: center;
  163. height: 80rpx;
  164. line-height: 80rpx;
  165. font-size: 26rpx;
  166. color: #999;
  167. }
  168. .loading image {
  169. width: 60rpx;
  170. height: 60rpx;
  171. vertical-align: middle;
  172. margin-right: 10rpx;
  173. }
  174. .active {
  175. opacity: 0.6;
  176. }
  177. .nav {
  178. position: absolute;
  179. bottom: -130%;
  180. left: 0;
  181. right: 0;
  182. margin: auto;
  183. width: 670rpx;
  184. border-radius: 60rpx;
  185. background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  186. font-size: 32px;
  187. color: #fff;
  188. text-align: center;
  189. line-height: 32px;
  190. }