buyDetail.wxss 539 B

123456789101112131415161718192021222324252627282930313233
  1. /* pages/buyDetail/buyDetail.wxss */
  2. page {
  3. height: 100%;
  4. background-color: rgba(238, 238, 238, 1);
  5. }
  6. .home {
  7. height: 100%;
  8. padding: 30rpx;
  9. }
  10. .content {
  11. height: 90%;
  12. background-color: #ffffff;
  13. border-radius: 10rpx;
  14. }
  15. .top {
  16. height: 143rpx;
  17. line-height: 143rpx;
  18. border-bottom: solid 1rpx rgba(238, 238, 238, 1);
  19. padding-left: 68rpx;
  20. font-size: 36rpx;
  21. font-family: PingFang SC;
  22. font-weight: 500;
  23. color: #2A2A2A;
  24. }
  25. .detail{
  26. padding: 63rpx 85rpx;
  27. }
  28. .list{
  29. margin: 25rpx 0;
  30. }