Merge branch 'develop' of https://gitee.com/Tyssen/yi-shi into develop
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
|
|
||||||
<!-- AI智能获客 版块标题 -->
|
<!-- AI智能获客 版块标题 -->
|
||||||
<view class="section-title">
|
<view class="section-title">
|
||||||
<u-icon name="robot" size="28" color="#4080ff"></u-icon>
|
<image src="/static/images/icons/robot.svg" class="robot-icon"></image>
|
||||||
<text>AI智能获客</text>
|
<text>AI智能获客</text>
|
||||||
<text class="beta-tag">Beta</text>
|
<text class="beta-tag">Beta</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -480,7 +480,9 @@ export default {
|
|||||||
padding: 30rpx 20rpx 15rpx;
|
padding: 30rpx 20rpx 15rpx;
|
||||||
margin: 15rpx 7.5rpx 5rpx;
|
margin: 15rpx 7.5rpx 5rpx;
|
||||||
|
|
||||||
u-icon {
|
.robot-icon {
|
||||||
|
width: 56rpx;
|
||||||
|
height: 56rpx;
|
||||||
margin-right: 10rpx;
|
margin-right: 10rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
18
Cunkebao/static/images/icons/robot.svg
Normal file
18
Cunkebao/static/images/icons/robot.svg
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<!-- 机器人头部 -->
|
||||||
|
<rect x="8" y="4" width="12" height="14" rx="2" stroke="#4080ff" stroke-width="2" fill="none"/>
|
||||||
|
<!-- 天线 -->
|
||||||
|
<path d="M14 2L14 4" stroke="#4080ff" stroke-width="2" stroke-linecap="round"/>
|
||||||
|
<!-- 眼睛 -->
|
||||||
|
<circle cx="11" cy="9" r="1.5" fill="#4080ff"/>
|
||||||
|
<circle cx="17" cy="9" r="1.5" fill="#4080ff"/>
|
||||||
|
<!-- 显示屏/嘴巴 -->
|
||||||
|
<rect x="10" y="12" width="8" height="3" rx="1" stroke="#4080ff" stroke-width="1.5" fill="none"/>
|
||||||
|
<!-- 机器人身体 -->
|
||||||
|
<rect x="6" y="18" width="16" height="6" rx="2" stroke="#4080ff" stroke-width="2" fill="none"/>
|
||||||
|
<!-- 按钮/指示灯 -->
|
||||||
|
<circle cx="11" cy="21" r="1" fill="#4080ff"/>
|
||||||
|
<circle cx="14" cy="21" r="1" fill="#4080ff"/>
|
||||||
|
<circle cx="17" cy="21" r="1" fill="#4080ff"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 913 B |
Reference in New Issue
Block a user