tabbar_cjx.wxss 784 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. /* 修复内容区域样式 */
  2. .data-v-1dc4390b .u-tabbar__content {
  3. background-color: transparent !important;
  4. box-shadow: none !important;
  5. height: 140rpx;
  6. border: none;
  7. }
  8. /* 修复图标尺寸 - 精确选择器路径 */
  9. .data-v-1dc4390b .custom-tabbar .u-tabbar-item .u-tabbar-item__icon .u-icon__img {
  10. width: 80rpx !important;
  11. height: 80rpx !important;
  12. }
  13. .login-text.data-v-1dc4390b {
  14. text-align: center;
  15. font-size: 18px;
  16. font-weight: 800;
  17. margin-bottom: 10px;
  18. }
  19. .login-btn.data-v-1dc4390b {
  20. border-radius: 22px;
  21. border: none !important;
  22. background-color: #5ac725;
  23. color: white;
  24. font-size: 15px;
  25. margin-bottom: 15px;
  26. }