| | |
| | | <template> |
| | | <view class="container"> |
| | | <view class="form"> |
| | | <u-transition :show="true" mode="slide-left"> |
| | | <!-- <pageNav :admin="admin" title="一键AI问答" desc="知你困境,解你烦恼,AI帮你写答案;绘声绘色,绘精彩;" |
| | | img="https://wx.qlogo.cn/mmhead/Q3auHgzwzM55kOdw21icYsGmEojHmk3XMqRLWIZPkZJ6uBLvqdf6SxA/0" /> --> |
| | | <image src="/static/bg_ai_assistant_title.png" class="banner"></image> |
| | | <!-- <u-transition :show="true" mode="slide-left"> |
| | | <view class="head"> |
| | | <view class="head-top"> |
| | | <image class="logo" src="/static/aichat.png"></image> |
| | | aa |
| | | <view class="head-top-right"> |
| | | <view class="ai-consult"> |
| | | <view class="ai"> |
| | | <view class="ai-btn">一键AI问答</view> |
| | | <!-- <view class="member">会员中心</view> --> |
| | | </view> |
| | | <view class="consult"> |
| | | <view class="consult-btn"> |
| | | <u-button open-type='contact' color="#FF9900" :plain="true" text="咨询客服"></u-button> |
| | | </view> |
| | | </view> |
| | | <u-button open-type='contact' color="#FF9900" :plain="true" text="咨询客服"></u-button> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <text class="description">知你困境,解你烦恼,AI帮你写答案;绘声绘色,绘精彩;</text> |
| | | </view> |
| | | </view> |
| | | </u-transition> |
| | | </u-transition> --> |
| | | </view> |
| | | <u-transition :show="true" mode="slide-right"> |
| | | <view class="tool_list"> |
| | |
| | | } |
| | | |
| | | .form { |
| | | background-color: #fff; |
| | | // padding-top: 30%; |
| | | border-bottom-left-radius: 30rpx; |
| | | border-bottom-right-radius: 30rpx; |
| | | padding: 0 30rpx; |
| | | padding: 0 0; |
| | | /* #ifndef H5 */ |
| | | padding-top: var(--status-bar-height); |
| | | margin-top: 60rpx; |
| | |
| | | } |
| | | } |
| | | </style> |
| | | <style scoped> |
| | | page { |
| | | background-color: #070d1d; |
| | | box-sizing: border-box; |
| | | letter-spacing: 0; |
| | | word-wrap: break-word; |
| | | } |
| | | .banner{ |
| | | width: 100vw; |
| | | height: calc(100vw * 0.433333); |
| | | } |
| | | </style> |