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.

227 rivejä
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. .mms {
  33. background: #fff;
  34. padding: 0;
  35. border-radius: 16rpx;
  36. border-top: 8rpx solid #02b7ff;
  37. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  38. }
  39. .expiretime {
  40. display: block;
  41. width: 100%;
  42. text-align: left;
  43. text-indent: 1em;
  44. font-size: 22rpx;
  45. color: #333;
  46. letter-spacing: 0;
  47. }
  48. .liness {
  49. display: block;
  50. width: 100%;
  51. }
  52. .detail_msg {
  53. width: 100%;
  54. display: block;
  55. }
  56. .detail_msg image {
  57. display: block;
  58. width: 100%;
  59. height: 200rpx!important;
  60. }
  61. .detail_msg text{
  62. display: block;
  63. font-size:28rpx;
  64. height: 80rpx;
  65. line-height: 40rpx;
  66. color: #666;
  67. padding:16rpx 20rpx 0;
  68. }
  69. .info view:nth-child(1) {
  70. display: flex;
  71. justify-content: space-between;
  72. padding: 0 2%;
  73. }
  74. .info {
  75. width: 100%;
  76. }
  77. .info view:nth-child(1) text {
  78. font-size: 32rpx;
  79. line-height: 32rpx;
  80. height: 32rpx;
  81. color: #333;
  82. letter-spacing: 0;
  83. width: 400rpx;
  84. display: inline-block;
  85. white-space: nowrap;
  86. text-overflow: ellipsis;
  87. overflow: hidden;
  88. }
  89. .info view:nth-child(2) {
  90. padding-left: 2%;
  91. font-size: 22rpx;
  92. color: #333;
  93. letter-spacing: 0;
  94. margin-top: 6rpx;
  95. display: inline-block;
  96. white-space: nowrap;
  97. text-overflow: ellipsis;
  98. overflow: hidden;
  99. width: 400rpx;
  100. }
  101. .info view:nth-child(3) {
  102. margin-left: 20rpx;
  103. }
  104. .btns {
  105. position: absolute;
  106. right: 57rpx;
  107. top: 38rpx;
  108. width: 120rpx;
  109. height: 48rpx;
  110. line-height: 48rpx;
  111. text-align: center;
  112. border: 2rpx solid #02c0ff;
  113. border-radius: 60rpx;
  114. color: #02c0ff;
  115. font-size: 28rpx;
  116. }
  117. .buycardbtn{
  118. display: flex;
  119. flex: 2;
  120. }
  121. .buycardbtn button{
  122. flex: 1;
  123. font-size: 28rpx;
  124. height: 70rpx;
  125. line-height: 70rpx;
  126. background:#02c0ff!important;
  127. border:0;
  128. color:#fff!important;
  129. margin-top: 20rpx;
  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. }