| | |
| | | "navigationBarTextStyle": "black" |
| | | }, |
| | | "tabBar": { |
| | | "custom": true, |
| | | "color": "#333333", |
| | | "selectedColor": "#1c86ff", |
| | | "list": [ |
| | | { |
| | | "pagePath": "pages/question/question", |
| | | "text": "问答" |
| | | "text": "问答", |
| | | "iconPath": "assets/tabbar/wenda.png", |
| | | "selectedIconPath": "assets/tabbar/wenda-selected.png" |
| | | }, |
| | | { |
| | | "pagePath": "pages/scene/scene", |
| | | "text": "场景" |
| | | "text": "场景", |
| | | "iconPath": "assets/tabbar/yingyongchengxu.png", |
| | | "selectedIconPath": "assets/tabbar/yingyongchengxu-selected.png" |
| | | }, |
| | | { |
| | | "pagePath": "pages/my/my", |
| | | "text": "我的" |
| | | "text": "我的", |
| | | "iconPath": "assets/tabbar/wode.png", |
| | | "selectedIconPath": "assets/tabbar/wode-selected.png" |
| | | } |
| | | ] |
| | | }, |
| | |
| | | |
| | | |
| | | page { |
| | | --tab-bar-height:90rpx; |
| | | // --tab-bar-height:90rpx; |
| | | background-color: white !important; |
| | | height: calc(100% - var(--tab-bar-height)); |
| | | // height: calc(100% - var(--tab-bar-height)); |
| | | height: 100%; |
| | | } |
| | | |
| | | .container { |
| | |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | .van-field{ |
| | | .van-icon-replay{ |
| | | font-size: 40rpx; |
| | | } |
| | | } |
| | |
| | | </scroll-view> |
| | | </view> |
| | | <view class="flex-0 flex-items-center py-20" style="background-color: #f4f6f8;"> |
| | | <text class="font35 ywicon icon-fenxiang flex-0 mx-15"></text> |
| | | <van-field left-icon="replay" custom-class="py-3 flex-items-center" input-class="ml-10" type="textarea" autosize placeholder="在这里输入你的问题" class="flex-auto" model:value="{{sendText}}" bind:change="onSendTextChange"></van-field> |
| | | <text class="font35 ywicon {{!sendText? 'icon-dianhua1':'icon-fasongxiaoxi'}} flex-0 mx-15" bind:tap="inputRighBtnClick"></text> |
| | | <text class="font46 ywicon icon-fenxiang flex-0 mx-15"></text> |
| | | <van-field left-icon="replay" custom-class="py-3 flex-items-center van-field" input-class="ml-10" type="textarea" autosize placeholder="在这里输入你的问题" class="flex-auto" model:value="{{sendText}}" bind:change="onSendTextChange" size="large"></van-field> |
| | | <text class="font45 ywicon {{!sendText? 'icon-dianhua1':'icon-fasongxiaoxi'}} flex-0 mx-15" bind:tap="inputRighBtnClick"></text> |
| | | </view> |
| | | <fui-drawer model:show="{{drawerIsShow}}" direction="left"> |
| | | <view class="w-450 flex flex-col relative" style="height: calc(100% - 90rpx)"> |
| | | <view class="w-450 flex flex-col relative h-full" > |
| | | <text class="ywicon icon-guanbi absolute right-10 top-10" bindtap="drawerCloseClick"></text> |
| | | <view class="p-15 flex flex-col justify-between" style="background-color: #e8f0fd;"> |
| | | <view class="flex-items-center"> |