1
0

border-box.scss 377 B

12345678910111213
  1. // #ifndef MP-TOUTIAO
  2. page, block, view, scroll-view, swiper, movable-view, icon, text, progress,
  3. button, checkbox, form, input, label, picker, picker-view, radio, slider, switch,
  4. textarea, navigator, audio, image, video, map, canvas, contact-button, cover-image, cover-view{
  5. box-sizing: border-box;
  6. }
  7. // #endif
  8. // #ifdef MP-TOUTIAO
  9. * {
  10. box-sizing: border-box;
  11. }
  12. // #endif