feat: 样式调整

This commit is contained in:
2025-12-29 11:40:52 +08:00
parent a0f7838895
commit d5662e5810
3 changed files with 65 additions and 8 deletions

View File

@@ -223,7 +223,12 @@ function Intro() {
}
return (
<View className={styles.introContainer}>
<View
className={styles.introContainer}
style={{
backgroundImage: `url(${OSS_BASE_URL}/images/215f1ce1-be52-4a92-8250-5a4a69e7f2b3.png)`,
}}
>
<CommonGuideBar />
{ntrpData?.has_test_record ? (
<View className={styles.result}>
@@ -271,7 +276,7 @@ function Intro() {
</View>
</View>
<View className={styles.actions}>
<View className={styles.buttonWrap}>
<View className={classnames(styles.buttonWrap, styles.customBtn)}>
<Button
className={classnames(styles.button, styles.primary)}
type="primary"
@@ -280,6 +285,12 @@ function Intro() {
<Text></Text>
<Image className={styles.arrowImage} src={ArrowRight} />
</Button>
<View
className={classnames(styles.customBtnCover, styles.primary)}
>
<Text></Text>
<Image className={styles.arrowImage} src={ArrowRight} />
</View>
</View>
<View className={classnames(styles.buttonWrap, styles.customBtn)}>
<Button
@@ -414,7 +425,12 @@ function Test() {
return "";
}
return (
<View className={styles.testContainer}>
<View
className={styles.testContainer}
style={{
backgroundImage: `url(${OSS_BASE_URL}/images/215f1ce1-be52-4a92-8250-5a4a69e7f2b3.png)`,
}}
>
<CommonGuideBar confirm title={`${index + 1} / ${questions.length}`} />
<View className={styles.bar}>
<View