20 lines
447 B
Plaintext
Raw Normal View History

2025-10-29 13:53:05 +08:00
.hs_collection {
background: linear-gradient(180deg, #fff8f1 0%, #fff3e5 100%);
border-radius: 10rpx;
padding: 20rpx 30rpx;
color: #3d3d3d;
font-size: 26rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.hs_collection .btn {
background-color: #ff8f26;
color: #fff;
border-radius: 100rpx;
font-size: 24rpx;
padding: 10rpx 20rpx;
display: flex;
align-items: center;
justify-content: center;
}