Files
gecko/srde/miniprogram/components/cooldown-button/cooldown-button.wxss
Daniel a94bd44c3a Initial commit
Made-with: Cursor
2026-02-28 18:43:09 +08:00

13 lines
194 B
Plaintext

.cooldown-btn {
width: 100%;
padding: 28rpx;
border-radius: 16rpx;
font-size: 32rpx;
background: #5a9;
color: #fff;
border: none;
}
.cooldown-btn[disabled] {
background: #888;
}