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.

190 lines
2.6 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 30rpx;
  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. .txt1 {
  103. font-size: 22rpx;
  104. color: #333;
  105. letter-spacing: 0;
  106. }
  107. .nocoupon image {
  108. width: 300rpx;
  109. display: block;
  110. margin: 3% auto 0;
  111. }
  112. .txt001 {
  113. display: block;
  114. line-height: 48rpx;
  115. font-size: 34rpx;
  116. color: #333;
  117. letter-spacing: 0;
  118. text-align: center;
  119. }
  120. .txt002 {
  121. display: block;
  122. margin-top: 1%;
  123. font-size: 28rpx;
  124. color: #999;
  125. letter-spacing: 0;
  126. line-height: 40rpx;
  127. text-align: center;
  128. }
  129. .nocoupon button {
  130. background: #00c0ff;
  131. color: #fff;
  132. font-style: 30rpx;
  133. width: 100%;
  134. border-radius: 60rpx;
  135. }
  136. .loading {
  137. text-align: center;
  138. height: 80rpx;
  139. line-height: 80rpx;
  140. font-size: 26rpx;
  141. color: #999;
  142. }
  143. .loading image {
  144. width: 40rpx;
  145. height: 40rpx;
  146. vertical-align: middle;
  147. margin-right: 10rpx;
  148. }
  149. .active {
  150. opacity: 0.6;
  151. }
  152. .nav {
  153. position: absolute;
  154. bottom: 3.3%;
  155. left: 0;
  156. right: 0;
  157. margin: auto;
  158. width: 670rpx;
  159. border-radius: 60rpx;
  160. background: #02c0ff;
  161. font-size: 32px;
  162. color: #fff;
  163. text-align: center;
  164. line-height: 32px;
  165. }