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.

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