ylj20011123 a05dd915f3 update
2025-08-29 19:14:40 +08:00

453 lines
10 KiB
Plaintext

.qualificationsData {
width: 100%;
height: 100%;
.dataBox {
width: 100%;
height: 130px;
box-sizing: border-box;
padding: 16px 24px;
background: #fff;
.dataBoxTop {
display: flex;
align-items: center;
justify-content: space-between;
.dataBoxTopLeft {
display: flex;
align-items: center;
.leftIcon {
width: 28px;
height: 28px;
margin-right: 8px;
}
.pageSelect {
width: 150px;
}
}
.dataBoxTopRight {
.versionChangeBox {
color: #fff;
border-color: #40a9ff;
background: #40a9ff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
border-radius: 8px;
display: flex;
align-items: center;
padding: 4px 15px;
cursor: pointer;
.changeIcon {
width: 20px;
height: 20px;
margin-right: 8px;
}
}
}
}
.dataBoxBottom {
width: 100%;
box-sizing: border-box;
padding: 0 36px;
margin-top: 12px;
display: flex;
.dataBoxBottomLeft {
width: 70%;
display: flex;
align-items: center;
.bottomItem {
width: 30%;
display: flex;
.typeIcon {
width: 44px;
height: 44px;
border-radius: 8px;
}
.smallData {
margin-left: 12px;
.dataLabel {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(0, 0, 0, 0.65);
line-height: 22px;
}
.warningBoxs {
display: flex;
position: relative;
.dataLabel {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(0, 0, 0, 0.65);
line-height: 22px;
margin-right: 8px;
}
.unUpload {
display: flex;
align-items: center;
.warningIcon {
width: 22px;
height: 22px;
}
.unUploadText {
font-size: 14px;
font-family: AppleColorEmoji;
color: #1890FF;
line-height: 22px;
margin-left: 4px;
}
.text {
font-size: 14px;
line-height: 22px;
}
}
.uploadBox {
display: block;
white-space: nowrap;
z-index: 99;
padding: 8px;
border-radius: 8px;
background: #fff;
position: absolute;
top: 18px;
left: 0;
box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
}
.dataValue {
font-size: 20px;
font-family: DINAlternate-Bold, DINAlternate;
font-weight: bold;
color: #000000;
line-height: 24px;
}
}
}
}
.dataBoxBottomRight {
width: 30%;
display: flex;
align-items: center;
justify-content: flex-end;
}
}
}
.dataList {
width: 100%;
margin-top: 20px;
height: calc(100vh - 280px);
box-sizing: border-box;
padding-bottom: 20px;
position: relative;
.LoadingBox {
width: 100%;
height: 100%;
position: absolute;
right: 0;
top: 0;
z-index: 999;
background: rgba(0, 0, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
.loading {
display: flex;
align-items: center;
padding: 15px 20px 10px;
background: #fff;
border-radius: 8px;
}
}
.listBox {
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
overflow-y: auto;
align-content: flex-start;
.listItem {
cursor: pointer;
margin-bottom: 20px;
width: calc((100% - 68px) / 4);
height: 253px;
box-sizing: border-box;
padding: 16px;
background: linear-gradient(180deg, rgba(246, 250, 255, 1) 0%, rgba(254, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
border-radius: 8px;
border: 1px solid #E7E7E7;
.itemTop {
display: flex;
.itemImg {
width: 56px;
height: 56px;
margin-right: 12px;
}
.topBox {
.topText {
font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: rgba(0, 0, 0, 0.85);
line-height: 22px;
}
.typeList {
display: inline-block;
margin-top: 6px;
box-sizing: border-box;
padding: 1px 8px;
background: rgba(216, 230, 255, 0.8);
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #0A2659;
border-radius: 2px;
line-height: 22px;
}
}
}
.listItemCenter {
margin-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
.realMoneyBox {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 17px;
.moneyLeft {
display: flex;
align-items: center;
.moneyIcon {
width: 24px;
height: 24px;
margin-right: 4px;
}
.leftLabel {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(0, 0, 0, 0.65);
line-height: 22px;
}
}
.moneyRight {
font-size: 18px;
font-family: DINAlternate-Bold, DINAlternate;
font-weight: bold;
color: rgba(0, 0, 0, 0.85);
line-height: 22px;
}
}
.progressBox {
.boxTop {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 4px;
.boxTopLabel {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(0, 0, 0, 0.65);
line-height: 22px;
}
.boxTopValue {
font-size: 14px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: rgba(0, 0, 0, 0.85);
line-height: 22px;
}
}
.progress {
width: 100%;
height: 8px;
background: #EDEDED;
border-radius: 5px;
position: relative;
.have {
width: 50%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #5B75FF;
border-radius: 5px;
}
}
}
}
.codeBox {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 22px;
.codeLeft {
.code {
width: 24px;
height: 24px;
margin-right: 6px;
}
.text {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(0, 0, 0, 0.65);
line-height: 22px;
}
}
.codeRight {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #1E80FF;
line-height: 22px;
padding: 2px 8px;
background: #E9F1FB;
border-radius: 4px;
}
}
}
}
}
}
.oldPageBox {
.searchBox {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
box-sizing: border-box;
padding: 24px;
background: #fff;
margin-bottom: 24px;
border-radius: 4px;
display: flex;
.searchBoxLeft {
display: flex;
align-items: center;
.searchItem {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-right: 12px;
.searchLabel {
margin-right: 4px;
}
}
}
.searchBoxRight {
display: flex;
align-items: center;
.versionChangeBox {
color: #fff;
border-color: #40a9ff;
background: #40a9ff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
border-radius: 8px;
display: flex;
align-items: center;
padding: 4px 15px;
cursor: pointer;
text-align: center;
.changeIcon {
width: 20px;
height: 20px;
margin-right: 8px;
}
}
}
}
.tableBox {
box-sizing: border-box;
padding: 24px;
background: #fff;
.proTableBox {
.ant-pro-card {
.ant-pro-card-body {
.ant-table-wrapper {
.ant-spin-nested-loading {
.ant-spin-container {
.ant-table {
.ant-table-container {
.ant-table-body {
.ant-table-tbody {
.greyRow {
background: #e1e1e1;
.ant-table-cell-row-hover {
background: #e1e1e1;
}
}
}
}
}
}
}
}
}
}
}
}
}
}