C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

422 строки
7.3 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. .botton02{
  108. background: #ccc!important;
  109. }
  110. .botton2{
  111. position: absolute;
  112. right: 0;
  113. text-align: center;
  114. bottom: 8rpx;
  115. border-radius:24rpx;
  116. font-size:26rpx;
  117. line-height:48rpx;
  118. color:rgba(255,255,255,1);
  119. width:134rpx;
  120. height:48rpx;
  121. background:linear-gradient(90deg,rgba(117,158,69,1) 0%,rgba(138,183,79,1) 100%);
  122. }
  123. .botton3{
  124. position: absolute;
  125. right: 0;
  126. text-align: center;
  127. bottom: 8rpx;
  128. line-height:48rpx;
  129. border-radius:24rpx;
  130. font-size:26rpx;
  131. color:rgba(255,255,255,1);
  132. width:134rpx;
  133. height:48rpx;
  134. background:linear-gradient(90deg,rgba(255,145,2,1) 0%,rgba(255,176,22,1) 100%);
  135. }
  136. .buttonfix{
  137. position: fixed;
  138. height: 95rpx;
  139. line-height: 95rpx;
  140. bottom: 0;
  141. left: 0;
  142. right: 0;
  143. display: flex;
  144. flex: 2;
  145. background: #fff;
  146. border-top:1rpx solid #C6C6C6;
  147. justify-content: space-around;
  148. text-align: center;
  149. }
  150. .buttonfix > view{
  151. text-align: center;
  152. font-size: 32rpx;
  153. flex: 1;
  154. }
  155. .active1{
  156. color: #02C0FF!important;
  157. }
  158. .line{
  159. border-left:1rpx solid #C6C6C6;
  160. box-sizing:border-box;
  161. -moz-box-sizing:border-box;
  162. -webkit-box-sizing:border-box;
  163. }
  164. .page{
  165. padding-bottom: 100rpx;
  166. }
  167. .mr{
  168. height: 40rpx;
  169. line-height: 40rpx;
  170. }
  171. .txt004{
  172. margin-top: 10rpx;
  173. }
  174. .market {
  175. width: 100%;
  176. height: 100%;
  177. /* background: #f5f5f5; */
  178. }
  179. .tabs {
  180. width: 100% !important;
  181. height: 88rpx;
  182. text-align: center;
  183. position: fixed;
  184. top: 0;
  185. left: 0;
  186. right: 0;
  187. z-index: 100000;
  188. }
  189. .i-tab {
  190. width: 25% !important;
  191. display: inline-block;
  192. }
  193. .section {
  194. position: relative;
  195. }
  196. .mms {
  197. position: relative;
  198. width: 690rpx;
  199. height: 197rpx !important;
  200. background: #fff;
  201. padding: 30rpx 0 0;
  202. margin: 0 auto 40rpx;
  203. border-radius: 16rpx;
  204. border-top: 8rpx solid #02b7ff;
  205. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  206. }
  207. .detail_msg {
  208. display: flex;
  209. padding-bottom: 26rpx;
  210. }
  211. .expiretime {
  212. display: block;
  213. width: 100%;
  214. text-align: left;
  215. text-indent: 1em;
  216. height:54rpx;
  217. line-height:54rpx;
  218. font-size: 26rpx;
  219. color: #333;
  220. letter-spacing: 0;
  221. }
  222. .liness {
  223. display: block;
  224. width: 100%;
  225. }
  226. .logo {
  227. width: 60rpx;
  228. height: 60rpx;
  229. border: 1px solid #f8f8f8;
  230. border-radius: 50rpx;
  231. display: block;
  232. margin-left: 20rpx;
  233. }
  234. .logo image {
  235. width: 60rpx;
  236. height: 60rpx;
  237. border-radius: 50%;
  238. }
  239. .info view:nth-child(1) {
  240. display: flex;
  241. justify-content: space-between;
  242. padding: 0 2%;
  243. }
  244. .info {
  245. width: 100%;
  246. }
  247. .info view:nth-child(1) text {
  248. font-size: 32rpx;
  249. line-height: 32rpx;
  250. height: 32rpx;
  251. color: #333;
  252. letter-spacing: 0;
  253. width: 400rpx;
  254. display: inline-block;
  255. white-space: nowrap;
  256. text-overflow: ellipsis;
  257. overflow: hidden;
  258. }
  259. .info view:nth-child(2) {
  260. padding-left: 2%;
  261. font-size: 22rpx;
  262. color: #333;
  263. letter-spacing: 0;
  264. margin-top: 6rpx;
  265. display: inline-block;
  266. white-space: nowrap;
  267. text-overflow: ellipsis;
  268. overflow: hidden;
  269. width: 400rpx;
  270. }
  271. .info view:nth-child(3) {
  272. margin-left: 20rpx;
  273. }
  274. .btns {
  275. position: absolute;
  276. right: 30rpx;
  277. top: 38rpx;
  278. width: 120rpx;
  279. height: 48rpx;
  280. line-height: 48rpx;
  281. text-align: center;
  282. border: 2rpx solid #02c0ff;
  283. border-radius: 60rpx;
  284. color: #02c0ff;
  285. font-size: 28rpx;
  286. }
  287. .active {
  288. color: #fff;
  289. background: #02c0ff;
  290. }
  291. .txt1 {
  292. font-size: 26rpx;
  293. color: #333;
  294. letter-spacing: 0;
  295. }
  296. .nocoupon image {
  297. width: 300rpx;
  298. display: block;
  299. margin: 3% auto 0;
  300. }
  301. .txt001 {
  302. display: block;
  303. line-height: 48rpx;
  304. font-size: 34rpx;
  305. color: #333;
  306. letter-spacing: 0;
  307. text-align: center;
  308. }
  309. .txt002 {
  310. display: block;
  311. margin-top: 1%;
  312. font-size: 28rpx;
  313. color: #999;
  314. letter-spacing: 0;
  315. line-height: 40rpx;
  316. text-align: center;
  317. }
  318. .nocoupon button {
  319. background: #00c0ff;
  320. color: #fff;
  321. font-style: 30rpx;
  322. width: 100%;
  323. border-radius: 60rpx;
  324. }
  325. .loading {
  326. text-align: center;
  327. height: 80rpx;
  328. line-height: 80rpx;
  329. font-size: 26rpx;
  330. color: #999;
  331. }
  332. .loading image {
  333. width: 60rpx;
  334. height: 60rpx;
  335. vertical-align: middle;
  336. margin-right: 10rpx;
  337. }
  338. .active {
  339. opacity: 0.6;
  340. }
  341. .nav {
  342. position: absolute;
  343. bottom: 3.3%;
  344. left: 0;
  345. right: 0;
  346. margin: auto;
  347. width: 670rpx;
  348. border-radius: 60rpx;
  349. background: #02c0ff;
  350. font-size: 32px;
  351. color: #fff;
  352. text-align: center;
  353. line-height: 32px;
  354. }
  355. .sendImg{
  356. position: absolute;
  357. width: 100rpx;
  358. top:109rpx;
  359. right:72rpx;
  360. }
  361. .dingdan {
  362. margin-top: 33rpx;
  363. }
  364. .dingdan text:nth-of-type(1) {
  365. display: block;
  366. font-size: 34rpx;
  367. color: #333;
  368. letter-spacing: 0;
  369. text-align: center;
  370. }
  371. .dingdan text:nth-of-type(2) {
  372. display: block;
  373. font-size: 28rpx;
  374. color: #999;
  375. letter-spacing: 0;
  376. text-align: center;
  377. }
  378. .dingdan image {
  379. display: block;
  380. width: 300rpx;
  381. height: 300rpx;
  382. margin: 0 auto 16rpx;
  383. }
  384. .again{
  385. position: relative;
  386. width: 686rpx;
  387. height: 200rpx;
  388. }
  389. .banner{
  390. margin-bottom: 20rpx;
  391. }