This commit is contained in:
X1627315083@163.com
2026-03-16 13:19:41 +08:00
parent b82c35f8b7
commit 334c658d7c
3 changed files with 17 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ const {} = toRefs(data);
</div>
</div>
</div>
<div class="download">{{ $t('threeModel.download') }}</div>
</div>
</template>
<style lang="less" scoped>
@@ -76,6 +77,20 @@ const {} = toRefs(data);
line-height: 2.7rem;
color: #000;
}
> .download{
margin-left: 4.2rem;
margin-top: 24.8rem;
line-height: 3rem;
width: 20rem;
border-radius: 1.5rem;
color: #fff;
background-color: #ff7a51;
font-weight: 600;
font-style: Semibold;
font-size: 1.2rem;
text-align: center;
cursor: pointer;
}
> .detail{
> .name{
> .title{