C端小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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