Commit da97f053 by Chao Sun

底部buttom样式修改

parent 2ce358eb
......@@ -129,7 +129,7 @@ export class AskComponent implements OnInit {
}
getAllAnswer(e) {
this.questionInfo = e;
console.log(e)
// console.log(e)
const page2Answer = this.allAnswers[1]
if(this.curPage == 6 || this.curPage == 8){
const optionId = page2Answer.questions[0].options[0].optionId
......
......@@ -105,12 +105,12 @@ ul li,ol li{
}
.content_footer div:nth-child(1){
font-size: 20px;
width: 40%;
margin: 0 auto;
width: 10%;
}
.content_footer div:nth-child(2){
flex: 0 0 60%;
font-weight: 500;
width: 50%;
margin-left:15%;
}
.twoContent{
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