|
|
@ -14,7 +14,10 @@ |
|
|
|
style="height: 45px;line-height: 45px;font-size: 17px;font-weight: 600; text-align: center;color: #FF7100;margin-left: 11px;">绑定新卡</text> |
|
|
|
</view> --> |
|
|
|
<view style="flex: 1;"></view> |
|
|
|
<text style="color: #fff;margin-top: 60vw; margin-right: 25px;" @click="bind">绑定新卡</text> |
|
|
|
<!-- <text style="color: #fff;margin-top: 60vw; margin-right: 25px;" @click="bind">绑定新卡</text> --> |
|
|
|
<image @click="bind" src="https://supervise.yxtsoft.com/lpk/image/bind2.png" |
|
|
|
style="margin-top: 60vw; margin-right: 25px;width: 20px;height: 20px;"> |
|
|
|
</image> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
@ -54,7 +57,7 @@ |
|
|
|
|
|
|
|
<view style="flex: 1;display: flex;flex-direction: column;"> |
|
|
|
<text class="_ellipsis" |
|
|
|
style="font-size: 13px;color: #333;width: calc(100vw - 190px);">卡号:{{item.serialNumber}}</text> |
|
|
|
style="font-size: 13px;color: #333;width: calc(100vw - 190px);">窖号:{{item.serialNumber}}</text> |
|
|
|
<text lass="_ellipsis" |
|
|
|
style="font-size: 12px;color: #999;margin-top: 5px;width: calc(100vw - 182px);"> |
|
|
|
{{item.time}}</text> |
|
|
@ -76,18 +79,17 @@ |
|
|
|
|
|
|
|
<view style="height: 10px;"></view> |
|
|
|
|
|
|
|
<view v-for="(item,index) in 1" |
|
|
|
<view v-for="(child,pos) in item.list" :key="pos" |
|
|
|
style="display: flex;flex-direction: row;align-items: center;width: calc(100vw - 120px);padding-top: 5px;"> |
|
|
|
<image src="../../static/tck_mx_icon.png" style="width: 9px;height: 9px;"></image> |
|
|
|
<view |
|
|
|
style="font-size: 11px;color: #E99D42;padding-left: 5px;flex: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap"> |
|
|
|
东北大白菜东北大白菜东北大白菜东北大白菜</view> |
|
|
|
{{child.goodsName}}</view> |
|
|
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;"> |
|
|
|
剩余4份/共10份</view> |
|
|
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;">5斤/份 |
|
|
|
{{child.content}}</view> |
|
|
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;">{{child.remarks}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
@ -123,7 +125,7 @@ |
|
|
|
|
|
|
|
<view style="flex: 1;display: flex;flex-direction: column;"> |
|
|
|
<text class="_ellipsis" |
|
|
|
style="font-size: 13px;color: #333;width: calc(100vw - 190px);">卡号:{{item.serialNumber}}</text> |
|
|
|
style="font-size: 13px;color: #333;width: calc(100vw - 190px);">窖号:{{item.serialNumber}}</text> |
|
|
|
<text lass="_ellipsis" |
|
|
|
style="font-size: 12px;color: #999;margin-top: 5px;width: calc(100vw - 182px);"> |
|
|
|
{{item.time}}</text> |
|
|
@ -179,7 +181,7 @@ |
|
|
|
|
|
|
|
<view style="flex: 1;display: flex;flex-direction: column;"> |
|
|
|
<text class="_ellipsis" |
|
|
|
style="font-size: 13px;color: #333;width: calc(100vw - 190px);">卡号:{{item.serialNumber}}</text> |
|
|
|
style="font-size: 13px;color: #333;width: calc(100vw - 190px);">窖号:{{item.serialNumber}}</text> |
|
|
|
<text lass="_ellipsis" |
|
|
|
style="font-size: 12px;color: #999;margin-top: 5px;width: calc(100vw - 182px);"> |
|
|
|
{{item.time}}</text> |
|
|
@ -373,52 +375,79 @@ |
|
|
|
|
|
|
|
.item { |
|
|
|
width: calc(100% - 5px); |
|
|
|
border-radius: 8px; |
|
|
|
background-color: rgba(255, 251, 248, 1); |
|
|
|
background-color: rgba(255, 248, 248, 1); |
|
|
|
color: rgba(16, 16, 16, 1); |
|
|
|
box-shadow: 2px 3px 6px 0px rgba(238, 117, 47, 0.15); |
|
|
|
box-shadow: 2px 3px 6px 0px rgba(255, 226, 222, 0.62); |
|
|
|
} |
|
|
|
|
|
|
|
.item2 { |
|
|
|
/* 加载背景图 */ |
|
|
|
background-image: url(https://supervise.yxtsoft.com/lpk/image/home_itemBj_lose.png); |
|
|
|
/* background-image: url(https://supervise.yxtsoft.com/lpk/image/home_itemBj_lose.png); */ |
|
|
|
/* 让背景图基于容器大小伸缩 */ |
|
|
|
background-size: 100% 100%; |
|
|
|
/* background-size: 100% 100%; */ |
|
|
|
/* width: calc(100% - 5px); */ |
|
|
|
|
|
|
|
width: calc(100% - 5px); |
|
|
|
border-radius: 8px; |
|
|
|
background-color: rgba(255, 251, 248, 1); |
|
|
|
color: rgba(16, 16, 16, 1); |
|
|
|
box-shadow: 2px 3px 6px 0px rgba(238, 117, 47, 0.15); |
|
|
|
} |
|
|
|
|
|
|
|
.item3 { |
|
|
|
/* 加载背景图 */ |
|
|
|
background-image: url(https://supervise.yxtsoft.com/lpk/image/home_itemBj_affection.png); |
|
|
|
/* background-image: url(https://supervise.yxtsoft.com/lpk/image/home_itemBj_affection.png); */ |
|
|
|
/* 让背景图基于容器大小伸缩 */ |
|
|
|
background-size: 100% 100%; |
|
|
|
width: calc(100% - 5px); |
|
|
|
/* background-size: 100% 100%; */ |
|
|
|
/* width: calc(100% - 5px); */ |
|
|
|
|
|
|
|
border-radius: 8px; |
|
|
|
background-color: rgba(255, 254, 249, 1); |
|
|
|
color: rgba(16, 16, 16, 1); |
|
|
|
box-shadow: 2px 3px 6px 0px rgba(224, 218, 168, 0.24); |
|
|
|
} |
|
|
|
|
|
|
|
.item4 { |
|
|
|
/* 加载背景图 */ |
|
|
|
background-image: url(https://supervise.yxtsoft.com/lpk/image/home_itemBj_lose.png); |
|
|
|
/* background-image: url(https://supervise.yxtsoft.com/lpk/image/home_itemBj_lose.png); */ |
|
|
|
/* 让背景图基于容器大小伸缩 */ |
|
|
|
background-size: 100% 100%; |
|
|
|
width: calc(100% - 5px); |
|
|
|
/* background-size: 100% 100%; */ |
|
|
|
/* width: calc(100% - 5px); */ |
|
|
|
|
|
|
|
width: calc(100% - 5px); |
|
|
|
border-radius: 8px; |
|
|
|
background-color: rgba(255, 251, 248, 1); |
|
|
|
color: rgba(16, 16, 16, 1); |
|
|
|
box-shadow: 2px 3px 6px 0px rgba(238, 117, 47, 0.15); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.item5 { |
|
|
|
/* 加载背景图 */ |
|
|
|
background-image: url(https://supervise.yxtsoft.com/lpk/image/home_itemBj_enterprise.png); |
|
|
|
/* background-image: url(https://supervise.yxtsoft.com/lpk/image/home_itemBj_enterprise.png); */ |
|
|
|
/* 让背景图基于容器大小伸缩 */ |
|
|
|
background-size: 100% 100%; |
|
|
|
/* background-size: 100% 100%; */ |
|
|
|
/* width: calc(100% - 5px); */ |
|
|
|
|
|
|
|
width: calc(100% - 5px); |
|
|
|
border-radius: 8px; |
|
|
|
background-color: rgba(255, 251, 248, 1); |
|
|
|
color: rgba(16, 16, 16, 1); |
|
|
|
box-shadow: 2px 3px 6px 0px rgba(238, 117, 47, 0.15); |
|
|
|
} |
|
|
|
|
|
|
|
.item6 { |
|
|
|
/* 加载背景图 */ |
|
|
|
background-image: url(https://supervise.yxtsoft.com/lpk/image/home_itemBj_lose.png); |
|
|
|
/* background-image: url(https://supervise.yxtsoft.com/lpk/image/home_itemBj_lose.png); */ |
|
|
|
/* 让背景图基于容器大小伸缩 */ |
|
|
|
background-size: 100% 100%; |
|
|
|
/* background-size: 100% 100%; */ |
|
|
|
/* width: calc(100% - 5px); */ |
|
|
|
|
|
|
|
width: calc(100% - 5px); |
|
|
|
border-radius: 8px; |
|
|
|
background-color: rgba(255, 251, 248, 1); |
|
|
|
color: rgba(16, 16, 16, 1); |
|
|
|
box-shadow: 2px 3px 6px 0px rgba(238, 117, 47, 0.15); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|