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.

156 righe
2.4 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: 248rpx;
  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. }
  52. .info view:nth-child(1) text:nth-child(2) {
  53. color: #f96563;
  54. font-size: 24rpx;
  55. }
  56. .info view:nth-child(2),
  57. .info view:nth-child(3) {
  58. color: #f96563;
  59. font-size: 24rpx;
  60. padding-left: 4%;
  61. }
  62. .info view:nth-child(2) text,
  63. .info view:nth-child(3) text {
  64. font-size: 22rpx;
  65. color: #b8b8b8;
  66. }
  67. .info view:nth-child(3) {
  68. margin-top: 5rpx;
  69. }
  70. .payment {
  71. position: relative;
  72. width: 92%;
  73. height: 120rpx;
  74. line-height: 120rpx;
  75. padding: 0 4%;
  76. display: flex;
  77. justify-content: space-between;
  78. border-bottom: 20rpx solid #f8f8f8;
  79. }
  80. .payment view:nth-child(1) text:nth-child(1) {
  81. font-size: 36rpx;
  82. color: #f96563;
  83. }
  84. .payment view:nth-child(1) text:nth-child(2) {
  85. font-size: 24rpx;
  86. color: #b4b4b4;
  87. padding-left: 18rpx;
  88. text-decoration: line-through;
  89. }
  90. .btn {
  91. position: absolute;
  92. top: 0;
  93. bottom: 0;
  94. margin: auto;
  95. right: 20rpx;
  96. width: 200rpx;
  97. height: 60rpx;
  98. line-height: 60rpx;
  99. text-align: center;
  100. background: #00c0ff;
  101. color: #fff;
  102. float: right;
  103. border-radius: 15rpx;
  104. font-size: 28rpx;
  105. }
  106. .payment view:nth-child(2) text {
  107. font-size: 28rpx;
  108. color: #fff;
  109. }
  110. .dingdan{
  111. margin-top: 200rpx;
  112. }
  113. .dingdan text {
  114. display: block;
  115. text-align: center;
  116. font-size: 30rpx;
  117. color: #00c0ff;
  118. }
  119. .dingdan image {
  120. display: block;
  121. width: 100rpx;
  122. margin: 0 auto 16rpx;
  123. }
  124. .loading{
  125. text-align: center;
  126. height: 80rpx;
  127. line-height: 80rpx;
  128. font-size: 26rpx;
  129. color: #999;
  130. }
  131. .loading image{
  132. width: 40rpx;
  133. height: 40rpx;
  134. vertical-align: middle;
  135. margin-right: 10rpx;
  136. }