This commit is contained in:
A1300399510
2023-07-14 17:54:51 +08:00
parent 0819f9812f
commit bb6028f0e7
2 changed files with 58 additions and 38 deletions

View File

@@ -25,4 +25,42 @@ const { wechat } = toRefs(store.state);
</script>
<style lang="less" scoped></style>
<style lang="less" scoped>
.have-questions {
display: inline-flex;
flex-direction: column;
.QR-code {
width: 100%;
}
.have-questions-text {
color: #7F7F7F;
font-size: 14px;
margin-bottom: 14px;
.smiling {
width: 16px;
height: 16px;
margin: 0 5px;
}
}
.have-questions-btn {
width: 166px;
height: 40px;
border-radius: 40px;
font-size: 18px;
font-weight: 650;
color: #333;
border: 1px solid #7f7f7f;
cursor: pointer;
.have-questions-icon {
width: 16px;
height: 16px;
margin-right: 10px;
}
}
}
</style>