1 Star 0 Fork 7

xcy188/畅阳教培 在线教育 在线视频教育+在线试题+在线题库+在线考试源码Java+SpringBoot+MySql+vue+uni-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
stopCan.vue 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
2397163786@qq.com 提交于 2023-03-27 18:06 . q
<template>
<view class="">
<view class="stopCanBox">
<view class="centerBox">
<view class="title">
提示
</view>
<image :src="imgHome+'/stopCan.png'" mode=""></image>
<view class="text">
运营维护中
</view>
</view>
</view>
</view>
</template>
<script>
export default {
// props:['']
data() {
return {
imgHome: getApp().globalData.imgHome,
}
},
}
</script>
<style scoped lang="scss">
.stopCanBox {
position: fixed;
z-index: 99999999;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(49, 49, 49, 0.1);
.centerBox {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
// display: flex;
// justify-content: center;
// align-items: center;
width: 488rpx;
height: 523rpx;
background: #FFFFFF;
border-radius: 20rpx;
background: #fff;
.title {
margin: 40rpx auto 0;
font-size: 36rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
text-align: center;
}
image {
margin: 17rpx auto 0;
display: block;
width: 396rpx;
height: 260rpx;
}
.text {
margin: 50rpx auto 0;
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 500;
color: #333333;
text-align: center;
}
}
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xcy1888/changyangEducation.git
git@gitee.com:xcy1888/changyangEducation.git
xcy1888
changyangEducation
畅阳教培 在线教育 在线视频教育+在线试题+在线题库+在线考试源码Java+SpringBoot+MySql+vue+uni-app
master

搜索帮助