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.

344 lines
5.0 KiB

  1. .market {
  2. width: 100%;
  3. height: 100%;
  4. background: #F4F5F9;
  5. }
  6. .tabs {
  7. width: 100% !important;
  8. height: 88rpx;
  9. text-align: center;
  10. position: fixed;
  11. /* top: 136rpx; */
  12. left: 0;
  13. right: 0;
  14. z-index: 100000;
  15. background: #fff;
  16. }
  17. .i-tab {
  18. width: 25% !important;
  19. display: inline-block;
  20. }
  21. .section {
  22. position: relative;
  23. width: 710rpx;
  24. height: 240rpx;
  25. margin: 0 auto 20rpx;
  26. padding: 20rpx 0;
  27. border-radius: 16rpx;
  28. background: #fff;
  29. }
  30. .mms {
  31. position: relative;
  32. width: 670rpx;
  33. background: #fff;
  34. height: 238rpx;
  35. margin: 0 auto 30rpx;
  36. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  37. }
  38. .cover-img {
  39. position: absolute;
  40. left: 0;
  41. top: 0;
  42. width: 100%;
  43. height: 100%;
  44. z-index: 0;
  45. }
  46. .gray-bg {
  47. width: 100%;
  48. height: 100%;
  49. position: absolute;
  50. left: 0;
  51. top: 0;
  52. z-index: 10;
  53. background: rgba(0,0,0,.4);
  54. }
  55. .yu {
  56. display: inline-block !important;
  57. font-size: 30rpx!important;
  58. }
  59. .expiretime {
  60. width: 250rpx;
  61. }
  62. .expiretime text {
  63. display: block;
  64. font-size: 30rpx;
  65. font-weight: 500;
  66. white-space: nowrap;
  67. text-align: right;
  68. text-overflow: ellipsis;
  69. overflow: hidden;
  70. margin-top: 35rpx;
  71. margin-right: 10rpx;
  72. color: rgba(255, 255, 255, 1);
  73. }
  74. .money {
  75. margin-left: 10rpx;
  76. font-size: 30rpx;
  77. font-weight: bold;
  78. }
  79. .liness {
  80. display: block;
  81. width: 100%;
  82. }
  83. .logo {
  84. width: 60rpx;
  85. height: 60rpx;
  86. border: 1px solid #f8f8f8;
  87. border-radius: 50rpx;
  88. display: block;
  89. margin-left: 20rpx;
  90. }
  91. .logo image {
  92. width: 60rpx;
  93. height: 60rpx;
  94. border-radius: 50%;
  95. }
  96. .info {
  97. width: 100%;
  98. }
  99. .info .title .yue {
  100. font-size: 60rpx;
  101. line-height: 60rpx;
  102. font-weight: bold;
  103. color: #fff;
  104. letter-spacing: 0;
  105. width: 400rpx;
  106. display: inline-block;
  107. white-space: nowrap;
  108. text-overflow: ellipsis;
  109. overflow: hidden;
  110. margin-bottom: 10rpx;
  111. margin-top: 23rpx;
  112. text-align: left;
  113. }
  114. .info >view view:nth-child(2) {
  115. display: inline-block;
  116. width: 220rpx;
  117. font-size: 26rpx;
  118. color: #fff;
  119. letter-spacing: 0;
  120. margin-top: 6rpx;
  121. white-space: nowrap;
  122. text-overflow: ellipsis;
  123. overflow: hidden;
  124. margin-right: 25rpx;
  125. }
  126. .btns {
  127. position: absolute;
  128. right: 25rpx;
  129. bottom: -12rpx;
  130. text-align: center;
  131. font-size: 28rpx;
  132. width: 250rpx !important;
  133. height: 61rpx;
  134. line-height: 61rpx;
  135. background: rgba(255, 255, 255, 1);
  136. border-radius: 30rpx;
  137. z-index: 100;
  138. color: #FD832D!important;
  139. }
  140. .active {
  141. color: #fff;
  142. opacity: 0.9;
  143. }
  144. .txt1 {
  145. font-size: 24rpx;
  146. color: #fff;
  147. letter-spacing: 0;
  148. }
  149. .nocoupon image {
  150. width: 300rpx;
  151. display: block;
  152. margin: 3% auto 0;
  153. }
  154. .txt001 {
  155. display: block;
  156. line-height: 48rpx;
  157. font-size: 34rpx;
  158. color: #333;
  159. letter-spacing: 0;
  160. text-align: center;
  161. }
  162. .txt002 {
  163. display: block;
  164. margin-top: 1%;
  165. font-size: 28rpx;
  166. color: #999;
  167. letter-spacing: 0;
  168. line-height: 40rpx;
  169. text-align: center;
  170. }
  171. .nocoupon button {
  172. background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  173. color: #fff;
  174. font-style: 30rpx;
  175. width: 100%;
  176. border-radius: 60rpx;
  177. }
  178. .loading {
  179. text-align: center;
  180. height: 80rpx;
  181. line-height: 80rpx;
  182. font-size: 26rpx;
  183. color: #999;
  184. }
  185. .loading image {
  186. width: 60rpx;
  187. height: 60rpx;
  188. vertical-align: middle;
  189. margin-right: 10rpx;
  190. }
  191. .active {
  192. /* opacity: 0.6; */
  193. }
  194. .nav {
  195. position: absolute;
  196. bottom: 3.3%;
  197. left: 0;
  198. right: 0;
  199. margin: auto;
  200. width: 670rpx;
  201. border-radius: 60rpx;
  202. background: #02c0ff;
  203. font-size: 32px;
  204. color: #fff;
  205. text-align: center;
  206. line-height: 32px;
  207. }
  208. .title {
  209. width: 50%;
  210. }
  211. .title text {
  212. display: block;
  213. color: #fff;
  214. font-size: 24rpx;
  215. margin-left: 25rpx;
  216. text-align: left;
  217. }
  218. .txt2{
  219. /* opacity: .99; */
  220. margin-top: 36rpx;
  221. }
  222. .imgicon {
  223. position: absolute;
  224. width: 140rpx;
  225. height: 100rpx;
  226. z-index: 100;
  227. right: 257rpx;
  228. top: 0;
  229. }
  230. .imgicon image {
  231. width: 100%;
  232. }
  233. .buyagain {
  234. width: 162rpx;
  235. height: 57rpx;
  236. background: rgba(255, 255, 255, 1);
  237. border-radius: 10rpx;
  238. font-size: 24rpx;
  239. color: rgba(51, 51, 51, 1);
  240. margin-right: 25rpx;
  241. margin-top: 11rpx;
  242. }
  243. .txtstatus {
  244. height: 80rpx;
  245. font-size: 24rpx;
  246. color: rgba(255, 53, 53, 1);
  247. margin-left: 30rpx;
  248. }
  249. .userule {
  250. text-align: center;
  251. font-size: 28rpx;
  252. font-family: PingFang-SC-Regular;
  253. font-weight: 400;
  254. color: #FD832D;
  255. /* opacity: .99; */
  256. line-height: 44rpx;
  257. margin-top: 30rpx;
  258. background: #fff;
  259. position: fixed;
  260. bottom: 0;
  261. left: 0;
  262. width: 100%;
  263. height: 80rpx;
  264. line-height: 80rpx;
  265. z-index: 100;
  266. }
  267. .yue text:nth-of-type(1){
  268. margin-right: 6rpx;
  269. }
  270. .yue text:nth-of-type(2){
  271. margin-left: 6rpx;
  272. }
  273. .cantransferred{
  274. position:absolute;
  275. right:0;
  276. top:0;
  277. width:60rpx;
  278. height:60rpx;
  279. z-index:100;
  280. }
  281. button::after{ border: none; }
  282. .goback{
  283. position: fixed;
  284. right: 50rpx;
  285. bottom: 60rpx;
  286. width:100rpx!important;
  287. height:100rpx;
  288. z-index: 100;
  289. background:rgba(255,255,255,1);
  290. line-height: 95rpx;
  291. border:1rpx solid rgba(227,227,227,1);
  292. border-radius:50%;
  293. }
  294. .goback image{
  295. position: absolute;
  296. width: 60rpx;
  297. left: 0;
  298. right: 0;
  299. top: 0;
  300. bottom: 0;
  301. margin: auto;
  302. }
  303. .detail_msg {
  304. position: absolute;
  305. left: 0;
  306. z-index: 100;
  307. }