lock_Maintenance/pages/Message/Message.vue

28 lines
415 B
Vue
Raw Normal View History

<template>
<view class="container">
</view>
</template>
<script>
2024-08-29 17:13:33 +08:00
</script>
<style lang="scss">
$globalWidth: 600rpx;
$buttonColor: #0e7ff5;
.container {
display: flex;
background: -webkit-linear-gradient(270deg,
rgba(227, 239, 249, 1) 0%,
rgba(245, 245, 247, 1) 100%);
flex-direction: column;
/* align-items: center; */
width: 100%;
height: 100vh;
align-items: center;
}
</style>