test.wxss 155 B

12345678910111213
  1. .main {
  2. color: #00f;
  3. }
  4. .box1 {
  5. width: 300rpx;
  6. height: 300rpx;
  7. background: #00f;
  8. }
  9. .box2 {
  10. width: 150rpx;
  11. height: 150rpx;
  12. background: #ff0;
  13. }