Style(客服):客服UI调整

This commit is contained in:
modendeveloper
2024-08-28 00:48:10 +08:00
parent 33526c2df0
commit 3fac704828
+5 -6
View File
@@ -29,7 +29,7 @@
</view>
</view>
<view class="footer flex jc-between ai-end">
<view class="footer flex jc-between ai-end v12-align-center">
<image :src="webUrl+'/20221014095236624035.png'" @click="getUploadToken"></image>
<view class="input-box">
<textarea
@@ -43,7 +43,7 @@
@confirm="userSend"
/>
</view>
<button @click="userSend">发送</button>
<button @click="userSend" class="v12-primary">发送</button>
</view>
</view>
</template>
@@ -334,9 +334,9 @@ export default {
bottom: 0;
width: 100vw;
padding: 30rpx 32rpx 28rpx;
border-radius: 24rpx 24rpx 0 0;
border-radius: 40rpx 40rpx 0rpx 0rpx;
background: #FFFFFF;
height: 160rpx;
image {
width: 64rpx;
height: 64rpx;
@@ -359,9 +359,8 @@ export default {
button {
width: 120rpx;
height: 64rpx;
margin: 0;
border-radius: 32rpx;
border-radius: 100rpx;
background: #FD574B;
font-size: 28rpx;
color: #FFFFFF;