| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- /* 修复内容区域样式 */
- .data-v-1dc4390b .u-tabbar__content {
- background-color: transparent !important;
- box-shadow: none !important;
- height: 140rpx;
- border: none;
- }
- /* 修复图标尺寸 - 精确选择器路径 */
- .data-v-1dc4390b .custom-tabbar .u-tabbar-item .u-tabbar-item__icon .u-icon__img {
- width: 80rpx !important;
- height: 80rpx !important;
- }
- .login-text.data-v-1dc4390b {
- text-align: center;
- font-size: 18px;
- font-weight: 800;
- margin-bottom: 10px;
- }
- .login-btn.data-v-1dc4390b {
- border-radius: 22px;
- border: none !important;
- background-color: #5ac725;
- color: white;
- font-size: 15px;
- margin-bottom: 15px;
- }
|