home.wxss 212 B

12345678910111213141516
  1. /* pages/home/home.wxss */
  2. @import '../list/list.wxss';
  3. .first {
  4. color: #f00;
  5. }
  6. .box {
  7. width: 500rpx;
  8. height: 500rpx;
  9. background: #f00;
  10. }
  11. .box1 {
  12. width: 300rpx;
  13. height: 300rpx;
  14. background: #ff0;
  15. }