index.scss 905 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .details-main {
  2. padding: 20rpx;
  3. position: fixed;
  4. left: 0px;
  5. top: 0px;
  6. right: 0px;
  7. bottom: 0;
  8. background: #F5F5F5;
  9. overflow: hidden;
  10. overflow-y: auto;
  11. }
  12. .details-main-bottom {
  13. margin-bottom: 20rpx;
  14. }
  15. .details-main-bottom-30 {
  16. margin-bottom: 20rpx;
  17. }
  18. .details-div {
  19. border-radius: 20rpx;
  20. background: #FFFFFF;
  21. padding: 28rpx 26rpx;
  22. }
  23. .address-box {
  24. .address-left {
  25. flex: 1;
  26. .address-content {
  27. margin-left: 18rpx;
  28. .address-text {
  29. .mar-22 {
  30. margin-right: 22rpx;
  31. }
  32. }
  33. }
  34. }
  35. }
  36. .font-title {
  37. font-family: PingFang SC;
  38. font-size: 34rpx;
  39. font-weight: bold;
  40. line-height: 44rpx;
  41. letter-spacing: normal;
  42. color: #1A1A1A;
  43. margin-bottom: 32rpx;
  44. margin-top: 12rpx;
  45. }
  46. .bz-bottom {
  47. margin-bottom: 20rpx;
  48. }