C端小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

229 wiersze
3.3 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: 65rpx;
  69. line-height: 65rpx;
  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. border-top:1px solid #eee;
  131. }
  132. button::after{ border: none; }
  133. .buycardbtn button text{
  134. margin-left: 10rpx;
  135. }
  136. .active {
  137. color: #fff;
  138. background: #02c0ff;
  139. }
  140. .txt1 {
  141. font-size: 34rpx;
  142. color: #666;
  143. letter-spacing: 0;
  144. }
  145. .nocoupon image {
  146. width: 300rpx;
  147. display: block;
  148. margin: 3% auto 0;
  149. }
  150. .txt001 {
  151. display: block;
  152. line-height: 48rpx;
  153. font-size: 34rpx;
  154. color: #333;
  155. letter-spacing: 0;
  156. text-align: center;
  157. }
  158. .txt002 {
  159. display: block;
  160. margin-top: 1%;
  161. font-size: 28rpx;
  162. color: #999;
  163. letter-spacing: 0;
  164. line-height: 40rpx;
  165. text-align: center;
  166. }
  167. .nocoupon button {
  168. background: #00c0ff;
  169. color: #fff;
  170. font-style: 30rpx;
  171. width: 100%;
  172. border-radius: 60rpx;
  173. }
  174. .loading {
  175. text-align: center;
  176. height: 80rpx;
  177. line-height: 80rpx;
  178. font-size: 26rpx;
  179. color: #999;
  180. }
  181. .loading image {
  182. width: 60rpx;
  183. height: 60rpx;
  184. vertical-align: middle;
  185. margin-right: 10rpx;
  186. }
  187. .active {
  188. opacity: 0.6;
  189. }
  190. .nav {
  191. position: absolute;
  192. bottom: 3.3%;
  193. left: 0;
  194. right: 0;
  195. margin: auto;
  196. width: 670rpx;
  197. border-radius: 60rpx;
  198. background: #02c0ff;
  199. font-size: 32px;
  200. color: #fff;
  201. text-align: center;
  202. line-height: 32px;
  203. }
  204. .cards{
  205. margin-top: 30rpx;
  206. padding: 0 30rpx;
  207. }