feat: 文字涂色
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user