InteractiveQA.wxss 483 B

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