home.wxss 305 B

123456789101112131415161718192021
  1. /* pages/home/home.wxss */
  2. /* 引用外部样式 */
  3. @import './test.wxss';
  4. .inp {
  5. width: 100rpx;
  6. height: 100rpx;
  7. border: 2px solid #f00;
  8. }
  9. /* view {
  10. color: purple;
  11. } */
  12. .box {
  13. width: 500rpx;
  14. height: 500rpx;
  15. background: #f00;
  16. }
  17. .box1 {
  18. width: 300rpx;
  19. height: 300rpx;
  20. background: #ff0;
  21. }