index.less 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .ShangPinXiangQing {
  2. width: calc(100% -32rpx);
  3. min-height: 100%;
  4. position: relative;
  5. overflow: hidden;
  6. background: #f8f8f8;
  7. padding: 0 16rpx;
  8. >.Info {
  9. position: relative;
  10. overflow: hidden;
  11. background: #fff;
  12. >.Img {
  13. width: 100%;
  14. // padding-bottom: 50%;
  15. // background: #ccc;
  16. // position: relative;
  17. // overflow: hidden;
  18. >image {
  19. width: 100%;
  20. }
  21. }
  22. >.Title {
  23. padding: 20px 30px;
  24. position: relative;
  25. overflow: hidden;
  26. >text {
  27. display: block;
  28. width: 100%;
  29. font-size: 32px;
  30. color: #333;
  31. font-weight: bold;
  32. line-height: 40px;
  33. }
  34. }
  35. >.flex-h {
  36. padding: 0 30px 20px;
  37. align-items: center;
  38. >text {
  39. font-size: 28px;
  40. color: #666;
  41. line-height: 40px;
  42. &:first-child {
  43. color: #F35844;
  44. }
  45. &.flex-item {
  46. color: #999;
  47. }
  48. &:last-child {
  49. color: #971C21;
  50. }
  51. }
  52. }
  53. }
  54. >.Detail {
  55. position: relative;
  56. overflow: hidden;
  57. background: #fff;
  58. margin-top: 20px;
  59. >.Title {
  60. position: relative;
  61. overflow: hidden;
  62. text-align: center;
  63. padding: 30px 0;
  64. >.Line {
  65. height: 2px;
  66. background: rgba(0, 0, 0, 0.08);
  67. z-index: 1;
  68. position: absolute;
  69. left: 30px;
  70. right: 30px;
  71. top: 50%;
  72. transform: translateY(-50%);
  73. -webkit-transform: translateY(-50%);
  74. }
  75. >text {
  76. display: inline-block;
  77. background: #fff;
  78. padding: 0 40px;
  79. line-height: 40px;
  80. z-index: 2;
  81. font-size: 28px;
  82. color: #666;
  83. position: relative;
  84. }
  85. }
  86. .Tips {
  87. font-size: 24px;
  88. color: #999;
  89. line-height: 36px;
  90. display: block;
  91. padding: 40px 0;
  92. }
  93. >.BottomBtn {
  94. padding: 30px;
  95. position: relative;
  96. overflow: hidden;
  97. >text {
  98. width: 100%;
  99. font-size: 34px;
  100. color: #fff;
  101. line-height: 98px;
  102. background: #ccc;
  103. border-radius: 98px;
  104. text-align: center;
  105. display: block;
  106. &.active {
  107. background: #F35844;
  108. }
  109. }
  110. }
  111. }
  112. }