select.scss 148 B

123456789
  1. .select{
  2. height : 44px;
  3. .region{
  4. height: 100%;
  5. width: 49%;
  6. display:inline-block;
  7. text-align: center;
  8. }
  9. }