C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

choicecoupon.wxss 3.0 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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: 60rpx;
  103. height: 48rpx;
  104. line-height: 48rpx;
  105. text-align: right;
  106. color: #f96563;
  107. font-size: 40rpx;
  108. }
  109. .res {
  110. color: #f96563;
  111. font-size:30rpx;
  112. margin-bottom:20rpx;
  113. text-indent:.7em;
  114. }
  115. .btn{
  116. font-size:26rpx;
  117. }
  118. .yuan {
  119. color: #333;
  120. font-size: 26rpx;
  121. }
  122. .txt1 {
  123. font-size: 22rpx;
  124. color: #333;
  125. letter-spacing: 0;
  126. }
  127. .nocoupon image {
  128. width: 300rpx;
  129. display: block;
  130. margin: 3% auto 0;
  131. }
  132. .txt001 {
  133. display: block;
  134. line-height: 48rpx;
  135. font-size: 34rpx;
  136. color: #333;
  137. letter-spacing: 0;
  138. text-align: center;
  139. }
  140. .txt002 {
  141. display: block;
  142. margin-top: 1%;
  143. font-size: 28rpx;
  144. color: #999;
  145. letter-spacing: 0;
  146. line-height: 40rpx;
  147. text-align: center;
  148. }
  149. .nocoupon button {
  150. background: #00c0ff;
  151. color: #fff;
  152. font-style: 30rpx;
  153. width: 100%;
  154. border-radius: 60rpx;
  155. }
  156. .loading {
  157. text-align: center;
  158. height: 80rpx;
  159. line-height: 80rpx;
  160. font-size: 26rpx;
  161. color: #999;
  162. }
  163. .loading image {
  164. width: 60rpx;
  165. height: 60rpx;
  166. vertical-align: middle;
  167. margin-right: 10rpx;
  168. }
  169. .active {
  170. opacity: 0.6;
  171. }
  172. .nav {
  173. position: absolute;
  174. bottom: 3.3%;
  175. left: 0;
  176. right: 0;
  177. margin: auto;
  178. width: 670rpx;
  179. border-radius: 60rpx;
  180. background: #02c0ff;
  181. font-size: 32px;
  182. color: #fff;
  183. text-align: center;
  184. line-height: 32px;
  185. }
  186. .gou {
  187. position: absolute;
  188. top: -15rpx;
  189. right: -10rpx;
  190. width: 60rpx;
  191. }