Files
doodle-mini/miniprogram/demoPages/textPaint2/textPaint.less
T
2025-03-18 15:17:30 +08:00

20 lines
315 B
Plaintext

.color-picker {
display: flex;
justify-content: center;
padding: 20rpx;
}
.color-circle {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
margin: 0 40rpx;
border: 4rpx solid #333;
}
.action-btn {
width: 60%;
background: #4CAF50;
color: white;
margin: 40rpx auto;
}