detail.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. @import "./detail.skeleton.wxss";
  2. swiper {
  3. width: 100vw;
  4. height: 380rpx;
  5. swiper-item {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. }
  10. .intr {
  11. padding: 20rpx 30rpx;
  12. background-color: #fff;
  13. .title {
  14. line-height: 42rpx;
  15. font-size: 30rpx;
  16. font-family: PingFang SC-Semibold, PingFang SC;
  17. font-weight: 600;
  18. color: #333333;
  19. word-break: break-all;
  20. }
  21. .tags {
  22. text {
  23. display: inline-block;
  24. height: 36rpx;
  25. line-height: 36rpx;
  26. padding: 0 15rpx;
  27. background: #E7EEFF;
  28. border-radius: 22rpx;
  29. font-size: 20rpx;
  30. color: #3874F6;
  31. margin-right: 8rpx;
  32. font-weight: 600;
  33. }
  34. margin-bottom: 15rpx;
  35. }
  36. .exp {
  37. line-height: 34rpx;
  38. font-size: 24rpx;
  39. color: #999999;
  40. margin-top: 8rpx;
  41. }
  42. }
  43. .product-list {
  44. width: 100vw;
  45. background-color: #fff;
  46. padding: 0 0 20rpx 30rpx;
  47. box-sizing: border-box;
  48. margin-top: 20rpx;
  49. .label {
  50. height: 90rpx;
  51. line-height: 90rpx;
  52. font-size: 28rpx;
  53. font-weight: 600;
  54. color: #333333;
  55. width: 100%;
  56. border-bottom: 1rpx solid #ddd;
  57. }
  58. }
  59. .setclient-list-item {
  60. background-color: #FFFFFF;
  61. box-sizing: border-box;
  62. border-top: 1rpx solid #DDDDDD;
  63. width: 100%;
  64. .mian {
  65. display: flex;
  66. align-items: center;
  67. width: 100%;
  68. box-sizing: border-box;
  69. padding: 20rpx 0;
  70. .img {
  71. flex-shrink: 0;
  72. width: 128rpx;
  73. height: 128rpx;
  74. border-radius: 16rpx;
  75. margin-right: 30rpx;
  76. overflow: hidden;
  77. .err {
  78. display: flex;
  79. width: 100%;
  80. height: 100%;
  81. align-items: center;
  82. justify-content: center;
  83. font-size: 22rpx;
  84. border: 1px solid #ddd;
  85. box-sizing: border-box;
  86. color: #666;
  87. }
  88. }
  89. .dec {
  90. flex: 1;
  91. width: 0;
  92. min-height: 128rpx;
  93. height: 100%;
  94. font-size: 24rpx;
  95. font-family: PingFang SC-Regular, PingFang SC;
  96. color: #999999;
  97. .title {
  98. height: 40rpx;
  99. line-height: 40rpx;
  100. font-size: 28rpx;
  101. font-family: PingFang SC-Semibold, PingFang SC;
  102. font-weight: 600;
  103. color: #333333;
  104. }
  105. .subfield {
  106. margin-top: 6rpx;
  107. height: 34rpx;
  108. line-height: 34rpx;
  109. text {
  110. display: inline-block;
  111. max-width: 250rpx;
  112. min-width: 150rpx;
  113. }
  114. }
  115. .price {
  116. height: 40rpx;
  117. line-height: 40rpx;
  118. margin-top: 8rpx;
  119. .num {
  120. font-size: 28rpx;
  121. color: #FF3B30;
  122. font-weight: 600;
  123. }
  124. text {
  125. color: #333333;
  126. }
  127. }
  128. }
  129. }
  130. }
  131. .footer {
  132. display: flex;
  133. justify-content: center;
  134. position: fixed;
  135. bottom: 0;
  136. width: 100vw;
  137. min-height: 130rpx;
  138. background-color: #fff;
  139. box-shadow: rgba(0, 0, 0, 0.15) 0px 5rpx 15rpx 0px;
  140. .but {
  141. width: 690rpx;
  142. height: 90rpx;
  143. background: #FA8C16;
  144. border-radius: 16rpx;
  145. font-size: 28rpx;
  146. font-weight: 600;
  147. color: #FFFFFF;
  148. margin-top: 10rpx;
  149. }
  150. }