完成50%

This commit is contained in:
2026-07-23 08:23:59 +08:00
parent 9b0ad62df4
commit f1edc6b533
218 changed files with 24318 additions and 5514 deletions
-22
View File
@@ -25,28 +25,6 @@
}
}
@mixin adaptive-module-content {
box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: transparent;
border-image-source: var(--module-content-asset);
border-image-slice: 105 150;
border-image-width: 18rpx 20rpx;
border-image-repeat: stretch;
}
@mixin adaptive-module-field {
box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: transparent;
border-image-source: var(--module-field-asset);
border-image-slice: 70 100 fill;
border-image-width: 12rpx 16rpx;
border-image-repeat: stretch;
}
@mixin adaptive-feedback-toast {
box-sizing: border-box;
border-width: 16rpx 74rpx;