combination.wxss 269 B

123456789101112131415161718
  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{
  14. background:rgb(255, 176, 29);
  15. }
  16. .comb-font{
  17. background:#2e8aec;
  18. }