Commit ace998ee authored by 吴俊凯's avatar 吴俊凯

列表样式提交

parent 4f27b07d
......@@ -64,6 +64,7 @@
border: 1px solid $core-border-color; //rgba(34, 34, 34, 1);
.point-month-ins-title {
height: 40px;
padding-left: 20px;
font-size: 18px;
line-height: 40px;
......@@ -72,8 +73,7 @@
background-color: $biz-title-color; //rgba(40, 40, 40, 1);
}
.point-month-ins-content {
width: 100%;
height: 333px !important;
height: calc(100% - 40px);
}
}
......
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