C端小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

227 Zeilen
3.2 KiB

  1. .header image{
  2. width: 100%;
  3. }
  4. .market {
  5. width: 100%;
  6. height: 100%;
  7. /* background: #f5f5f5; */
  8. }
  9. .tabs {
  10. width: 100% !important;
  11. height: 88rpx;
  12. text-align: center;
  13. margin-bottom: 30rpx;
  14. }
  15. .i-tab {
  16. width: 25% !important;
  17. display: inline-block;
  18. }
  19. .section {
  20. position: relative;
  21. width: 48%;
  22. }
  23. .cards >view:nth-of-type(2n){
  24. float: right;
  25. }
  26. .cards>view:nth-of-type(2n+1){
  27. float: left;
  28. }
  29. .cards>view{
  30. margin-bottom: 30rpx;
  31. }
  32. .nocoupon{
  33. margin: 0 auto;
  34. float: none!important;
  35. }
  36. .mms {
  37. background: #fff;
  38. padding: 0;
  39. border-radius: 16rpx;
  40. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  41. }
  42. .expiretime {
  43. display: block;
  44. width: 100%;
  45. text-align: left;
  46. text-indent: 1em;
  47. font-size: 22rpx;
  48. color: #333;
  49. letter-spacing: 0;
  50. }
  51. .liness {
  52. display: block;
  53. width: 100%;
  54. }
  55. .detail_msg {
  56. width: 100%;
  57. display: block;
  58. }
  59. .detail_msg image {
  60. display: block;
  61. width: 100%;
  62. height: 200rpx!important;
  63. border-radius: 16rpx;
  64. }
  65. .detail_msg text{
  66. display: block;
  67. font-size:28rpx;
  68. height: 60rpx;
  69. line-height: 60rpx;
  70. color: #333;
  71. text-align: center;
  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: 57rpx;
  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. .buycardbtn{
  122. display: flex;
  123. flex: 2;
  124. }
  125. .buycardbtn button{
  126. flex: 1;
  127. font-size: 28rpx;
  128. color:#FF3535!important;
  129. background: none;
  130. }
  131. .buycardbtn button text{
  132. margin-left: 10rpx;
  133. }
  134. .active {
  135. color: #fff;
  136. background: #02c0ff;
  137. }
  138. .txt1 {
  139. font-size: 34rpx;
  140. color: #666;
  141. letter-spacing: 0;
  142. }
  143. .nocoupon image {
  144. width: 300rpx;
  145. display: block;
  146. margin: 3% auto 0;
  147. }
  148. .txt001 {
  149. display: block;
  150. line-height: 48rpx;
  151. font-size: 34rpx;
  152. color: #333;
  153. letter-spacing: 0;
  154. text-align: center;
  155. }
  156. .txt002 {
  157. display: block;
  158. margin-top: 1%;
  159. font-size: 28rpx;
  160. color: #999;
  161. letter-spacing: 0;
  162. line-height: 40rpx;
  163. text-align: center;
  164. }
  165. .nocoupon button {
  166. background: #00c0ff;
  167. color: #fff;
  168. font-style: 30rpx;
  169. width: 100%;
  170. border-radius: 60rpx;
  171. }
  172. .loading {
  173. text-align: center;
  174. height: 80rpx;
  175. line-height: 80rpx;
  176. font-size: 26rpx;
  177. color: #999;
  178. }
  179. .loading image {
  180. width: 60rpx;
  181. height: 60rpx;
  182. vertical-align: middle;
  183. margin-right: 10rpx;
  184. }
  185. .active {
  186. opacity: 0.6;
  187. }
  188. .nav {
  189. position: absolute;
  190. bottom: 3.3%;
  191. left: 0;
  192. right: 0;
  193. margin: auto;
  194. width: 670rpx;
  195. border-radius: 60rpx;
  196. background: #02c0ff;
  197. font-size: 32px;
  198. color: #fff;
  199. text-align: center;
  200. line-height: 32px;
  201. }
  202. .cards{
  203. margin-top: 30rpx;
  204. padding: 0 30rpx;
  205. }