/* miniprogram/pages/ticketGet/applyInvoice.wxss */ @import "../../style/style"; .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; } .pickerGroup { position: fixed; top: 88rpx; left: 0; right: 0; padding: 24rpx; display: flex; align-items: center; background: #f7f8fb; z-index: 100; } .picker { flex: 1; width: 0; background: #fff; border-radius: 8rpx; transition: width .3s ease; } .picker+.picker { margin-left: 15rpx; } .picker .inner { position: relative; padding: 0 20rpx; height: 80rpx; font-size: 28rpx; } .picker .inner .text { display: block; max-width: 160rpx; height: 80rpx; line-height: 80rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .picker .inner .icon-fail { position: absolute; top: 50%; transform: translateY(-51%); right: 20rpx; font-size: 32rpx; color: #d2d2d2; z-index: 100; background: #fff; } .picker .inner:after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 20rpx; width: 0; height: 0; border-right: 10rpx solid transparent; border-left: 10rpx solid transparent; border-top: 14rpx solid #bfbfbf; z-index: 80; } .searchBtn { margin-left: 15rpx !important; width: 120rpx !important; height: 80rpx; line-height: 80rpx; font-size: 28rpx; color: #fff; background: #007dff; border-radius: 8rpx; } .btnGroup { display: flex; align-items: center; } .btnGroup .btn { flex: 1; width: 0; height: 110rpx; line-height: 110rpx; font-size: 36rpx; text-align: center; border-radius: 0; } .btnGroup .cancel { color: #424a61; background: #fff; } .btnGroup .get { color: #fff; background: #007dff; } .list { padding: 0 24rpx; } .ticketItem { padding: 22rpx 24rpx; background: #fff; border-radius: 10rpx; } .ticketItem+.ticketItem { margin-top: 24rpx; } .ticketItem .header { margin-bottom: 24rpx; font-size: 32rpx; font-weight: 450; word-break: break-all; } .ticketItem .line { font-size: 28rpx; color: #b3b6c3; word-break: break-all; } .ticketItem .line+.line { margin-top: 18rpx; }