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ů.

220 řádky
3.1 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: #A6A6A6;
  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: 2% 2%;
  68. }
  69. .info {
  70. width: 100%;
  71. height: 126rpx;
  72. background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  73. }
  74. .info view:nth-child(1) text {
  75. font-size: 32rpx;
  76. line-height: 32rpx;
  77. height: 32rpx;
  78. color: #FFFFFF;
  79. letter-spacing: 0;
  80. width: 400rpx;
  81. display: inline-block;
  82. white-space: nowrap;
  83. text-overflow: ellipsis;
  84. overflow: hidden;
  85. }
  86. .info view:nth-child(2) {
  87. padding-left: 2%;
  88. font-size: 22rpx;
  89. color: #FFFFFF;
  90. letter-spacing: 0;
  91. margin-top: 6rpx;
  92. display: inline-block;
  93. white-space: nowrap;
  94. text-overflow: ellipsis;
  95. overflow: hidden;
  96. width: 400rpx;
  97. }
  98. .info view:nth-child(3) {
  99. margin-left: 20rpx;
  100. }
  101. .btns {
  102. position: absolute;
  103. right: 120rpx;
  104. top: 50rpx;
  105. height: 48rpx;
  106. line-height: 48rpx;
  107. text-align: right;
  108. color: #FFF;
  109. font-size: 40rpx;
  110. }
  111. .res {
  112. color: #f96563;
  113. font-size:30rpx;
  114. margin-bottom:20rpx;
  115. text-indent:.7em;
  116. }
  117. .btn{
  118. font-size:26rpx;
  119. }
  120. .yuan {
  121. color: #FFF;
  122. font-size: 26rpx;
  123. }
  124. .txt1 {
  125. font-size: 22rpx;
  126. color: #A6A6A6;
  127. letter-spacing: 0;
  128. }
  129. .nocoupon image {
  130. width: 300rpx;
  131. display: block;
  132. margin: 3% auto 0;
  133. }
  134. .txt001 {
  135. display: block;
  136. line-height: 48rpx;
  137. font-size: 34rpx;
  138. color: #333;
  139. letter-spacing: 0;
  140. text-align: center;
  141. }
  142. .txt002 {
  143. display: block;
  144. margin-top: 1%;
  145. font-size: 28rpx;
  146. color: #999;
  147. letter-spacing: 0;
  148. line-height: 40rpx;
  149. text-align: center;
  150. }
  151. .nocoupon button {
  152. background: #00c0ff;
  153. color: #fff;
  154. font-style: 30rpx;
  155. width: 100%;
  156. border-radius: 60rpx;
  157. }
  158. .loading {
  159. text-align: center;
  160. height: 80rpx;
  161. line-height: 80rpx;
  162. font-size: 26rpx;
  163. color: #999;
  164. }
  165. .loading image {
  166. width: 60rpx;
  167. height: 60rpx;
  168. vertical-align: middle;
  169. margin-right: 10rpx;
  170. }
  171. .active {
  172. opacity: 0.6;
  173. }
  174. .nav {
  175. position: absolute;
  176. bottom: 3.3%;
  177. left: 0;
  178. right: 0;
  179. margin: auto;
  180. width: 670rpx;
  181. border-radius: 60rpx;
  182. background: #02c0ff;
  183. font-size: 32px;
  184. color: #fff;
  185. text-align: center;
  186. line-height: 32px;
  187. }
  188. .gou {
  189. position: absolute;
  190. top:45rpx;
  191. right: 30rpx;
  192. width: 60rpx;
  193. }