|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="brief_container">
|
|
<view class="briefContent">
|
|
<view class="briefContent">
|
|
<view class="briefContent_info">
|
|
<view class="briefContent_info">
|
|
<view class="briefContent_info_title">
|
|
<view class="briefContent_info_title">
|
|
@@ -8,14 +8,14 @@
|
|
<view class="briefContent_info_content">
|
|
<view class="briefContent_info_content">
|
|
基于人工智能技术开发而成的个人助手,能够极大地提高办公和生活效率为用户节省处理事务的时间和精力。无论是在工作还是日常生活中,智能助理都可以帮助用户提高处理信息的速度,更快地完成工作和安排,打造更加便捷、高效的生活。通过智能学习和精准分析,智能助理还可以了解用户的喜好和习惯,为用户提供个性化的服务和建议,让用户的使用更加舒适和无忧。
|
|
基于人工智能技术开发而成的个人助手,能够极大地提高办公和生活效率为用户节省处理事务的时间和精力。无论是在工作还是日常生活中,智能助理都可以帮助用户提高处理信息的速度,更快地完成工作和安排,打造更加便捷、高效的生活。通过智能学习和精准分析,智能助理还可以了解用户的喜好和习惯,为用户提供个性化的服务和建议,让用户的使用更加舒适和无忧。
|
|
</view>
|
|
</view>
|
|
- <view class="briefContent_button" @click="clickToTiyan">
|
|
|
|
- 立即体验 →
|
|
|
|
- </view>
|
|
|
|
</view>
|
|
</view>
|
|
<view class="briefContent_robotImg">
|
|
<view class="briefContent_robotImg">
|
|
<image src="/static/home//home_robot.png" mode="aspectFit"></image>
|
|
<image src="/static/home//home_robot.png" mode="aspectFit"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="tiyanButton" @click="clickToTiyan">
|
|
|
|
+ 立即体验 →
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -30,14 +30,7 @@
|
|
clickToTiyan() {
|
|
clickToTiyan() {
|
|
if(this.tools.is_login_gotoLogin(this.config.page_index.ai_chat) == true) {
|
|
if(this.tools.is_login_gotoLogin(this.config.page_index.ai_chat) == true) {
|
|
uni.$emit(this.config.notification.switch_page_index, this.config.page_index.ai_chat)
|
|
uni.$emit(this.config.notification.switch_page_index, this.config.page_index.ai_chat)
|
|
- }
|
|
|
|
- // if(this.tools.is_login()) {
|
|
|
|
- // uni.$emit(this.config.notification.switch_page_index, this.config.page_index.ai_chat)
|
|
|
|
- // } else {
|
|
|
|
- // uni.navigateTo({
|
|
|
|
- // url:'/pages/login/login' +'?login_success_goback_after_gotoAI=true'
|
|
|
|
- // })
|
|
|
|
- // }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
@@ -45,59 +38,63 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
- .container{
|
|
|
|
|
|
+ .brief_container{
|
|
display: flex;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
+ flex-direction: column;
|
|
width: 100%;
|
|
width: 100%;
|
|
- // background-color: red;
|
|
|
|
|
|
+ align-items: center;
|
|
|
|
+
|
|
.briefContent{
|
|
.briefContent{
|
|
display: flex;
|
|
display: flex;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 250px;
|
|
|
|
- padding: 18px;
|
|
|
|
|
|
+ // height: 50vw; //250px;
|
|
|
|
+ padding: 1.8vw; //18px;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- background-color: #2A2832;
|
|
|
|
|
|
+ // background-color: #2A2832;
|
|
.briefContent_info{
|
|
.briefContent_info{
|
|
- position: relative;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- // background-color: yellow;
|
|
|
|
|
|
+ margin: 0 1vw;
|
|
.briefContent_info_title{
|
|
.briefContent_info_title{
|
|
- font-size: 25px;
|
|
|
|
|
|
+ font-size: 2.5vw; //25px;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
.briefContent_info_content{
|
|
.briefContent_info_content{
|
|
- margin-top: 12px;
|
|
|
|
- font-size: 18px;
|
|
|
|
|
|
+ margin-top: 1vw; //12px;
|
|
|
|
+ font-size: 1.7vw; //18px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
- height: 125px;
|
|
|
|
- line-height: 30px;
|
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- text-overflow: ellipsis;
|
|
|
|
- }
|
|
|
|
- .briefContent_button{
|
|
|
|
- position: absolute;
|
|
|
|
- margin-top: 25px;
|
|
|
|
- left: 40%;
|
|
|
|
- display: flex;
|
|
|
|
- width: 170px;
|
|
|
|
- height: 45px;
|
|
|
|
- border-radius: 8px;
|
|
|
|
- font-size: 20px;
|
|
|
|
- color: #ffffff;
|
|
|
|
- background: linear-gradient(to right, #1BC8C8, #D4F906);
|
|
|
|
- justify-content: center;
|
|
|
|
- align-items: center;
|
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.briefContent_robotImg{
|
|
.briefContent_robotImg{
|
|
- margin-left: 10px;
|
|
|
|
- width: 440px;
|
|
|
|
- height: 225px;
|
|
|
|
|
|
+ margin-top: 4vw;
|
|
|
|
+ margin-right: 1vw;
|
|
|
|
+ width: 70%; //440px;
|
|
|
|
+ height: 90%; //225px;
|
|
|
|
+ image{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .tiyanButton{
|
|
|
|
+ margin: 2.5vw 0;
|
|
|
|
+ display: flex;
|
|
|
|
+ width: 17vw; //170px;
|
|
|
|
+ height: 4.5vw; //45px;
|
|
|
|
+ border-radius: 0.8vw; //8px;
|
|
|
|
+ font-size: 2vw; //20px;
|
|
|
|
+ color: #ffffff;
|
|
|
|
+ background: linear-gradient(to right, #1BC8C8, #D4F906);
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|