detail.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. /* detail.css */
  2. page{padding-bottom: 140rpx;background: #fff;}
  3. .user{padding: 35rpx 30rpx;}
  4. .userimg{width: 66rpx;height: 66rpx;border-radius: 50%;margin-right: 12rpx;}
  5. .name{font-size: 28rpx;color: #333;font-weight: bold;}
  6. .vip-tag{width: 41rpx;height: 31rpx;margin-left: 10rpx;}
  7. .time{font-size: 24rpx;color: #999;}
  8. .area{font-size: 24rpx;color: #999;margin-top: 8rpx;}
  9. .con{padding: 0 0 35rpx;}
  10. .des{font-size: 30rpx;color: #000;line-height: 50rpx;padding: 0 30rpx;word-wrap: break-word;}
  11. .wen{display: inline-block;width: 60rpx;height: 34rpx;background: #3DB4FF;border-radius: 4rpx;font-size: 24rpx;color: #fff;text-align: center;line-height: 34rpx;margin-right: 15rpx;}
  12. .video{margin: 20rpx 30rpx 0;position: relative;}
  13. .video video{width: 100%;height: 397rpx;border-radius: 15rpx;display: block;}
  14. .video-play{position: absolute;top: 0;left: 0;right: 0;bottom: 0;justify-content: center;background: rgba(0,0,0,.5);border-radius: 15rpx;}
  15. .video-play image{width: 82rpx;height: 82rpx;}
  16. .imgbox{flex-wrap: wrap;margin-top: 20rpx;padding: 0 30rpx;}
  17. .imgbox image{width: 222rpx;height: 222rpx;border-radius: 16rpx;margin: 0 12rpx 12rpx 0;}
  18. .imgbox image:nth-child(3n){margin-right: 0;}
  19. .que{height: 78rpx;border-radius: 10rpx;background: linear-gradient(270deg, #FFFBEB 0%, #FFF3C9 100%);font-size: 28rpx;color: #FE7806;padding: 0 15rpx;margin: 20rpx 30rpx 0;}
  20. .que .tovers{-webkit-line-clamp: 1;height: 78rpx;line-height: 78rpx;}
  21. .st-ico{width: 50rpx;height: 47rpx;margin-right: 15rpx;}
  22. .st-rico{width: 12rpx;height: 20rpx;margin-left: 35rpx;}
  23. .cates{padding: 0 30rpx;}
  24. .cates text{display: block;font-size: 20rpx;color: #999;background: #F7F7F7;height: 48rpx;border-radius: 24rpx;padding: 0 20rpx;margin: 30rpx 25rpx 0 0;line-height: 48rpx;}
  25. .ds{justify-content: space-between;font-size: 24rpx;color: #999;margin-top: 28rpx;padding: 0 30rpx;}
  26. .opt-share image{width: 33rpx;height: 33rpx;margin-right: 8rpx;}
  27. .opt-share{font-size: 24rpx;color: #999;margin-left: 50rpx !important;}
  28. .topic{max-width: 400rpx;height: 40rpx;background: #E1FFF4;border-radius: 20rpx;font-size: 20rpx;color: var(--main);padding: 0 20rpx 0 10rpx;margin: 18rpx 30rpx 0;}
  29. .topic image{width: 28rpx;height: 28rpx;margin-right: 7rpx;}
  30. .loca{font-size: 20rpx;color: #666;}
  31. .loca image{width: 26rpx;height: 31rpx;margin-right: 8rpx;}
  32. .loca text{margin-right: 10rpx;}
  33. .vote-box{margin: 50rpx 30rpx 0;}
  34. .vote-box.ends{background: #f8f8f8;margin-top: 30rpx;padding: 20rpx;}
  35. .vote-tit{font-size: 28rpx;color: #000;}
  36. .vote-list .lis{height: 74rpx;background: #F9FAFC;border: 1rpx solid #EBEBEB;border-radius: 8rpx;font-size: 30rpx;color: var(--main);text-align: center;line-height: 74rpx;margin-top: 20rpx;padding: 0 28rpx;position: relative;overflow: hidden;}
  37. .end .lis{text-align: left;color: #9B9B9B;}
  38. .end .lis view{position: relative;z-index: 2;}
  39. .end .lis view.percent{position: absolute;top: 0;bottom: 0;left: 0;background: #F0F0F0;z-index: 0;}
  40. .end .lis.active{color: var(--main);}
  41. .end .lis.active view.percent{background: #E1FFF4;}
  42. .vote-can{font-size: 22rpx;color: #999;margin-top: 15rpx;}
  43. .vote-can text{margin-right: 15rpx;}
  44. .shares{justify-content: space-between;padding: 40rpx 30rpx 0;}
  45. .share-btn{width: 330rpx !important;height: 80rpx !important;background: #F8F8F8;border-radius: 16rpx;font-size: 28rpx;color: #000;justify-content: center;}
  46. .share-btn image{width: 45rpx;height: 42rpx;margin-right: 12rpx;}
  47. .line{background: #f7f7f7;height: 20rpx;}
  48. .step-box{
  49. background-color: #f7f8fa;
  50. border-radius: 16rpx;
  51. padding: 40rpx;
  52. margin: 30rpx 30rpx 0;
  53. color: var(--main);
  54. }
  55. .step-date{
  56. font-size: 64rpx;
  57. font-weight: 500;
  58. }
  59. .step-label{
  60. font-size: 24rpx;
  61. font-weight: 500;
  62. }
  63. .step-pic{
  64. width: 150rpx;
  65. height: 150rpx;
  66. background: #E2E2E2;
  67. border-radius: 16rpx 16rpx 16rpx 16rpx;
  68. opacity: 1;
  69. margin-right: 20rpx;
  70. }
  71. .step-title{
  72. height: 74rpx;
  73. line-height: 37rpx;
  74. font-size: 26rpx;
  75. font-family: PingFang SC-Regular, PingFang SC;
  76. font-weight: 400;
  77. color: #1A1F30;
  78. }
  79. .step-price{
  80. line-height: 33rpx;
  81. font-size: 24rpx;
  82. font-family: PingFang SC-Medium, PingFang SC;
  83. font-weight: 500;
  84. color: #FF7000;
  85. }
  86. .step-btn{
  87. width: 94rpx;
  88. height: 46rpx;
  89. line-height: 46rpx;
  90. background: var(--main);
  91. border-radius: 23rpx 23rpx 23rpx 23rpx;
  92. opacity: 1;
  93. text-align: center;
  94. font-size: 28rpx;
  95. color: #FFFFFF;
  96. }
  97. .product{height: 168rpx;margin-top: 30rpx;overflow: hidden;}
  98. .pro-view{height: 168rpx;padding-bottom: 20rpx;white-space: nowrap;}
  99. .pro-view .li{display: inline-block;width: 554rpx;height: 168rpx;background: #F7F8FA;border-radius: 16rpx;margin-right: 20rpx;padding: 16rpx;box-sizing: border-box;}
  100. .pro-view1 .li{width: 688rpx;}
  101. .pro-view .li:first-child{margin-left: 30rpx;}
  102. .pro-view .li:last-child{margin-right: 30rpx;}
  103. .pic{width: 136rpx;height: 136rpx;border-radius: 16rpx;background: #fff;margin-right: 19rpx;}
  104. .title{white-space: initial;font-size: 26rpx;color: #1A1F30;line-height: 37rpx;height: 74rpx;}
  105. .opt{justify-content: space-between;margin-top: 10rpx;}
  106. .money{font-size: 24rpx;color: var(--main);}
  107. .pro-btn{width: 94rpx;height: 46rpx;background: var(--mina);border-radius: 23rpx;font-size: 28rpx;color: #fff;text-align: center;line-height: 46rpx;}
  108. .comments{padding: 50rpx 30rpx;}
  109. .tits{font-size: 36rpx;color: #000;font-weight: bold;}
  110. .tits text{font-size: 28rpx;color: #999;margin-left: 12rpx;font-weight: normal;}
  111. .list .li{align-items: flex-start;margin-top: 50rpx;}
  112. .list .li .userimg{margin-right: 20rpx;}
  113. .zan{font-size: 24rpx;color: #999;}
  114. .zan image{width: 33rpx;height: 33rpx;margin-right: 10rpx;}
  115. .c-des{font-size: 32rpx;color: #000;line-height: 54rpx;margin-top: 30rpx;word-break: break-all;}
  116. .sta{margin-top: 15rpx;font-size: 24rpx;color: #999;}
  117. .reply{width: 107rpx;height: 48rpx;background: #F7F8FA;border-radius: 24rpx;color: #000;justify-content: center;margin-right: 20rpx;}
  118. .reply image{width: 9rpx;height: 14rpx;margin-left: 8rpx;}
  119. .replys{background: rgba(247, 248, 250, .6);border-radius: 16rpx;margin-top: 20rpx;padding: 32rpx 25rpx 20rpx 32rpx;overflow: hidden;}
  120. .replys .lis{font-size: 28rpx;color: #666;line-height: 45rpx;margin-bottom: 15rpx;word-break: break-all;}
  121. .replys .lis text{font-size: 26rpx;color: #000;font-weight: bold;margin: 0 10rpx;}
  122. .replys .lis text:first-child{margin-left: 0;}
  123. .lz{width: 46rpx;height: 28rpx;border: 1rpx solid #ffc372;background: #ffc372;border-radius: 4rpx;font-size: 20rpx !important;color: #fff !important;font-weight: normal !important;padding: 0 5rpx;text-align: center;margin-left: 10rpx;}
  124. .check{font-size: 26rpx;color: #000;font-weight: bold;padding: 10rpx 0 15rpx;}
  125. .bot{position: fixed;bottom: 0;left: 0;right: 0;background: #fff;border-top: 1rpx solid #E9E9E9;padding: 0 35rpx;height: 140rpx;z-index: 50;}
  126. .c-ipt{height: 70rpx;background: #F0F1F3;border-radius: 35rpx;padding: 0 30rpx;margin-right: 25rpx;}
  127. .c-ipt image{width: 34rpx;height: 34rpx;margin-right: 16rpx;}
  128. .ipt{font-size: 28rpx;color: #333;}
  129. .placeholder{color: #666;}
  130. .bot-btn{font-size: 20rpx;color: #666;text-align: center;position: relative;padding: 0 25rpx;}
  131. .bot-btn image{width: 40rpx;height: 40rpx;margin: 0 auto 8rpx;}
  132. .num{font-size: 20rpx;color: #333;position: absolute;right: -10rpx;top: -10rpx;}
  133. .bot1{position: fixed;bottom: 0;left: 0;right: 0;background: #fff;border-top: 1rpx solid #E9E9E9;padding: 0 35rpx;height: 110rpx;z-index: 50;}
  134. .reply-sr{height: 70rpx;background: #F0F1F3;border-radius: 35rpx;padding: 0 10rpx 0 30rpx;}
  135. .submit{width: 108rpx;height: 50rpx;background: var(--mina);border-radius: 35rpx;font-size: 24rpx;color: #fff;text-align: center;line-height: 50rpx;margin-left: 20rpx;}
  136. .ceng{position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,0);z-index: 49;}