Commit 7451f48d authored by 郭志伟's avatar 郭志伟

fix: bfc问题修复

parent 7dfe3bc7
......@@ -63,7 +63,7 @@ export default [
},
{
title: "人寿保险",
sub: "避免因家庭顶梁柱身故,导致的房贷、子女教育等生活压力",
sub: "家庭顶梁柱必备",
children: [
{
id: 1,
......
......@@ -6,8 +6,12 @@
}
.container {
background-color: @background-color;
margin-bottom: 60px;
overflow: hidden;
&::after {
content: " ";
display: block;
height: 60px;
}
}
.plan-tip {
font-size: @font-size-11;
......
......@@ -3,7 +3,11 @@
.container {
background-color: @background-color;
margin-bottom: 60px;
&::after {
content: " ";
display: block;
height: 60px;
}
}
.goods-head {
width: 100% !important;
......
......@@ -2,8 +2,12 @@
.inform-container {
background-color: @white;
padding-top: 15px;
margin-bottom: 60px;
overflow: hidden;
&::after {
content: " ";
display: block;
height: 60px;
}
}
.inform {
&-notice {
......@@ -38,6 +42,7 @@
font-size: @font-size-12;
color: @black;
line-height: @line-height-sm + 2;
margin-bottom: 0;
}
}
&-btns {
......
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