yangys
2024-01-16 30ab871400e5064bc38085ef64931b8dc1f64fb9
src/container/home/Welcome.vue
@@ -1,11 +1,12 @@
<!--
 * @Date: 2024-01-04 23:08:48
 * @LastEditors: Sneed
 * @LastEditTime: 2024-01-05 23:52:01
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/views/home/Welcome.vue
 * @LastEditTime: 2024-01-16 22:02:41
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/home/Welcome.vue
-->
<template>
        <div class="container">
    <div class="container">
        <img class="bg" src="./earth.png" alt="">
        <div class="welcome">
            admin您好,欢迎使用千文科技MDC展示系统
        </div>
@@ -13,15 +14,22 @@
</template>
<style lang="scss" scoped>
    .container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    height: 100%;
    background-image: url('./earth.png');
    // background-image: url('./earth.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    .bg {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        max-width: 100%;;
        max-height: 100%;
    }
}
    .welcome {
        width: 100%;