修改
This commit is contained in:
parent
6b92af277b
commit
5c7d774316
@ -32,10 +32,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="TemplateMessage" @tap='goTemplate'
|
||||
v-if="personRoleLoginFlag=='stationRole'||personRoleLoginFlag=='wholeRole'">
|
||||
护理机构运营人员模板消息订阅
|
||||
</view>
|
||||
<image @tap='goTemplate' class="TemplateMessage" src="../../static/dingyue.png" mode=""
|
||||
v-if="personRoleLoginFlag=='stationRole'||personRoleLoginFlag=='wholeRole'"></image>
|
||||
<view class="centerfloat">
|
||||
<view class="title">
|
||||
在线学习
|
||||
@ -141,11 +139,12 @@
|
||||
position: relative;
|
||||
|
||||
.TemplateMessage {
|
||||
display: block;
|
||||
width: 94%;
|
||||
margin: 40rpx auto;
|
||||
margin: 30rpx auto;
|
||||
background-color: #f4f6f7;
|
||||
height: 150rpx;
|
||||
line-height: 150rpx;
|
||||
height: 100rpx;
|
||||
line-height: 100rpx;
|
||||
text-align: center;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="item" @tap='openPopup'>
|
||||
<image src="../../static/temple.png" mode=""></image>
|
||||
<image src="../../static/dingyuejieshou.png" mode=""></image>
|
||||
<view class="text">
|
||||
预约订单接受消息通知
|
||||
</view>
|
||||
</view>
|
||||
<view class="item" @tap='integralopenPopup'>
|
||||
<image src="../../static/temple.png" mode=""></image>
|
||||
<image src="../../static/dingyuejujue.png" mode=""></image>
|
||||
<view class="text">
|
||||
预约订单拒绝消息通知
|
||||
</view>
|
||||
@ -48,10 +48,11 @@
|
||||
margin-top: 25rpx;
|
||||
|
||||
.text {
|
||||
font-size: 40rpx;
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 130rpx;
|
||||
left: 115rpx;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user