C端小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

167 righe
2.6 KiB

  1. .market {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .tabs {
  6. width: 100% !important;
  7. height: 88rpx;
  8. text-align: center;
  9. }
  10. .i-tab {
  11. width: 30% !important;
  12. display: inline-block;
  13. }
  14. .section {
  15. margin-top: 2%;
  16. }
  17. .detail_msg {
  18. width: 92%;
  19. height: 200rpx !important;
  20. background: #fff;
  21. display: flex;
  22. margin: 0 4%;
  23. margin-top: 2%;
  24. border-bottom: 1rpx solid #ededed;
  25. }
  26. .logo {
  27. width: 350rpx;
  28. height: 184rpx;
  29. border: 1px solid #f8f8f8;
  30. border-radius: 16rpx;
  31. overflow: hidden;
  32. }
  33. .logo image {
  34. width: 100%;
  35. height: 100%;
  36. }
  37. .info view:nth-child(1) {
  38. display: flex;
  39. justify-content: space-between;
  40. padding: 0 4%;
  41. margin-top: 8rpx;
  42. }
  43. .info {
  44. width: 100%;
  45. }
  46. .info view:nth-child(1) {
  47. margin-bottom: 15rpx;
  48. }
  49. .info view:nth-child(1) text {
  50. font-size: 30rpx;
  51. /* width: 340rpx;
  52. overflow: hidden;
  53. white-space: nowrap;
  54. text-overflow: ellipsis; */
  55. }
  56. .info view:nth-child(1) text:nth-child(2) {
  57. color: #f96563;
  58. font-size: 24rpx;
  59. /* width: 340rpx;
  60. overflow: hidden;
  61. white-space: nowrap;
  62. text-overflow: ellipsis; */
  63. }
  64. .info view:nth-child(2), .info view:nth-child(3) {
  65. color: #f96563;
  66. font-size: 24rpx;
  67. padding-left: 4%;
  68. }
  69. .info view:nth-child(2) text, .info view:nth-child(3) text {
  70. font-size: 22rpx;
  71. color: #b8b8b8;
  72. }
  73. .info view:nth-child(3) {
  74. margin-top: 5rpx;
  75. }
  76. .payment {
  77. position: relative;
  78. width: 92%;
  79. height: 120rpx;
  80. line-height: 120rpx;
  81. padding: 0 4%;
  82. display: flex;
  83. justify-content: space-between;
  84. border-bottom: 20rpx solid #f8f8f8;
  85. }
  86. .payment view:nth-child(1) text:nth-child(1) {
  87. font-size: 36rpx;
  88. color: #f96563;
  89. }
  90. .payment view:nth-child(1) text:nth-child(2) {
  91. font-size: 24rpx;
  92. color: #b4b4b4;
  93. padding-left: 18rpx;
  94. text-decoration: line-through;
  95. }
  96. .btn {
  97. position: absolute;
  98. top: 0;
  99. bottom: 0;
  100. margin: auto;
  101. right: 20rpx;
  102. width: 180rpx;
  103. height: 60rpx;
  104. line-height: 60rpx;
  105. text-align: center;
  106. background: #00c0ff;
  107. color: #fff;
  108. float: right;
  109. border-radius: 15rpx;
  110. font-size: 28rpx;
  111. }
  112. .payment view:nth-child(2) text {
  113. font-size: 28rpx;
  114. color: #fff;
  115. }
  116. .dingdan {
  117. margin-top: 200rpx;
  118. }
  119. .dingdan text {
  120. display: block;
  121. text-align: center;
  122. font-size: 30rpx;
  123. color: #00c0ff;
  124. }
  125. .dingdan image {
  126. display: block;
  127. width: 100rpx;
  128. margin: 0 auto 16rpx;
  129. }
  130. .loading {
  131. text-align: center;
  132. height: 80rpx;
  133. line-height: 80rpx;
  134. font-size: 26rpx;
  135. color: #999;
  136. }
  137. .loading image {
  138. width: 40rpx;
  139. height: 40rpx;
  140. vertical-align: middle;
  141. margin-right: 10rpx;
  142. }