34 lines
513 B
Plaintext
34 lines
513 B
Plaintext
page {
|
|
background-color: #F6F6F6;
|
|
}
|
|
|
|
.button-test-container {
|
|
padding: 40rpx;
|
|
}
|
|
|
|
.test-section {
|
|
margin-bottom: 60rpx;
|
|
}
|
|
|
|
.section-title {
|
|
display: block;
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
color: #141414;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.button-group {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 24rpx;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.word-cards-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 32rpx;
|
|
width: 100%;
|
|
max-width: 600rpx;
|
|
} |