/* pages/ticketConfig/ticketConfig.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; } .allSelected { position: fixed; top: 220rpx; left: 0; right: 0; height: 58rpx; padding: 0 24rpx 24rpx; background: #f8f9fb; z-index: 100; } .allSelected .all { position: absolute; top: 0; left: 24rpx; height: 58rpx; padding-left: 110rpx; font-size: 28rpx; font-weight: 450; } .allSelected .all .text{ display: block; height: 58rpx; line-height: 58rpx; } .allSelected .delete { float: right; width: 108rpx; height: 58rpx; line-height: 58rpx; font-size: 28rpx; font-weight: 450; color: #fff; border-radius: 29rpx; background: #fd482c; } .topPlaceholder { height: 302rpx; } .listItem { position: relative; padding: 24rpx 24rpx 24rpx 110rpx; border-radius: 14rpx; background: #fff; box-shadow: 6rpx 6rpx 35rpx rgba(178, 221, 250, .2); } .listItem+.listItem { margin-top: 24rpx; } .listItem .name { font-size: 32rpx; font-weight: 450; word-break: break-all; } .listItem .line { margin-top: 4rpx; padding: 8rpx 0; font-size: 28rpx; color: #b3b6c3; word-break: break-all; } .listItem .empLine { display: flex; align-items: center; height: 52rpx; } .listItem .empName { width: 120rpx; height: 52rpx; line-height: 52rpx; font-size: 32rpx; font-weight: 450; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .listItem .mobile { margin-left: 35rpx; height: 52rpx; line-height: 52rpx; font-size: 28rpx; color: #b3b6c3; } .listItem .offer { flex: 1; width: 0; font-size: 28rpx; color: #b3b6c3; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .listItem .role { flex: 1; width: 0; margin-left: 25rpx; font-size: 28rpx; color: #b3b6c3; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .icon-select { position: absolute; left: 36rpx; top: 50%; transform: translateY(-50%); width: 36rpx; height: 36rpx; font-size: 36rpx; color: #c4c4c4; } .icon-selected { position: absolute; left: 36rpx; top: 50%; transform: translateY(-50%); width: 36rpx; height: 36rpx; font-size: 36rpx; color: #007dff; } .icon-edit { position: absolute; bottom: 0; right: 0; padding: 30rpx; font-size: 40rpx; color: #007dff; } .paddingBottom { height: 110rpx; } .addBtn { width: 100% !important; height: 110rpx; line-height: 110rpx; font-size: 36rpx; color: #fff; background: #007dff; border-radius: 0; }