提交
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user