Commit 6dfc8037 by guomingpang

Merge branch 'feature/pangguoming/20210607/answer_detail' into dev

parents 1a2b2e11 38769282
......@@ -49,6 +49,7 @@
.question-list-box {
padding: 21px 0;
.question-info-item {
margin-bottom: 20px;
.stem-line__item {
margin-bottom: 16px;
......
......@@ -90,18 +90,19 @@
width: 840px;
box-sizing: border-box;
margin: 0 auto;
padding: 24px 22px 12px 22px;
padding: 24px 0 12px;
height: 130px;
background: #ffffff;
box-shadow: 0px 5px 30px 0px rgba(12, 54, 158, 0.08);
border-radius: 4px;
display: flex;
flex: 1;
justify-content: center;
.item {
flex: 1 25%;
display: flex;
flex-direction: column;
width: 150px;
// height: 130px;
align-items: center;
justify-content: space-between;
......@@ -239,7 +240,6 @@
}
.result-content {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
&__item {
position: relative;
......
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