button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;color:#fff;background-color:#000;cursor:pointer;transition:border-color .25s;user-select:none}button:active{background-color:#343434}:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64);--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px;--layout-header-bg-color: #000}body{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.14;color:#000;background-color:#f3f3f3;transition:color .5s,background-color .5s;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh}img{max-width:100%}*{box-sizing:border-box;padding:0;margin:0;list-style:none}body{font-size:.24rem}/*!
 * Copyright (c) 2022.
 * @FileName: flex.scss
 * @Description: flex.scss
 * @Project: diptyque_2022_wecom_admin_frontend
 * @Author: lunazhou
 * @Date: 2022-10-07 13:49:48
 * @LastEditors: lunazhou
 * @LastEditTime: 2022-10-07 13:49:47
 */.atom-flex--center,.atom-flex--a-center,.atom-flex--j-center,.atom-flex--evenly,.atom-flex--around,.atom-flex--between,.atom-flex{display:flex}.atom-flex--wrap{flex-wrap:wrap}.atom-flex--between{justify-content:space-between}.atom-flex--around{justify-content:space-around}.atom-flex--evenly{justify-content:space-evenly}.atom-flex--j-center{justify-content:center}.atom-flex--a-center{align-items:center}.atom-flex--center{align-items:center;justify-content:center}.layout-wrap{position:relative}.layout-wrap--full{min-height:100vh}.layout-wrap--center{display:flex;align-items:center;justify-content:center}.layout-wrap--safe{height:100vh;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:cover}.layout-container{position:relative;width:100%}.layout-container--safe{height:100vh;max-height:12.06rem}
