index.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .details-main {
  2. padding: 20rpx;
  3. position: fixed;
  4. left: 0px;
  5. top: 0px;
  6. right: 0px;
  7. bottom: 0;
  8. background: #fff;
  9. overflow: hidden;
  10. overflow-y: auto;
  11. }
  12. .header-box {
  13. margin-top: 48rpx;
  14. padding: 24rpx 0;
  15. .price-img {
  16. width: 140rpx;
  17. height: 140rpx;
  18. background-color: #000000;
  19. margin-bottom: 12rpx;
  20. }
  21. .header-title {
  22. font-family: PingFang SC;
  23. font-size: 32rpx;
  24. font-weight: normal;
  25. line-height: 32rpx;
  26. letter-spacing: normal;
  27. color: #000000;
  28. padding: 20rpx 0 30rpx;
  29. }
  30. .header-price {
  31. font-family: PingFang SC;
  32. font-size: 34rpx;
  33. font-weight: bold;
  34. line-height: 48rpx;
  35. letter-spacing: normal;
  36. color: #3D3D3D;
  37. }
  38. }
  39. .stauts-box {
  40. padding: 23rpx 0;
  41. display: flex;
  42. .stauts-text {
  43. margin-right: 44rpx;
  44. }
  45. }
  46. .list-box {
  47. padding: 23rpx 0;
  48. .list-item {
  49. display: flex;
  50. .list-name {
  51. width: 150rpx;
  52. }
  53. }
  54. }