| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- .placeholder.data-v-89ca1f91 {
- height: 140rpx;
- box-sizing: content-box;
- }
- .tab-bar-wrap.data-v-89ca1f91 {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 99;
- background-color: #ffffff;
- box-shadow: 0 -2rpx 16rpx 0 rgba(0, 0, 0, 0.08);
- }
- .tab-bar-wrap .tab-bar.data-v-89ca1f91 {
- display: flex;
- align-items: flex-end;
- justify-content: space-around;
- position: relative;
- padding-top: 20rpx;
- }
- .tab-bar-wrap .tab-bar .menu.data-v-89ca1f91 {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- flex: 1;
- padding: 0 40rpx;
- padding-bottom: 0;
- transition: all 0.3s ease;
- }
- .tab-bar-wrap .tab-bar .menu image.data-v-89ca1f91 {
- width: 48rpx;
- height: 48rpx;
- transition: transform 0.3s ease;
- }
- .tab-bar-wrap .tab-bar .menu .text.data-v-89ca1f91 {
- font-size: 22rpx;
- color: #999999;
- margin-top: 8rpx;
- transition: all 0.3s ease;
- font-weight: 400;
- }
- .tab-bar-wrap .tab-bar .menu .text.sele.data-v-89ca1f91 {
- color: #333333;
- font-weight: 500;
- }
- .tab-bar-wrap .tab-bar .menu.data-v-89ca1f91:active {
- opacity: 0.7;
- transform: scale(0.95);
- }
- .tab-bar-wrap .tab-bar .menu-center.data-v-89ca1f91 {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- position: absolute;
- bottom: -20rpx;
- margin: 0 40rpx;
- transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
- background-color: #fff;
- border-radius: 50%;
- padding: 20rpx;
- }
- .tab-bar-wrap .tab-bar .menu-center .scan-btn.data-v-89ca1f91 {
- width: 110rpx;
- height: 110rpx;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 6rpx;
- position: relative;
- transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
- background: linear-gradient(35deg, #FCB73F 0%, #FC733D 100%);
- box-shadow: 0rpx 0rpx 11rpx 0rpx rgba(0, 0, 0, 0.16);
- }
- .tab-bar-wrap .tab-bar .menu-center .scan-btn image.data-v-89ca1f91 {
- width: 42rpx;
- height: 42rpx;
- filter: brightness(0) invert(1);
- transition: transform 0.3s ease;
- margin-bottom: 20rpx;
- }
- .tab-bar-wrap .tab-bar .menu-center .qrT-img.data-v-89ca1f91 {
- width: 85rpx;
- height: 22rpx;
- position: absolute;
- bottom: 36rpx;
- left: 50%;
- transform: translateX(-50%);
- }
- .tab-bar-wrap .tab-bar .menu-center .text-center.data-v-89ca1f91 {
- font-size: 22rpx;
- color: #ff8844;
- margin-top: 4rpx;
- font-weight: 500;
- transition: all 0.3s ease;
- }
- .tab-bar-wrap .tab-bar .menu-center.data-v-89ca1f91:active {
- transform: translateY(-35rpx) scale(0.92);
- }
- .tab-bar-wrap .tab-bar .menu-center:active .scan-btn.data-v-89ca1f91 {
- box-shadow: 0 4rpx 16rpx 0 rgba(255, 136, 68, 0.3), 0 1rpx 4rpx 0 rgba(255, 136, 68, 0.15);
- }
- .tab-bar-wrap .tab-bar .menu-center:active .scan-btn image.data-v-89ca1f91 {
- transform: scale(0.9);
- }
|