Browse Source

问答界面修改调整

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

21
pages_category_page1/goodsModule/putQuestions.vue

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

Loading…
Cancel
Save