26 lines
383 B
Plaintext
26 lines
383 B
Plaintext
|
|
.container {
|
|
padding: 20rpx;
|
|
}
|
|
.input {
|
|
height: 100rpx;
|
|
border: 1rpx solid #eee;
|
|
border-radius: 16rpx;
|
|
padding: 0 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.button {
|
|
background-color: #1677FF;
|
|
color: white;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.answer-box {
|
|
padding: 20rpx;
|
|
background-color: #f9f9f9;
|
|
border-radius: 12rpx;
|
|
}
|
|
.answer-text {
|
|
font-size: 28rpx;
|
|
line-height: 1.6;
|
|
}
|