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.

419 rivejä
7.2 KiB

  1. page{
  2. height: auto!important;
  3. }
  4. .banner .bg {
  5. display: block;
  6. width: 100%;
  7. }
  8. .bannerimg {
  9. display: block;
  10. width: 710rpx;
  11. height: 260rpx;
  12. border-radius: 15rpx;
  13. margin: -120rpx auto 0;
  14. }
  15. .list{
  16. padding: 0 32rpx;
  17. }
  18. .listitem .fl {
  19. width: 180rpx;
  20. height: 180rpx!important;
  21. border-radius: 10rpx;
  22. overflow: hidden;
  23. margin-top:10rpx;
  24. }
  25. .listitem .icon{
  26. width: 140rpx;
  27. height: 116rpx;
  28. position: absolute;
  29. top: 0;
  30. right: 0;
  31. }
  32. .listitem .ri {
  33. margin-left: 26rpx;
  34. width: 305rpx;
  35. }
  36. .ri text{
  37. display: block;
  38. text-align: left;
  39. }
  40. .ri .txt01 {
  41. width: 100%;
  42. font-size:30rpx;
  43. color: rgba(51, 51, 51, 1);
  44. line-height: 44rpx;
  45. white-space: nowrap;
  46. text-overflow: ellipsis;
  47. overflow: hidden;
  48. font-weight: bold;
  49. }
  50. .ri .txt02 {
  51. width: 100%;
  52. white-space: nowrap;
  53. text-overflow: ellipsis;
  54. overflow: hidden;
  55. font-size: 24rpx;
  56. color: rgba(140, 140, 140, 1);
  57. }
  58. .ri .txt03 {
  59. width: 100%;
  60. font-size:24rpx;
  61. text-decoration:line-through;
  62. color:rgba(140,140,140,1);
  63. }
  64. .ri .txt04 {
  65. width: 100%;
  66. font-size:24rpx;
  67. color:rgba(255,50,50,1);
  68. line-height:44rpx;
  69. }
  70. .money{
  71. display: inline-block!important;
  72. font-size:50rpx;
  73. font-weight:500;
  74. color:rgba(255,50,50,1);
  75. }
  76. .listitem{
  77. position: relative;
  78. padding: 21rpx 0;
  79. border-bottom: 1rpx solid #ededed;
  80. }
  81. .botton{
  82. position: absolute;
  83. right: 0;
  84. text-align: center;
  85. bottom: 40rpx;
  86. width:186rpx;
  87. height:48rpx;
  88. line-height:48rpx;
  89. background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%);
  90. border-radius:24rpx;
  91. font-size:26rpx;
  92. color:rgba(255,255,255,1);
  93. }
  94. .botton1{
  95. position: absolute;
  96. right: 0;
  97. text-align: center;
  98. bottom: 6rpx;
  99. width:186rpx;
  100. height:48rpx;
  101. line-height:48rpx;
  102. background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%);
  103. border-radius:24rpx;
  104. font-size:26rpx;
  105. color:rgba(255,255,255,1);
  106. }
  107. .botton2{
  108. position: absolute;
  109. right: 0;
  110. text-align: center;
  111. bottom: 8rpx;
  112. border-radius:24rpx;
  113. font-size:26rpx;
  114. line-height:48rpx;
  115. color:rgba(255,255,255,1);
  116. width:134rpx;
  117. height:48rpx;
  118. background:linear-gradient(90deg,rgba(117,158,69,1) 0%,rgba(138,183,79,1) 100%);
  119. }
  120. .botton3{
  121. position: absolute;
  122. right: 0;
  123. text-align: center;
  124. bottom: 8rpx;
  125. line-height:48rpx;
  126. border-radius:24rpx;
  127. font-size:26rpx;
  128. color:rgba(255,255,255,1);
  129. width:134rpx;
  130. height:48rpx;
  131. background:linear-gradient(90deg,rgba(255,145,2,1) 0%,rgba(255,176,22,1) 100%);
  132. }
  133. .buttonfix{
  134. position: fixed;
  135. height: 95rpx;
  136. line-height: 95rpx;
  137. bottom: 0;
  138. left: 0;
  139. right: 0;
  140. display: flex;
  141. flex: 2;
  142. background: #fff;
  143. border-top:1rpx solid #C6C6C6;
  144. justify-content: space-around;
  145. text-align: center;
  146. }
  147. .buttonfix > view{
  148. text-align: center;
  149. font-size: 32rpx;
  150. flex: 1;
  151. }
  152. .active1{
  153. color: #02C0FF!important;
  154. }
  155. .line{
  156. border-left:1rpx solid #C6C6C6;
  157. box-sizing:border-box;
  158. -moz-box-sizing:border-box;
  159. -webkit-box-sizing:border-box;
  160. }
  161. .page{
  162. padding-bottom: 100rpx;
  163. }
  164. .mr{
  165. height: 40rpx;
  166. line-height: 40rpx;
  167. }
  168. .txt004{
  169. margin-top: 10rpx;
  170. }
  171. .market {
  172. width: 100%;
  173. height: 100%;
  174. /* background: #f5f5f5; */
  175. }
  176. .tabs {
  177. width: 100% !important;
  178. height: 88rpx;
  179. text-align: center;
  180. position: fixed;
  181. top: 0;
  182. left: 0;
  183. right: 0;
  184. z-index: 100000;
  185. }
  186. .i-tab {
  187. width: 25% !important;
  188. display: inline-block;
  189. }
  190. .section {
  191. position: relative;
  192. }
  193. .mms {
  194. position: relative;
  195. width: 690rpx;
  196. height: 197rpx !important;
  197. background: #fff;
  198. padding: 30rpx 0 0;
  199. margin: 0 auto 40rpx;
  200. border-radius: 16rpx;
  201. border-top: 8rpx solid #02b7ff;
  202. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  203. }
  204. .detail_msg {
  205. display: flex;
  206. padding-bottom: 26rpx;
  207. }
  208. .expiretime {
  209. display: block;
  210. width: 100%;
  211. text-align: left;
  212. text-indent: 1em;
  213. height:54rpx;
  214. line-height:54rpx;
  215. font-size: 26rpx;
  216. color: #333;
  217. letter-spacing: 0;
  218. }
  219. .liness {
  220. display: block;
  221. width: 100%;
  222. }
  223. .logo {
  224. width: 60rpx;
  225. height: 60rpx;
  226. border: 1px solid #f8f8f8;
  227. border-radius: 50rpx;
  228. display: block;
  229. margin-left: 20rpx;
  230. }
  231. .logo image {
  232. width: 60rpx;
  233. height: 60rpx;
  234. border-radius: 50%;
  235. }
  236. .info view:nth-child(1) {
  237. display: flex;
  238. justify-content: space-between;
  239. padding: 0 2%;
  240. }
  241. .info {
  242. width: 100%;
  243. }
  244. .info view:nth-child(1) text {
  245. font-size: 32rpx;
  246. line-height: 32rpx;
  247. height: 32rpx;
  248. color: #333;
  249. letter-spacing: 0;
  250. width: 400rpx;
  251. display: inline-block;
  252. white-space: nowrap;
  253. text-overflow: ellipsis;
  254. overflow: hidden;
  255. }
  256. .info view:nth-child(2) {
  257. padding-left: 2%;
  258. font-size: 22rpx;
  259. color: #333;
  260. letter-spacing: 0;
  261. margin-top: 6rpx;
  262. display: inline-block;
  263. white-space: nowrap;
  264. text-overflow: ellipsis;
  265. overflow: hidden;
  266. width: 400rpx;
  267. }
  268. .info view:nth-child(3) {
  269. margin-left: 20rpx;
  270. }
  271. .btns {
  272. position: absolute;
  273. right: 30rpx;
  274. top: 38rpx;
  275. width: 120rpx;
  276. height: 48rpx;
  277. line-height: 48rpx;
  278. text-align: center;
  279. border: 2rpx solid #02c0ff;
  280. border-radius: 60rpx;
  281. color: #02c0ff;
  282. font-size: 28rpx;
  283. }
  284. .active {
  285. color: #fff;
  286. background: #02c0ff;
  287. }
  288. .txt1 {
  289. font-size: 26rpx;
  290. color: #333;
  291. letter-spacing: 0;
  292. }
  293. .nocoupon image {
  294. width: 300rpx;
  295. display: block;
  296. margin: 3% auto 0;
  297. }
  298. .txt001 {
  299. display: block;
  300. line-height: 48rpx;
  301. font-size: 34rpx;
  302. color: #333;
  303. letter-spacing: 0;
  304. text-align: center;
  305. }
  306. .txt002 {
  307. display: block;
  308. margin-top: 1%;
  309. font-size: 28rpx;
  310. color: #999;
  311. letter-spacing: 0;
  312. line-height: 40rpx;
  313. text-align: center;
  314. }
  315. .nocoupon button {
  316. background: #00c0ff;
  317. color: #fff;
  318. font-style: 30rpx;
  319. width: 100%;
  320. border-radius: 60rpx;
  321. }
  322. .loading {
  323. text-align: center;
  324. height: 80rpx;
  325. line-height: 80rpx;
  326. font-size: 26rpx;
  327. color: #999;
  328. }
  329. .loading image {
  330. width: 60rpx;
  331. height: 60rpx;
  332. vertical-align: middle;
  333. margin-right: 10rpx;
  334. }
  335. .active {
  336. opacity: 0.6;
  337. }
  338. .nav {
  339. position: absolute;
  340. bottom: 3.3%;
  341. left: 0;
  342. right: 0;
  343. margin: auto;
  344. width: 670rpx;
  345. border-radius: 60rpx;
  346. background: #02c0ff;
  347. font-size: 32px;
  348. color: #fff;
  349. text-align: center;
  350. line-height: 32px;
  351. }
  352. .sendImg{
  353. position: absolute;
  354. width: 100rpx;
  355. top:109rpx;
  356. right:72rpx;
  357. }
  358. .dingdan {
  359. margin-top: 33rpx;
  360. }
  361. .dingdan text:nth-of-type(1) {
  362. display: block;
  363. font-size: 34rpx;
  364. color: #333;
  365. letter-spacing: 0;
  366. text-align: center;
  367. }
  368. .dingdan text:nth-of-type(2) {
  369. display: block;
  370. font-size: 28rpx;
  371. color: #999;
  372. letter-spacing: 0;
  373. text-align: center;
  374. }
  375. .dingdan image {
  376. display: block;
  377. width: 300rpx;
  378. height: 300rpx;
  379. margin: 0 auto 16rpx;
  380. }
  381. .again{
  382. position: relative;
  383. width: 686rpx;
  384. height: 200rpx;
  385. }
  386. .banner{
  387. margin-bottom: 20rpx;
  388. }