Commit 38769282 by guomingpang

style:答题详情样式调整

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