xiaokuaisong-xiaochengxu/uniapp04/unpackage/dist/dev/mp-alipay/pages/testAI/testAI.acss
2025-04-11 14:42:29 +08:00

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;
}