sentandback.scss 416 B

123456789101112131415161718192021222324252627282930
  1. .head {
  2. width: 100vw;
  3. display: flex;
  4. line-height: 60rpx;
  5. justify-content: center;
  6. text {
  7. margin: 0 20rpx;
  8. }
  9. }
  10. .item {
  11. padding: 20rpx 30rpx;
  12. width: 100vw;
  13. background-color: #fff;
  14. border-bottom: 1px solid #ddd;
  15. .title {
  16. font-size: 28rpx;
  17. font-weight: 700;
  18. margin-bottom: 10rpx;
  19. }
  20. .product {
  21. padding: 4rpx 16rpx;
  22. box-sizing: border-box;
  23. border: 1px solid #ddd;
  24. border-radius: 8rpx;
  25. }
  26. }