baseStyle.scss 548 字节
Newer Older
1 2 3
/* #ifdef H5 */
::v-deep {
/* #endif */
DCloud_JSON's avatar
DCloud_JSON 已提交
4
  page,
5 6 7 8 9 10 11 12 13 14
  view,
  label
  {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    align-items: stretch;
    align-content: flex-start;
  }
15

16 17 18
  button{
    margin: 0;
  }
19

DCloud_JSON's avatar
DCloud_JSON 已提交
20
  page,
21 22 23 24 25
  view,
  label,
  swiper-item {
    flex-direction: column;
  }
26

DCloud_JSON's avatar
DCloud_JSON 已提交
27
  page,
28 29 30 31
  view,
  image,
  input,
  swiper,
DCloud_JSON's avatar
DCloud_JSON 已提交
32
  scroll-view,
33 34 35 36 37 38 39
  swiper-item,
  text,
  textarea,
  video {
    position: relative;
    box-sizing: border-box;
  }
40

41 42 43 44 45 46
  swiper-item {
    position: absolute;
  }
/* #ifdef H5 */
}
/* #endif */