app-switch-tab.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. @charset "UTF-8";
  2. page.data-v-795113e8, block.data-v-795113e8, view.data-v-795113e8, scroll-view.data-v-795113e8, swiper.data-v-795113e8, movable-view.data-v-795113e8, icon.data-v-795113e8, text.data-v-795113e8, progress.data-v-795113e8, button.data-v-795113e8, checkbox.data-v-795113e8, form.data-v-795113e8, input.data-v-795113e8, label.data-v-795113e8, picker.data-v-795113e8, picker-view.data-v-795113e8, radio.data-v-795113e8, slider.data-v-795113e8, switch.data-v-795113e8, textarea.data-v-795113e8, navigator.data-v-795113e8, audio.data-v-795113e8, image.data-v-795113e8, video.data-v-795113e8, map.data-v-795113e8, canvas.data-v-795113e8, contact-button.data-v-795113e8, cover-image.data-v-795113e8, cover-view.data-v-795113e8 {
  3. -webkit-box-sizing: border-box;
  4. box-sizing: border-box;
  5. }
  6. .text-center.data-v-795113e8 {
  7. text-align: center;
  8. }
  9. .font-weight.data-v-795113e8 {
  10. font-weight: bold;
  11. }
  12. .page-width.data-v-795113e8 {
  13. width: 100%;
  14. }
  15. .background-image.data-v-795113e8 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-795113e8 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-795113e8 {
  27. width: 100%;
  28. }
  29. .item.data-v-795113e8 {
  30. height: 100%;
  31. }
  32. .tab-bottom-border.data-v-795113e8 {
  33. border-bottom: 1rpx solid #e2e2e2;
  34. }
  35. .acitve-item.data-v-795113e8 {
  36. color: #ff4544;
  37. border-bottom: 4rpx solid #ff4544;
  38. }