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.

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