【发布时间】:2022-01-12 15:07:04
【问题描述】:
寻找一种将表格与背景图像匹配的现代方法,所有内容都按比例缩放。在此特定项目中不关心移动设备上的可见性。带有入门引导主题的 Wordpress。这是一个 jsfiddle:https://jsfiddle.net/atomikdog/6m5h2wa0/26/
.entry-content {
background-image: url("https://i.postimg.cc/R0rR2qmp/bg-report-test-1500x2023.png");
background-size: 100% auto;
background-repeat: no-repeat;
min-height: 1700px;
margin: 0 0 0 0;
border: 1px dashed yellow;
}
.test {
padding: 0 0 0 0;
width: 77%;
margin-top: 37px;
border: 1px dashed cyan;
}
.row {
border: 1px dashed green;
}
table {
width: 100%;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
td {
font-size: 2vw;
border: 1px solid red;
}
.col53 {
width: 53%;
}
【问题讨论】:
标签: html css wordpress twitter-bootstrap html-table