75 lines
1.6 KiB
CSS
75 lines
1.6 KiB
CSS
html{
|
|
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
|
}
|
|
.package-diagram{
|
|
padding: 10px;
|
|
margin : 10px 0;
|
|
}
|
|
|
|
.package-logo {
|
|
width: 300px;
|
|
margin: 0 auto;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.package-logo img {
|
|
width: 100%;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
border-spacing : 0;
|
|
}
|
|
.package-table {
|
|
width : 100%;
|
|
border-bottom: 2px solid #333333 !important;
|
|
border-left : 1px solid #333333 !important;
|
|
margin-top : 10px;
|
|
margin-top : 0;
|
|
border-top : none;
|
|
}
|
|
|
|
td.el-table__cell {
|
|
border-bottom: 1px solid #333333;
|
|
border-color: #333333 !important;
|
|
}
|
|
|
|
.el-table th.el-table__cell.is-leaf {
|
|
border-color: #333333 !important;
|
|
}
|
|
|
|
tr th {
|
|
min-width : 100px;
|
|
padding : 0 10px !important;
|
|
text-align : left;
|
|
font-size : 13px !important;
|
|
border-right: 1px solid #333333 !important;
|
|
line-height : 36px !important;
|
|
text-align : center;
|
|
color : #383338 !important;
|
|
}
|
|
|
|
tr td {
|
|
min-width : 100px;
|
|
padding : 0 10px !important;
|
|
text-align : left;
|
|
font-size : 13px !important;
|
|
border-right: 1px solid #333333 !important;
|
|
line-height : 36px !important;
|
|
padding-left: 10px !important;
|
|
}
|
|
.td-img{
|
|
text-align: center !important;padding: 20px 10px !important;
|
|
}
|
|
.td-img img{
|
|
max-width: 200px;
|
|
}
|
|
.el-table--small .el-table__cell{
|
|
padding: 0 !important;
|
|
}
|
|
.el-table--small .el-table__cell span{
|
|
display: inline-block;
|
|
padding:0 10px !important;
|
|
}
|