index.css 940 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. }
  16. .header-box .price-img {
  17. width: 140rpx;
  18. height: 140rpx;
  19. background-color: #000000;
  20. margin-bottom: 12rpx;
  21. }
  22. .header-box .header-title {
  23. font-family: PingFang SC;
  24. font-size: 32rpx;
  25. font-weight: normal;
  26. line-height: 32rpx;
  27. letter-spacing: normal;
  28. color: #000000;
  29. padding: 20rpx 0 30rpx;
  30. }
  31. .header-box .header-price {
  32. font-family: PingFang SC;
  33. font-size: 34rpx;
  34. font-weight: bold;
  35. line-height: 48rpx;
  36. letter-spacing: normal;
  37. color: #3D3D3D;
  38. }
  39. .stauts-box {
  40. padding: 23rpx 0;
  41. display: flex;
  42. }
  43. .stauts-box .stauts-text {
  44. margin-right: 44rpx;
  45. }
  46. .list-box {
  47. padding: 23rpx 0;
  48. }
  49. .list-box .list-item {
  50. display: flex;
  51. }
  52. .list-box .list-item .list-name {
  53. width: 150rpx;
  54. }