C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

212 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:54rpx;
  44. line-height:54rpx;
  45. font-size: 26rpx;
  46. color: #333;
  47. letter-spacing: 0;
  48. }
  49. .liness {
  50. display: block;
  51. width: 100%;
  52. }
  53. .logo {
  54. width: 60rpx;
  55. height: 60rpx;
  56. border: 1px solid #f8f8f8;
  57. border-radius: 50rpx;
  58. display: block;
  59. margin-left: 20rpx;
  60. }
  61. .logo image {
  62. width: 60rpx;
  63. height: 60rpx;
  64. border-radius: 50%;
  65. }
  66. .info view:nth-child(1) {
  67. display: flex;
  68. justify-content: space-between;
  69. padding: 0 2%;
  70. }
  71. .info {
  72. width: 100%;
  73. }
  74. .info view:nth-child(1) text {
  75. font-size: 32rpx;
  76. line-height: 32rpx;
  77. height: 32rpx;
  78. color: #333;
  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: #333;
  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: 30rpx;
  104. top: 38rpx;
  105. width: 120rpx;
  106. height: 48rpx;
  107. line-height: 48rpx;
  108. text-align: center;
  109. border: 2rpx solid #02c0ff;
  110. border-radius: 60rpx;
  111. color: #02c0ff;
  112. font-size: 28rpx;
  113. }
  114. .active {
  115. color: #fff;
  116. background: #02c0ff;
  117. }
  118. .txt1 {
  119. font-size: 26rpx;
  120. color: #333;
  121. letter-spacing: 0;
  122. }
  123. .nocoupon image {
  124. width: 300rpx;
  125. display: block;
  126. margin: 3% auto 0;
  127. }
  128. .txt001 {
  129. display: block;
  130. line-height: 48rpx;
  131. font-size: 34rpx;
  132. color: #333;
  133. letter-spacing: 0;
  134. text-align: center;
  135. }
  136. .txt002 {
  137. display: block;
  138. margin-top: 1%;
  139. font-size: 28rpx;
  140. color: #999;
  141. letter-spacing: 0;
  142. line-height: 40rpx;
  143. text-align: center;
  144. }
  145. .nocoupon button {
  146. background: #00c0ff;
  147. color: #fff;
  148. font-style: 30rpx;
  149. width: 100%;
  150. border-radius: 60rpx;
  151. }
  152. .loading {
  153. text-align: center;
  154. height: 80rpx;
  155. line-height: 80rpx;
  156. font-size: 26rpx;
  157. color: #999;
  158. }
  159. .loading image {
  160. width: 60rpx;
  161. height: 60rpx;
  162. vertical-align: middle;
  163. margin-right: 10rpx;
  164. }
  165. .active {
  166. opacity: 0.6;
  167. }
  168. .nav {
  169. position: absolute;
  170. bottom: 3.3%;
  171. left: 0;
  172. right: 0;
  173. margin: auto;
  174. width: 670rpx;
  175. border-radius: 60rpx;
  176. background: #02c0ff;
  177. font-size: 32px;
  178. color: #fff;
  179. text-align: center;
  180. line-height: 32px;
  181. }
  182. .sendImg{
  183. position: absolute;
  184. width: 100rpx;
  185. top:109rpx;
  186. right:72rpx;
  187. }