/* pages/ticketRed/ticketRed.wxss */ @import '../ticketWait/ticketWait'; .tabBar { position: fixed; top: 0; left: 0; right: 0; height: 88rpx; background: #fff; display: flex; z-index: 100; } .tabItem { position: relative; width: 50%; height: 88rpx; line-height: 88rpx; font-size: 32rpx; color: #282828; text-align: center; box-sizing: border-box; transition: all 0.15s ease; } .tabItem:after { position: absolute; bottom: 4rpx; left: 50%; transform: translateX(-50%); content: ""; width: 36rpx; height: 15rpx; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAXCAMAAAB3a0x8AAAAllBMVEUAAAAglf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf8glf+cTcQvAAAAMXRSTlMAD9cK+OOA0Zc5FwPy7+pNwaaUhHshjHQkBu3dsqdsYl4/LPvTyLmeW1ZHjT30q4o13nhoNwAAATRJREFUOMutkldygzAURSWBsACZXo3B4EKzU97+NxfaOCHElJmcT42Orp6uEBbQZs4WusXuVkuxKAKQ8DbLtfZvaA/U3+QFjMO+0YA6yoa5mAi9Bpp3XimpWSxCq3FouOTVqkAlNaCFowN0UE9enBDLngYdGjpCj0ju8myFgnwnInRcYpQRGOCE1fhlUs0Ih4HrJ1IrCvBMNBN92r4a6InZJfVEert4iuAbujsyJ81cHLZCiN0slYp8R39uOfWHJRRGXCLDtDzbcWzPMo0IxpAkHIb1CaxFNErh+Uh6fFhnaYU86tEh4ooo4iu/WnmwxcADe0ybVUpTm72fWfZR03psg//tcMPWA/X1rztZ+SSTvH+ksz+2N6XieLvuOq63pv3qHKJFQgEHum9LHbZfu1hQ0T/xBQqwUzLtsO30AAAAAElFTkSuQmCC'); background-size: 100% 100%; opacity: 0; visibility: hidden; transition: all 0.15s ease; } .tabItem.active { font-weight: 700; } .tabItem.active:after { opacity: 1; visibility: visible; } .searchWrap { top: 88rpx; } .topPlaceholder { height: 220rpx; } .item .redBtn { position: absolute; bottom: 24rpx; right: 24rpx; width: 158rpx; height: 58rpx; line-height: 58rpx; font-size: 28rpx; font-weight: 450; color: #fff; border-radius: 29rpx; background: #007dff; } .item.selectItem { position: relative; /* padding-left: 110rpx; */ } .circle { position: absolute; left: 36rpx; top: 50%; transform: translateY(-50%); width: 36rpx; height: 36rpx; border-radius: 50%; border: solid #c4c4c4 1rpx; box-sizing: border-box; } .selected { position: absolute; left: 36rpx; top: 50%; transform: translateY(-50%); width: 36rpx; height: 36rpx; } .allSelected { position: relative; margin-bottom: 24rpx; height: 58rpx; } .allSelected .all { position: absolute; top: 0; left: 0; height: 58rpx; line-height: 58rpx; padding-left: 110rpx; font-size: 28rpx; font-weight: 450; } .item .selected { position: absolute; left: 36rpx; top: 50%; transform: translateY(-50%); width: 36rpx; height: 36rpx; } .allSelected .hongchong { float: right; width: 158rpx; height: 58rpx; line-height: 58rpx; font-size: 28rpx; font-weight: 450; color: #fff; border-radius: 29rpx; background: #007dff; }