This commit is contained in:
曹辉 2023-04-12 11:22:20 +08:00
parent 6b92af277b
commit 5c7d774316
2 changed files with 11 additions and 11 deletions

View File

@ -32,10 +32,8 @@
</view> </view>
</view> </view>
</view> </view>
<view class="TemplateMessage" @tap='goTemplate' <image @tap='goTemplate' class="TemplateMessage" src="../../static/dingyue.png" mode=""
v-if="personRoleLoginFlag=='stationRole'||personRoleLoginFlag=='wholeRole'"> v-if="personRoleLoginFlag=='stationRole'||personRoleLoginFlag=='wholeRole'"></image>
护理机构运营人员模板消息订阅
</view>
<view class="centerfloat"> <view class="centerfloat">
<view class="title"> <view class="title">
在线学习 在线学习
@ -141,11 +139,12 @@
position: relative; position: relative;
.TemplateMessage { .TemplateMessage {
display: block;
width: 94%; width: 94%;
margin: 40rpx auto; margin: 30rpx auto;
background-color: #f4f6f7; background-color: #f4f6f7;
height: 150rpx; height: 100rpx;
line-height: 150rpx; line-height: 100rpx;
text-align: center; text-align: center;
font-size: 36rpx; font-size: 36rpx;
} }

View File

@ -1,13 +1,13 @@
<template> <template>
<view class="app"> <view class="app">
<view class="item" @tap='openPopup'> <view class="item" @tap='openPopup'>
<image src="../../static/temple.png" mode=""></image> <image src="../../static/dingyuejieshou.png" mode=""></image>
<view class="text"> <view class="text">
预约订单接受消息通知 预约订单接受消息通知
</view> </view>
</view> </view>
<view class="item" @tap='integralopenPopup'> <view class="item" @tap='integralopenPopup'>
<image src="../../static/temple.png" mode=""></image> <image src="../../static/dingyuejujue.png" mode=""></image>
<view class="text"> <view class="text">
预约订单拒绝消息通知 预约订单拒绝消息通知
</view> </view>
@ -48,10 +48,11 @@
margin-top: 25rpx; margin-top: 25rpx;
.text { .text {
font-size: 40rpx; font-size: 32rpx;
color: #333333;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 130rpx; left: 115rpx;
transform: translateY(-50%); transform: translateY(-50%);
} }