/* 受业务端影响的全局样式 fixme 这块要考虑移除 */
view,
scroll-view,
swiper,
icon,
text,
progress,
button,
checkbox,
form,
input,
label,
picker,
slider,
switch,
textarea,
navigator,
image,
video,
camera,
map,
canvas,
open-data,
web-view,
div,
span,
taro-text-core,
taro-view-core,
taro-scroll-view-core {
  box-sizing: border-box;
}

view,
text,
span,
taro-text-core {
  font-size: 32px;
  color: #333333;
}

text,
textarea,
span,
taro-text-core {
  line-height: 1;
}

view,
taro-view-core,
div {
  display: flex;
  flex-direction: column;
}
