Browse Source

问答界面修改调整

master
dy-hu 10 months ago
parent
commit
0eb96dae9d
  1. 29
      pages_category_page1/goodsModule/answerList.vue
  2. 21
      pages_category_page1/goodsModule/putQuestions.vue

29
pages_category_page1/goodsModule/answerList.vue

@ -109,30 +109,30 @@ export default {
padding: 0 40upx;
.qaTopInfoBox {
border-radius: 10upx;
border-radius: 20rpx;
display: flex;
align-items: center;
padding: 15upx 20upx;
margin-bottom: 55upx;
background: #F6F6F6;
background: #FAFAFA;
image {
width: 60upx;
height: 60upx;
border-radius: 5upx;
width: 68rpx;
height: 68rpx;
border-radius: 10rpx;
margin-right: 20upx;
}
.qaInfoText {
h3 {
font-size: 30upx;
font-weight: 500;
color: #333333;
font-size: 28rpx;
font-weight: 400;
color: #252744;
}
span {
font-size: 24upx;
color: #999999;
font-size: 24rpx;
color: #90919C;
}
}
}
@ -285,16 +285,17 @@ export default {
}
.putQuestionsBtn {
width: 421upx;
height: 67upx;
line-height: 67upx;
width: 690rpx;
height: 88rpx;
line-height: 88rpx;
text-align: center;
background: #252744;
border-radius: 5upx;
display: block;
margin: 35rpx auto 35rpx auto;
font-size: 32rpx;
color: #FFFFFF;
border-radius: 40rpx;
border-radius: 50rpx;
}
}
</style>

21
pages_category_page1/goodsModule/putQuestions.vue

@ -114,15 +114,15 @@
padding: 15upx 20upx;
margin-bottom: 55upx;
image {
width: 120upx;
height: 120upx;
width: 124rpx;
height: 124rpx;
margin-right: 20upx;
border: 2rpx solid #E4E5E6;
}
.qaInfoText {
h3 {
font-size: 30upx;
font-weight: 500;
font-size: 28rpx;
font-weight: 400;
color: #252744;
}
span {
@ -183,13 +183,14 @@
padding: 30upx;
box-sizing: border-box;
min-height: 300upx;
background: #FFFFFF;
border: 2upx solid #EEEEEE;
background: #FAFAFA;
width: 100%;
color: #666666;
color: #252744;
font-size: 28rpx;
border-radius: 30rpx;
}
.textarea-placeholder {
font-size: 26upx;
font-size: 28rpx;
color: #999999;
}
.anonymous {
@ -207,8 +208,8 @@
background: #FFFFFF;
.putQuestionsBtn {
width: 90%;
height: 100upx;
line-height: 100upx;
height: 88rpx;
line-height: 88rpx;
text-align: center;
background: #252744;
display: block;

Loading…
Cancel
Save