diff --git a/components/shopro-notice-modal/shopro-notice-modal.vue b/components/shopro-notice-modal/shopro-notice-modal.vue index 5fc954e..a8bbffe 100644 --- a/components/shopro-notice-modal/shopro-notice-modal.vue +++ b/components/shopro-notice-modal/shopro-notice-modal.vue @@ -4,7 +4,11 @@ + + + + @@ -68,4 +72,15 @@ export default { height: 830rpx; } } +.close{ + position: absolute; + top: 0; + right: 0; + z-index: 999; + border-radius: 50%; + text-align: center; + padding:20rpx; + background-color: #aaaaaa; + color:#fff; +} diff --git a/pages/index/index.vue b/pages/index/index.vue index 2cabe3f..1e60965 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -90,7 +90,7 @@ - +