/* pages/home/home.wxss */ @import '../list/list.wxss'; .first { color: #f00; } .box { width: 500rpx; height: 500rpx; background: #f00; } .box1 { width: 300rpx; height: 300rpx; background: #ff0; }