页面调整
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<div class="info">{{ item?.info }}</div>
|
||||
<div class="detail">{{ item?.detail }}</div>
|
||||
<div class="highlight" v-if="item?.highlight">{{ item?.highlight }}</div>
|
||||
<div class="gallery_btn gallery_btn_radius" v-if="item?.info != '/'" @click="createAccount">{{ item?.btn }}</div>
|
||||
<a class="gallery_btn gallery_btn_radius" v-else href="mailto:info@code-create.com.hk">Contact us</a>
|
||||
<div class="gallery_btn gallery_btn_radius" v-if="item?.btn != 'Contact us'" @click="createAccount">{{ item?.btn }}</div>
|
||||
<a class="gallery_btn gallery_btn_radius" v-else href="mailto:info@code-create.com.hk">{{ item?.btn }}</a>
|
||||
</div>
|
||||
<ul class="product_detail">
|
||||
<li v-for="detailItem in item?.detailList">{{ detailItem }}</li>
|
||||
@@ -71,6 +71,36 @@
|
||||
],
|
||||
btn:'创建账号',
|
||||
},
|
||||
{
|
||||
title: "教育版",
|
||||
info: "",
|
||||
detail: "高校多用户管理系统",
|
||||
highlight: "",
|
||||
detailList: [
|
||||
"高校多用户管理系统",
|
||||
"全校范围内共享信用额度",
|
||||
"AI辅助设计教学功能",
|
||||
"支持草图创意与设计灵感教学",
|
||||
"基础3D设计功能"
|
||||
],
|
||||
btn:'联系我们',
|
||||
},
|
||||
{
|
||||
title: "企业版",
|
||||
info: "",
|
||||
detail: "企业级多人协作系统",
|
||||
highlight: "",
|
||||
detailList: [
|
||||
"企业级多人协作系统",
|
||||
"组织内部信用额度共享",
|
||||
"品牌DNA管理系统,可定制品牌专属设计偏好",
|
||||
"云端设计生成与管理",
|
||||
"完整3D设计功能,支持高清打印输出、专业制版与效果图3D渲染",
|
||||
"企业级数据安全保障",
|
||||
"适用于服装设计团队与品牌使用"
|
||||
],
|
||||
btn:'联系我们',
|
||||
}
|
||||
],
|
||||
productListEn:[
|
||||
{
|
||||
@@ -89,33 +119,35 @@
|
||||
],
|
||||
btn:'Create account',
|
||||
},
|
||||
// {
|
||||
// title:"Education Edition",
|
||||
// info:"/",
|
||||
// detail:"Multi user management system for universities",
|
||||
// highlight:"",
|
||||
// detailList:[
|
||||
// 'Multi user management system for universities',
|
||||
// 'Credit limits are shared across the entire school',
|
||||
// 'AI assisted design teaching function',
|
||||
// 'Support sketch creativity and design inspiration teaching',
|
||||
// 'Basic 3D design functions',
|
||||
// ]
|
||||
// },{
|
||||
// title:"Enterprise Edition",
|
||||
// info:"/",
|
||||
// detail:"Enterprise level multi person collaboration system",
|
||||
// highlight:"",
|
||||
// detailList:[
|
||||
// 'Enterprise level multi person collaboration system',
|
||||
// 'Internal Credit Sharing within Enterprises',
|
||||
// 'Brand DNA management system, customizable brand Exclusive design preferences',
|
||||
// 'Cloud based design generation and management',
|
||||
// 'Complete 3D design function, supporting high-definition printing output, professional plate making, and 3D rendering of renderings',
|
||||
// 'Enterprise level data security assurance',
|
||||
// 'Suitable for fashion design teams and brands to use',
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
title:"Education Edition",
|
||||
info:"",
|
||||
detail:"Multi user management system for universities",
|
||||
highlight:"",
|
||||
detailList:[
|
||||
'Multi user management system for universities',
|
||||
'Credit limits are shared across the entire school',
|
||||
'AI assisted design teaching function',
|
||||
'Support sketch creativity and design inspiration teaching',
|
||||
'Basic 3D design functions',
|
||||
],
|
||||
btn:'Contact us',
|
||||
},{
|
||||
title:"Enterprise Edition",
|
||||
info:"",
|
||||
detail:"Enterprise level multi-person collaboration system",
|
||||
highlight:"",
|
||||
detailList:[
|
||||
'Enterprise level multi-person collaboration system',
|
||||
'Internal Credit Sharing within organization',
|
||||
'Brand DNA management system, customizable brand exclusive design preferences',
|
||||
'Cloud based design generation and management',
|
||||
'Complete 3D design function, supporting high-definition printing output, professional plate making, and 3D rendering of renderings',
|
||||
'Enterprise level data security assurance',
|
||||
'Suitable for fashion design teams and brands to use',
|
||||
],
|
||||
btn:'Contact us',
|
||||
},
|
||||
],
|
||||
introductList:[
|
||||
{
|
||||
@@ -196,8 +228,8 @@
|
||||
}
|
||||
.gallery_list{
|
||||
display: flex;
|
||||
// justify-content: space-between;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
// justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
.gallery_item{
|
||||
width: calc(33.333% - 3rem);
|
||||
@@ -208,6 +240,10 @@
|
||||
font-size: 2rem;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.info{
|
||||
line-height: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
.info,.detail,.gallery_btn{
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user