my.wxss 166 B

123456789
  1. /* pages/my/my.wxss */
  2. @import "../../stylues/box.wxss";
  3. .box1 {
  4. width: 100rpx;
  5. height: 100rpx;
  6. background-color: aqua;
  7. border-radius: 100%
  8. }