This commit is contained in:
张成
2025-12-18 17:37:18 +08:00
parent b5bd3a3fe1
commit 06d11c1edc
4 changed files with 22 additions and 21 deletions

View File

@@ -292,7 +292,7 @@ export default {
};
</script>
<style lang="less" scoped>
<style scoped>
.invite-register-page {
min-height: 100vh;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
@@ -337,23 +337,23 @@ export default {
background: #f8f8f9;
border-radius: 4px;
border-left: 4px solid #2d8cf0;
}
p {
margin: 0 0 10px 0;
font-weight: 600;
color: #515a6e;
}
.register-tips p {
margin: 0 0 10px 0;
font-weight: 600;
color: #515a6e;
}
ul {
margin: 0;
padding-left: 20px;
color: #808695;
.register-tips ul {
margin: 0;
padding-left: 20px;
color: #808695;
}
li {
margin-bottom: 5px;
line-height: 1.6;
}
}
.register-tips ul li {
margin-bottom: 5px;
line-height: 1.6;
}
</style>