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.

429 lines
7.5 KiB

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