@charset "UTF-8";
/**
* Author: Northa Huang
* Github: https://github.com/NorthaHuang
* Website: https://northahuang.github.io/
*/
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

*:focus {
  outline: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*** Font ***/
/*** Color ***/
/*==================================================
                  Functional Class
==================================================*/
/*** Clearfix ***/
._c:after {
  content: '';
  display: block;
  clear: both; }

/*==================================================
                        Tag
==================================================*/
/*** Document ***/
body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Noto Sans TC", "微軟正黑體", "蘋果儷黑體", "新細明體", Helvetica, Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #3E3A39; }

/*** Common ***/
a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  display: block; }

/*** Text ***/
/**
* Mixin Reference:
*     Author: Simon Willans
*     Github: https://github.com/willans
*     URL: https://github.com/engageinteractive/core/tree/master/src/scss
*/
/*** Pseudo Class ***/
/** 
* div:after{
*     @include pseudo;
*     top: -1rem; left: -1rem;
*     width: 1rem; height: 1rem;
* }
*/
/*** Responsive Ratio ***/
/**
* .ifr-wrap{
*     @include responsive-ratio(16,9);
* }
*/
/*** Input Placeholder ***/
/**
* input,  
* textarea {  
*     @include input-placeholder {
*         color: $grey;
*     }
* }
*/
/*** Media Queries (Mobile First) ***/
/**
* .site-header {
*     padding: 2rem;
*     font-size: 1.8rem;
*     @include mq('tablet-wide') {
*         padding-top: 4rem;
*         font-size: 2.4rem;
*     }
* }
*/
/*==================================================
                    Constructure
==================================================*/
.note {
  width: 240px;
  height: 240px;
  padding: 10px;
  cursor: move;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
  border-radius: 3px;
  -webkit-box-shadow: 15px 10px 40px rgba(0, 0, 0, 0.4);
  box-shadow: 15px 10px 40px rgba(0, 0, 0, 0.4);
  background-color: #ffeb67;
  position: absolute; }
  .note p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #535353;
    line-height: 1.5; }
  .note .colorList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    bottom: -40px;
    left: 0; }
    .note .colorList button {
      width: 30px;
      height: 30px;
      padding: 0;
      margin-right: 10px;
      border: 0;
      font-size: 20px;
      text-align: center; }
      .note .colorList button:last-child {
        margin-right: 0; }

.block {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  background-color: white; }

.datalist button {
  width: 40px;
  height: 40px;
  margin: auto;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0; }
  .datalist button:before, .datalist button:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 18px;
    left: 0; }
  .datalist button:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .datalist button:hover:before, .datalist button:hover:after {
    background-color: rgba(255, 255, 255, 0.75); }

.colorList button {
  margin: 0;
  display: inline-block; }

button {
  cursor: pointer; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.fade-enter, .fade-leave-to {
  opacity: 0;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1); }

/*# sourceMappingURL=main.css.map */