Commit 49923bb3 by sunchao

客户告知书样式调整

parent c5000615
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
} }
p{ p{
font-size: 14px; font-size: 14px;
text-indent: 30px; // text-indent: 30px;
} }
h4{ h4{
font-size: 16px; font-size: 16px;
...@@ -18,4 +18,25 @@ ...@@ -18,4 +18,25 @@
margin: 15px 0; margin: 15px 0;
line-height: 1.5; line-height: 1.5;
} }
ul{
padding-left: 18px;
ol{
padding-left: 20px;
li{
list-style: lower-alpha;
}
}
}
ul li{
list-style: decimal;
}
ul.list_2{
li{
list-style: none;
display: flex;
span{
margin-right: 5px;
}
}
}
} }
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