204 lines
3.7 KiB
CSS
204 lines
3.7 KiB
CSS
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
color: #333;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.container {
|
|
width: 1027px;
|
|
height: 755px;
|
|
border: 1px solid #e4e4e4;
|
|
border-radius: 11px;
|
|
margin: 20px;
|
|
padding-top: 22px;
|
|
}
|
|
.container * {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.title {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 12px 20px;
|
|
}
|
|
.title img {
|
|
width: 29px;
|
|
height: 34px;
|
|
margin-right: 8px;
|
|
}
|
|
.title h2 {
|
|
font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
line-height: 30px;
|
|
}
|
|
/* 主标题样式扩展 */
|
|
.bi-main-title {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 12px 20px;
|
|
}
|
|
.bi-main-title-icon {
|
|
width: 29px;
|
|
height: 34px;
|
|
margin-right: 8px;
|
|
}
|
|
.bi-main-title-heading {
|
|
font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
line-height: 30px;
|
|
}
|
|
/* 寄托币表格样式扩展 */
|
|
.bi-table {
|
|
width: calc(100% - 24px);
|
|
border-collapse: collapse;
|
|
margin: 0 12px 25px;
|
|
}
|
|
.bi-table-header {
|
|
background-color: #f5f5f5;
|
|
font-weight: bold;
|
|
font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
text-align: center;
|
|
height: 33px;
|
|
}
|
|
.bi-table-header.bi-table-event {
|
|
/* 事件列特殊样式 */
|
|
}
|
|
.bi-table-header.bi-table-reward {
|
|
/* 奖励列特殊样式 */
|
|
}
|
|
.bi-table-header.bi-table-limit {
|
|
/* 上限列特殊样式 */
|
|
}
|
|
.bi-table-body {
|
|
/* 表格主体样式 */
|
|
}
|
|
.bi-table-row:nth-child(even) {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.bi-table-cell {
|
|
color: #333333;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
height: 33px;
|
|
}
|
|
.bi-table-cell.bi-table-event {
|
|
/* 事件单元格样式 */
|
|
}
|
|
.bi-table-cell.bi-table-reward {
|
|
/* 奖励单元格样式 */
|
|
}
|
|
.bi-table-cell.bi-table-limit {
|
|
/* 上限单元格样式 */
|
|
}
|
|
.supplement {
|
|
margin: 0 12px 30px;
|
|
}
|
|
.supplement h3 {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
line-height: 25px;
|
|
}
|
|
.supplement ul {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.supplement li {
|
|
font-size: 14px;
|
|
line-height: 25px;
|
|
}
|
|
/* 补充说明样式扩展 */
|
|
.bi-supplement {
|
|
margin: 0 12px 30px;
|
|
}
|
|
.bi-supplement-title {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
line-height: 25px;
|
|
}
|
|
.bi-supplement-list {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.bi-supplement-item {
|
|
font-size: 14px;
|
|
line-height: 25px;
|
|
}
|
|
.divider {
|
|
height: 1px;
|
|
background-color: #eee;
|
|
margin-bottom: 37px;
|
|
}
|
|
.usage {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 8px;
|
|
}
|
|
.usage img {
|
|
width: 29px;
|
|
height: 34px;
|
|
margin-right: 8px;
|
|
}
|
|
.usage h3 {
|
|
font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
line-height: 30px;
|
|
}
|
|
.usage ul {
|
|
list-style-type: none;
|
|
padding: 0 0 0 32px;
|
|
margin: 0;
|
|
}
|
|
.usage li {
|
|
margin-bottom: 4px;
|
|
}
|
|
/* 寄托币用途样式扩展 */
|
|
.bi-usage {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 8px;
|
|
}
|
|
.bi-usage-title {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
.bi-usage-icon {
|
|
width: 29px;
|
|
height: 34px;
|
|
margin-right: 8px;
|
|
}
|
|
.bi-usage-heading {
|
|
font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
line-height: 30px;
|
|
}
|
|
.bi-usage-list {
|
|
list-style-type: none;
|
|
padding: 0 0 0 32px;
|
|
margin: 0;
|
|
}
|
|
.bi-usage-item {
|
|
margin-bottom: 4px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
}
|