修改案例详细页的区域色为灰色,白色的话,分页不好区分,如果pdf是白底的,

This commit is contained in:
daihh
2022-06-13 23:56:08 +08:00
parent 481af75d69
commit 508f589728

View File

@@ -420,7 +420,7 @@ export default {
// border: 1px solid #eee; // border: 1px solid #eee;
// z-index: 999; // z-index: 999;
.postfixt-bot-box{ .postfixt-bot-box{
// text-align: right; // text-align: right;
background-color: #fff; background-color: #fff;
// border: 1px solid #eee; // border: 1px solid #eee;
@@ -501,13 +501,13 @@ export default {
color: #0079fe; color: #0079fe;
} }
.clearfix:after{ .clearfix:after{
content: "020"; content: "020";
display: block; display: block;
height: 0; height: 0;
clear: both; clear: both;
visibility: hidden; visibility: hidden;
} }
.btn-div { .btn-div {
margin: 0px 0 5px 0; margin: 0px 0 5px 0;
@@ -535,7 +535,7 @@ export default {
} }
.jianjie { .jianjie {
// margin: 15px 0; // margin: 15px 0;
background-color: #fff; background-color: #f5f7fa;
min-height: 300px; min-height: 300px;
padding: 0px 0px 10px 0px; padding: 0px 0px 10px 0px;
.content { .content {