封装请求的方法,完成简易的问题解答页面
This commit is contained in:
@@ -1 +1,17 @@
|
||||
/* pages/questions/index.wxss */
|
||||
/* pages/questions/index.wxss */
|
||||
.content {
|
||||
flex: 1;
|
||||
padding: 16rpx 24rpx 20rpx;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.question {
|
||||
font-weight: 600;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
|
||||
.answer {
|
||||
margin: 14rpx 0 32rpx;
|
||||
font-size: 32rpx;
|
||||
}
|
Reference in New Issue
Block a user