C端小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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