Files
2025-04-30 14:04:34 +08:00

216 lines
8.1 KiB
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view class="page" :style="themeColor">
<view class="flex align-stretch benben-position-layout flex myMessage_flex_0" :style="{height:(88+StatusBarRpx)+'rpx',paddingTop:StatusBarRpx+'rpx'}">
<view class='flex align-center justify-between flex-sub myMessage_fd0_0' >
<view class='flex align-center myMessage_fd0_0_c0' @tap.stop="handleJumpDiy" data-type="back" data-url="1" >
<text class='fu-iconfont2 myMessage_fd0_0_c0_c0' >&#xE794;</text>
</view>
<view class='flex align-center' >
<text class='myMessage_fd0_0_c1_c0' >消息</text>
</view>
<view class='flex align-center myMessage_fd0_0_c2' >
</view>
</view>
</view>
<view :style="{height: (88+StatusBarRpx)+'rpx'}" ></view>
<view class="flex flex-direction flex-wrap align-stretch benben-flex-layout myMessage_flex_1" >
<view class='flex flex-wrap align-stretch myMessage_fd1_0' @tap.stop="handleJumpDiy" data-type="navigateTo" :data-url="`/pages/my/platformAnnouncement/platformAnnouncement`" >
<view class='flex flex-wrap align-center myMessage_fd1_0_c0' >
<image class='myMessage_fd1_0_c0_c0' mode="aspectFit" :src='STATIC_URL+"161.png"'></image>
<benben-message-num class='myMessage_fd1_0_c0_c1' size='20' color='#fff' background-color='red' >
</benben-message-num>
</view>
<view class='flex flex-direction flex-wrap align-stretch justify-between flex-sub' >
<view class='flex flex-wrap align-center myMessage_fd1_0_c1_c0' >
<text class='flex-sub myMessage_fd1_0_c1_c0_c0' >系统消息</text>
<text class='myMessage_fd1_0_c1_c0_c1' >2020-07-10</text>
</view>
<text class='myMessage_fd1_0_c1_c1' >消息标题消息标题消息标题消息标题消息标题消息</text>
</view>
</view>
<view class='flex flex-wrap align-stretch myMessage_fd1_1' @tap.stop="handleJumpDiy" data-type="navigateTo" :data-url="`/pages/my/orderTails/orderTails`" >
<view class='flex flex-wrap align-center myMessage_fd1_1_c0' >
<image class='myMessage_fd1_1_c0_c0' mode="aspectFit" :src='STATIC_URL+"162.png"'></image>
<benben-message-num class='myMessage_fd1_1_c0_c1' size='20' color='#fff' background-color='red' >
</benben-message-num>
</view>
<view class='flex flex-direction flex-wrap align-stretch justify-between flex-sub' >
<view class='flex flex-wrap align-center myMessage_fd1_1_c1_c0' >
<text class='flex-sub myMessage_fd1_1_c1_c0_c0' >订单通知</text>
<text class='myMessage_fd1_1_c1_c0_c1' >2020-07-10</text>
</view>
<text class='myMessage_fd1_1_c1_c1' >您的202007211804237856订单已送达您可前往</text>
</view>
</view>
<view class='flex flex-wrap align-stretch myMessage_fd1_2' >
<view class='flex flex-wrap align-center myMessage_fd1_2_c0' >
<image class='myMessage_fd1_2_c0_c0' mode="aspectFit" :src='STATIC_URL+"131.png"'></image>
<benben-message-num class='myMessage_fd1_2_c0_c1' size='20' color='#fff' background-color='red' >
</benben-message-num>
</view>
<view class='flex flex-direction flex-wrap align-stretch justify-between flex-sub' >
<view class='flex flex-wrap align-center myMessage_fd1_2_c1_c0' >
<text class='flex-sub myMessage_fd1_2_c1_c0_c0' >李先生</text>
<text class='myMessage_fd1_2_c1_c0_c1' >2020-07-10</text>
</view>
<text class='myMessage_fd1_2_c1_c1' >在吗</text>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
components:{},
data(){
return {};
},
computed:{
themeColor() {
return this.$store.getters.themeColor
},
},
watch:{},
onLoad(options){
},
onUnload() {
},
onReady(){
},
onShow(){
},
onHide(){
},
onResize(){
},
onPullDownRefresh(){
},
onReachBottom(e){
},
onPageScroll(e){
},
methods:{
}
};
</script>
<style lang="scss" scoped>
.page{
width: 100vw;
overflow-x: hidden;
min-height: calc(100vh - var(--window-bottom));
background:#F8F8F8;background-size: 100% auto !important;
}
.myMessage_flex_0{
background:#fff;width:750rpx;height:88rpx;overflow:hidden;z-index:10;top:0rpx;background-size:100% auto !important;
}
.myMessage_fd0_0_c2{
width:180rpx;
}
.myMessage_fd0_0_c1_c0{
font-size:36rpx;font-weight:500;color:#333;
}
.myMessage_fd0_0_c0_c0{
font-size:32rpx;font-weight:500;color:#333;
}
.myMessage_fd0_0_c0{
width:180rpx;
}
.myMessage_fd0_0{
padding:0rpx 32rpx 0rpx 32rpx;line-height:88rpx;
}
.myMessage_flex_1{
background:#fff;padding:0rpx 32rpx 0rpx 32rpx;background-size:100% auto !important;
}
.myMessage_fd1_2_c1_c1{
line-height:33rpx;font-size:24rpx;font-weight:400;color:rgba(153, 153, 153, 1);-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;
}
.myMessage_fd1_2_c1_c0_c1{
line-height:28rpx;font-size:24rpx;font-weight:400;color:rgba(153, 153, 153, 1);margin:0rpx 0rpx 0rpx 24rpx;
}
.myMessage_fd1_2_c1_c0_c0{
line-height:32rpx;font-size:32rpx;font-weight:500;color:#000000;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;
}
.myMessage_fd1_2_c1_c0{
margin:0rpx 0rpx 12rpx 0rpx;
}
.myMessage_fd1_2_c0_c1{
position:absolute;top:0rpx;right:0rpx;
}
.myMessage_fd1_2_c0_c0{
width:90rpx;height:90rpx;border-radius:45rpx 45rpx 45rpx 45rpx;
}
.myMessage_fd1_2_c0{
margin:0rpx 32rpx 0rpx 0rpx;position:relative;
}
.myMessage_fd1_2{
border-bottom:1px solid #eee;padding:40rpx 0rpx 40rpx 0rpx;
}
.myMessage_fd1_1_c1_c1{
line-height:33rpx;font-size:24rpx;font-weight:400;color:#999999;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;
}
.myMessage_fd1_1_c1_c0_c1{
line-height:28rpx;font-size:24rpx;font-weight:400;color:rgba(153, 153, 153, 1);margin:0rpx 0rpx 0rpx 24rpx;
}
.myMessage_fd1_1_c1_c0_c0{
line-height:32rpx;font-size:32rpx;font-weight:500;color:#000000;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;
}
.myMessage_fd1_1_c1_c0{
margin:0rpx 0rpx 12rpx 0rpx;
}
.myMessage_fd1_1_c0_c1{
position:absolute;top:0rpx;right:0rpx;
}
.myMessage_fd1_1_c0_c0{
width:90rpx;height:90rpx;border-radius:45rpx 45rpx 45rpx 45rpx;
}
.myMessage_fd1_1_c0{
margin:0rpx 32rpx 0rpx 0rpx;position:relative;
}
.myMessage_fd1_1{
border-bottom:1px solid #eee;padding:40rpx 0rpx 40rpx 0rpx;
}
.myMessage_fd1_0_c1_c1{
line-height:33rpx;font-size:24rpx;font-weight:400;color:rgba(153, 153, 153, 1);-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;
}
.myMessage_fd1_0_c1_c0_c1{
line-height:28rpx;font-size:24rpx;font-weight:400;color:rgba(153, 153, 153, 1);margin:0rpx 0rpx 0rpx 24rpx;
}
.myMessage_fd1_0_c1_c0_c0{
line-height:32rpx;font-size:32rpx;font-weight:500;color:#000000;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;
}
.myMessage_fd1_0_c1_c0{
margin:0rpx 0rpx 12rpx 0rpx;
}
.myMessage_fd1_0_c0_c1{
position:absolute;top:0rpx;right:0rpx;
}
.myMessage_fd1_0_c0_c0{
width:90rpx;height:90rpx;border-radius:45rpx 45rpx 45rpx 45rpx;
}
.myMessage_fd1_0_c0{
margin:0rpx 32rpx 0rpx 0rpx;position:relative;
}
.myMessage_fd1_0{
border-bottom:1px solid #eee;padding:40rpx 0rpx 40rpx 0rpx;
}
</style>