123456789101112131415161718192021 |
- /* pages/home/home.wxss */
- /* 引用外部样式 */
- @import './test.wxss';
- .inp {
- width: 100rpx;
- height: 100rpx;
- border: 2px solid #f00;
- }
- /* view {
- color: purple;
- } */
- .box {
- width: 500rpx;
- height: 500rpx;
- background: #f00;
- }
- .box1 {
- width: 300rpx;
- height: 300rpx;
- background: #ff0;
- }
|