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

175 строки
2.8 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: 33rpx;
  118. }
  119. .dingdan text:nth-of-type(1) {
  120. display: block;
  121. font-size: 34rpx;
  122. color: #333;
  123. letter-spacing: 0;
  124. text-align: center;
  125. }
  126. .dingdan text:nth-of-type(2) {
  127. display: block;
  128. font-size: 28rpx;
  129. color: #999999;
  130. letter-spacing: 0;
  131. text-align: center;
  132. }
  133. .dingdan image {
  134. display: block;
  135. width: 300rpx;
  136. height: 300rpx;
  137. margin: 0 auto 16rpx;
  138. }
  139. .loading {
  140. text-align: center;
  141. height: 80rpx;
  142. line-height: 80rpx;
  143. font-size: 26rpx;
  144. color: #999;
  145. }
  146. .loading image {
  147. width: 40rpx;
  148. height: 40rpx;
  149. vertical-align: middle;
  150. margin-right: 10rpx;
  151. }