Commit da97f053 by Chao Sun

底部buttom样式修改

parent 2ce358eb
...@@ -129,7 +129,7 @@ export class AskComponent implements OnInit { ...@@ -129,7 +129,7 @@ export class AskComponent implements OnInit {
} }
getAllAnswer(e) { getAllAnswer(e) {
this.questionInfo = e; this.questionInfo = e;
console.log(e) // console.log(e)
const page2Answer = this.allAnswers[1] const page2Answer = this.allAnswers[1]
if(this.curPage == 6 || this.curPage == 8){ if(this.curPage == 6 || this.curPage == 8){
const optionId = page2Answer.questions[0].options[0].optionId const optionId = page2Answer.questions[0].options[0].optionId
......
...@@ -105,12 +105,12 @@ ul li,ol li{ ...@@ -105,12 +105,12 @@ ul li,ol li{
} }
.content_footer div:nth-child(1){ .content_footer div:nth-child(1){
font-size: 20px; font-size: 20px;
width: 40%; width: 10%;
margin: 0 auto;
} }
.content_footer div:nth-child(2){ .content_footer div:nth-child(2){
flex: 0 0 60%;
font-weight: 500; font-weight: 500;
width: 50%;
margin-left:15%;
} }
.twoContent{ .twoContent{
height: 100%; height: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment