feat: 文字涂色

This commit is contained in:
2025-03-30 19:59:59 +08:00
parent 2d686a9c01
commit c00c45a9be
8 changed files with 324 additions and 25 deletions
@@ -22,16 +22,20 @@
.container {
height: 100vh;
background-color: transparent;
// overflow-y: hidden;
background-color: transparent;
display: flex;
align-items: center;
flex-direction: column;
}
.canvas-container {
margin: 20rpx;
width: calc(100% - 40rpx);
// width: 100%;
height: 86%;
margin-top: 20rpx;
// margin: 20rpx;
// width: calc(100% - 40rpx);
// // width: 100%;
// height: 580px;
// height: calc(100% - 80rpx);
border: 1rpx solid #333;
border: 2rpx solid #333;
background-color: #fff;
box-sizing: border-box;
}
}