InteractiveQA.wxss 438 B

1234567891011121314151617181920212223242526272829
  1. page {
  2. background-color: #f2f2f2;
  3. }
  4. .block{
  5. width: 650rpx;
  6. height: 260rpx;
  7. background-color: #fff;
  8. border-radius: 20rpx;
  9. margin-top: 40rpx;
  10. margin-left: 50rpx;
  11. display: flex;
  12. justify-content:center;
  13. align-items:center;
  14. }
  15. .img1{
  16. width: 163rpx;
  17. height:110rpx;
  18. margin-right: 50rpx;
  19. }
  20. .img2{
  21. width: 152rpx;
  22. height:132rpx;
  23. margin-right: 50rpx;
  24. }
  25. .img3{
  26. width: 156rpx;
  27. height:138rpx;
  28. margin-right: 50rpx;
  29. }