diff --git a/App.vue b/App.vue index af86dcb..7ee7378 100644 --- a/App.vue +++ b/App.vue @@ -63,7 +63,7 @@ export default { onHide: function () {}, methods: { initFn(data) { - uni.hideLoading(); // 关闭 Loading + // uni.hideLoading(); // 关闭 Loading // uni.showModal({ // title: '查看initFn', // content: data || '未传入参数 initFn', diff --git a/pages/index/cleanPlan.vue b/pages/index/cleanPlan.vue index 22b1d36..caea6d3 100644 --- a/pages/index/cleanPlan.vue +++ b/pages/index/cleanPlan.vue @@ -73,7 +73,9 @@ - + 刷卡成功 暂不 @@ -86,7 +88,9 @@ - + 刷卡失败 暂不 @@ -378,15 +382,14 @@ export default { background: linear-gradient(to bottom, #a7dafc, white 60%, white); border-radius: 30rpx; // border:1px solid red; - position: relative; - .logo { - position: absolute; - top: -50rpx; - left: 50%; - transform: translateX(-50%); - width: 200rpx; - height: 200rpx; - background-color: red; + position:relative; + .logo{ + position:absolute; + top:-50rpx; + left:50%; + transform:translateX(-50%); + width:200rpx; + height:200rpx; } .content-title { position: absolute; @@ -435,18 +438,18 @@ export default { .box-content { height: 450rpx; background-color: #ffffff; - background: linear-gradient(to bottom, #a7dafc, white 60%, white); - border-radius: 30rpx; + background: linear-gradient(to bottom, #FFEDDF, white 60%, white); + border-radius:30rpx; // border:1px solid red; - position: relative; - .logo { - position: absolute; - top: -50rpx; - left: 50%; - transform: translateX(-50%); - width: 200rpx; - height: 200rpx; - background-color: red; + position:relative; + .logo{ + position:absolute; + top:-50rpx; + left:50%; + transform:translateX(-50%); + width:200rpx; + height:200rpx; + // background-color:red; } .content-title { position: absolute; @@ -473,16 +476,16 @@ export default { font-size: 30rpx; color: #32353b; } - .btn-success { - width: 200rpx; - height: 70rpx; - background-color: #4278f4; - border-radius: 50rpx; - display: flex; - align-items: center; - justify-content: center; - font-size: 30rpx; - color: white; + .btn-success{ + width:200rpx; + height:70rpx; + background-color:#F76590; + border-radius:50rpx; + display:flex; + align-items:center; + justify-content:center; + font-size:30rpx; + color:white; } } } diff --git a/static/images/msg-error.png b/static/images/msg-error.png new file mode 100644 index 0000000..3cfc2fc Binary files /dev/null and b/static/images/msg-error.png differ diff --git a/static/images/msg-success.png b/static/images/msg-success.png new file mode 100644 index 0000000..eb55c90 Binary files /dev/null and b/static/images/msg-success.png differ