comb.wxss 479 B

123456789101112131415161718192021222324252627282930313233
  1. /* customized/pages/made/combination/combination.wxss */
  2. page{
  3. background:#fff;
  4. }
  5. .comb-content{
  6. width:750rpx;
  7. height:588rpx;
  8. }
  9. .comb-img,.comb-font{
  10. width:270rpx;
  11. height:270rpx;
  12. }
  13. .comb-img,.comb-img3{
  14. background:rgb(255, 176, 29);
  15. }
  16. .comb-font,.comb-font3{
  17. background:#2e8aec;
  18. }
  19. .comb-img3,.comb-font3{
  20. width:70rpx;
  21. height:268rpx;
  22. }
  23. .comb-img4,.comb-font4{
  24. width:265rpx;
  25. height:265rpx;
  26. }
  27. .comb-view-img{
  28. width:100%;
  29. }
  30. .comb-view-img image{
  31. width:50%;
  32. }