style: 💄 修改im样式
parent
5844e74d32
commit
d256fd3559
|
@ -96,7 +96,7 @@
|
||||||
name="close"
|
name="close"
|
||||||
></u-icon>
|
></u-icon>
|
||||||
|
|
||||||
<text class="cu-tag bg-cyan round" @click="getCode">刷新拼图</text>
|
<text class="cu-tag bg-main-color round" @click="getCode">刷新拼图</text>
|
||||||
<text class="my-neirong-sm cuIcon-safe" style="color: #c1c1c1"
|
<text class="my-neirong-sm cuIcon-safe" style="color: #c1c1c1"
|
||||||
>Lili-FRAMEWORK</text
|
>Lili-FRAMEWORK</text
|
||||||
>
|
>
|
||||||
|
|
|
@ -5088,7 +5088,7 @@ scroll-view.cu-steps .cu-item {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-user-orang {
|
.bg-user-orang {
|
||||||
background-color: #FFFFCC;
|
background-color:rgba($main-color,0.1);
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5112,8 +5112,8 @@ scroll-view.cu-steps .cu-item {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-cyan {
|
.bg-main-color {
|
||||||
background-color: #1cbbb4;
|
background-color: $main-color;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5197,7 +5197,7 @@ scroll-view.cu-steps .cu-item {
|
||||||
background-color: #d7f0dbff;
|
background-color: #d7f0dbff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-cyan.light {
|
.bg-main-color.light {
|
||||||
color: #1cbbb4;
|
color: #1cbbb4;
|
||||||
background-color: #d2f1f0;
|
background-color: #d2f1f0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,10 +35,9 @@
|
||||||
JSON.parse(item.text)['goodsName']
|
JSON.parse(item.text)['goodsName']
|
||||||
}}</text>
|
}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="goodsdesc-rice" style="margin-top:10rpx; color: orange;"><text
|
<view class="goodsdesc-rice" >¥{{
|
||||||
style="font-size:20rpx;">¥{{
|
|
||||||
JSON.parse(item.text)['price'] | unitPrice
|
JSON.parse(item.text)['price'] | unitPrice
|
||||||
}}</text>
|
}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -92,10 +91,9 @@
|
||||||
JSON.parse(item.text)['goodsName']
|
JSON.parse(item.text)['goodsName']
|
||||||
}}</text>
|
}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="goodsdesc-rice" style="margin-top:10rpx; color: orange;"><text
|
<view class="goodsdesc-rice" >¥{{
|
||||||
style="font-size:20rpx;">¥{{
|
|
||||||
JSON.parse(item.text)['price']
|
JSON.parse(item.text)['price']
|
||||||
}}</text>
|
}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -129,7 +127,7 @@
|
||||||
</view>
|
</view>
|
||||||
<!-- 如果没有聊天记录,定位到底部 -->
|
<!-- 如果没有聊天记录,定位到底部 -->
|
||||||
<view
|
<view
|
||||||
:style="{ position: msgList.length == 0 ? 'fixed' : '', bottom: msgList.length == 0 ? '66px' : '', width: msgList.length == 0 ? '100%' : '' }">
|
:style="{ position:'fixed' , bottom: '66px' , width: '100%' }">
|
||||||
<view class="cartMessage" v-if="showHide && !localImGoodsId && showHideModel">
|
<view class="cartMessage" v-if="showHide && !localImGoodsId && showHideModel">
|
||||||
<view class="goodsCard u-flex u-row-between u-p-b-0">
|
<view class="goodsCard u-flex u-row-between u-p-b-0">
|
||||||
<view class="imagebox" @click="jumpGoodDelic(item)">
|
<view class="imagebox" @click="jumpGoodDelic(item)">
|
||||||
|
@ -141,9 +139,9 @@
|
||||||
goodListData.goodsName
|
goodListData.goodsName
|
||||||
}}</text>
|
}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="goodsdesc-rice" style="margin-top:10rpx; color: orange;"><text style="font-size:20rpx;"> ¥{{
|
<view class="goodsdesc-rice" > ¥{{
|
||||||
goodListData.price | unitPrice
|
goodListData.price | unitPrice
|
||||||
}}</text>
|
}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cancel" @click="cancelModel">X</view>
|
<view class="cancel" @click="cancelModel">X</view>
|
||||||
|
@ -177,8 +175,8 @@
|
||||||
<view class="bottom-dh-char flex-row-around" style="font-size: 55rpx;">
|
<view class="bottom-dh-char flex-row-around" style="font-size: 55rpx;">
|
||||||
<!-- vue无法使用软键盘"发送" -->
|
<!-- vue无法使用软键盘"发送" -->
|
||||||
<input v-model="msg" class="dh-input" type="text" style="background-color: #f0f0f0;" @confirm="sendMessage"
|
<input v-model="msg" class="dh-input" type="text" style="background-color: #f0f0f0;" @confirm="sendMessage"
|
||||||
confirm-type="search" placeholder-class="my-neirong-sm" placeholder="用一句简短的话描述您的问题" />
|
confirm-type="send" placeholder-class="my-neirong-sm" placeholder="用一句简短的话描述您的问题" />
|
||||||
<view @click="sendMessage" class="cu-tag bg-cyan round">
|
<view @click="sendMessage" class="cu-tag bg-main-color send round">
|
||||||
发送
|
发送
|
||||||
</view>
|
</view>
|
||||||
<!-- <text @click="ckAdd" class="cuIcon-roundaddfill text-brown"></text> -->
|
<!-- <text @click="ckAdd" class="cuIcon-roundaddfill text-brown"></text> -->
|
||||||
|
@ -682,6 +680,9 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.send{
|
||||||
|
font-size: 24rpx !important;
|
||||||
|
}
|
||||||
.orderTime {
|
.orderTime {
|
||||||
margin-top: 15rpx;
|
margin-top: 15rpx;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -749,7 +750,7 @@ export default {
|
||||||
width: 400rpx;
|
width: 400rpx;
|
||||||
|
|
||||||
.goodsdesc-name {
|
.goodsdesc-name {
|
||||||
font-size: 12px;
|
font-size: 30rpx;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -760,7 +761,7 @@ export default {
|
||||||
.goodsCard_goodNmae {
|
.goodsCard_goodNmae {
|
||||||
color: black;
|
color: black;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-size: 20rpx;
|
font-size: 26rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -776,13 +777,13 @@ export default {
|
||||||
|
|
||||||
.sendGood {
|
.sendGood {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
height: 40rpx;
|
height: 50rpx;
|
||||||
width: 110rpx;
|
width: 130rpx;
|
||||||
background-color: #f21c0c;
|
background-color: #f21c0c;
|
||||||
font-size: 18rpx;
|
font-size: 24rpx;
|
||||||
border-radius: 17rpx;
|
border-radius: 17rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 40rpx;
|
line-height: 50rpx;
|
||||||
padding: 0 10rpx;
|
padding: 0 10rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 20rpx;
|
top: 20rpx;
|
||||||
|
@ -884,6 +885,11 @@ export default {
|
||||||
width: 50rpx;
|
width: 50rpx;
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
}
|
}
|
||||||
|
.goodsdesc-rice{
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: $main-color;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
Loading…
Reference in New Issue