This commit is contained in:
parent
cd848c96ae
commit
a8e9907f83
|
|
@ -34,7 +34,7 @@ export default {
|
|||
initTime: {
|
||||
// 初始时间
|
||||
type: Number,
|
||||
default: 10,
|
||||
default:3600,
|
||||
},
|
||||
// isDown: {
|
||||
// // 是否是倒计时
|
||||
|
|
@ -67,10 +67,6 @@ export default {
|
|||
this.cycle();
|
||||
},
|
||||
methods: {
|
||||
chongzhi(){
|
||||
this.initTime = 185
|
||||
this.cycle();
|
||||
},
|
||||
OneCycle(n) {
|
||||
// 一次翻页的周期
|
||||
let num = 0;
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
:src="indexmessage?.previewFile? serverUrl + indexmessage?.previewFile: `/static/index/newindex/wendu/2.png`"
|
||||
mode="aspectFill"/> -->
|
||||
<image :src="`/static/zhiniaoku.png`"
|
||||
:style="!indexmessage?.previewFile?'width: 450rpx':''"
|
||||
:style="!indexmessage?.previewFile?'width: 450rpx':'width: 650rpx'"
|
||||
mode="aspectFill"/>
|
||||
</view>
|
||||
|
||||
|
|
@ -69,6 +69,14 @@
|
|||
<view class="server-name" >
|
||||
{{ indexmessage?.directiveName?indexmessage?.directiveName:'一级压疮防护' }}
|
||||
</view>
|
||||
<view style="width: 6.5vw;height: 2vw;margin-left: 1vw;position: relative;" >
|
||||
<image src="/static/index/newindex/wendu/bgc.png" mode="aspectFill"
|
||||
style="width: 100%;height: 100%;position: relative;z-index: 0; margin-top: 0.7vw;"></image>
|
||||
<view class="bgc-font"
|
||||
style="top: 0;left: 0;padding-left:0.65vw;width: 100%;height: 100%;z-index: 2;position: absolute;line-height:3.7vw;font-size: 1.1vw;">
|
||||
{{indexmessage?.categoryName?'':'压疮防护'}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
|
@ -691,8 +699,9 @@
|
|||
}
|
||||
|
||||
.big-img {
|
||||
height: 450rpx;
|
||||
height: 550rpx;
|
||||
z-index: 100;
|
||||
margin-top: -100rpx;
|
||||
image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue