feat: test result

This commit is contained in:
2025-09-30 09:52:28 +08:00
parent 288b845270
commit 9fef267cf6
7 changed files with 386 additions and 16 deletions

View File

@@ -564,5 +564,123 @@
line-height: normal;
}
}
.retest {
position: absolute;
right: 12px;
top: 12px;
display: flex;
padding: 6px 10px;
justify-content: center;
align-items: center;
gap: 6px;
border-radius: 12px;
border: 0.5px solid rgba(0, 0, 0, 0.12);
background: #FFF;
box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.10);
color: rgba(0, 0, 0, 0.85);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 20px;
.re_actIcon {
width: 12px;
height: 12px;
}
}
}
.updateTip {
color: #000;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-align: center;
padding: 24px 0;
.grayTip {
color: rgba(60, 60, 67, 0.60);
}
}
.actions {
padding: 0 28px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
gap: 10px;
.viewGame {
border-radius: 16px;
border: 1px solid rgba(0, 0, 0, 0.06);
width: 100%;
overflow: hidden;
.viewGameBtn {
width: 100%;
height: 50px;
background: #000;
color: #FFF;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 16px;
font-style: normal;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
}
}
.otherActions {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
.share, .saveImage {
width: 50%;
height: 50px;
border-radius: 16px;
border: 1px solid rgba(0, 0, 0, 0.06);
overflow: hidden;
.shareBtn, .saveImageBtn {
background: #FFF;
width: 100%;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
color: #000;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
.downloadIcon {
width: 20px;
height: 20px;
}
.wechatIcon {
width: 24px;
height: 24px;
}
}
}
}
}
}