| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- /* tabs选中项样式 */
- .tabs-active-class {
- font-family: PingFangSC-Medium, PingFang SC !important;
- font-size: 32rpx !important;
- font-weight: 600 !important;
- }
- .custom-NoSlotBut {
- height: 44rpx !important;
- background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
- box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
- border-radius: 10rpx !important;
- color: #FFFFFF;
- padding: 0 14rpx !important;
- border: 0 !important;
- }
- /* 正在对接样式 */
- .abutting-joint-box {
- width: 702rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- padding: 0 14rpx;
- box-sizing: border-box;
- margin: 0 auto;
- }
- .abutting-joint-titleAndMsg {
- height: 105rpx;
- padding: 16rpx;
- padding-top: 20rpx;
- margin-top: 20rpx;
- box-sizing: border-box;
- border-bottom: 2rpx solid rgba(151, 151, 151, 0.2);
- }
- .abutting-joint-title {
- font-size: 28rpx;
- color: #000000;
- }
- .abutting-joint-msg {
- font-size: 24rpx;
- color: rgba(0, 0, 0, 0.5);
- margin-top: 5rpx;
- }
- /* 时间和按钮 */
- .abutting-joint-timeAndBut {
- display: flex;
- height: 62rpx;
- justify-content: space-between;
- align-items: center;
- padding-left: 16rpx;
- box-sizing: border-box;
- }
- .abutting-joint-time {
- font-size: 24rpx;
- color: rgba(0, 0, 0, 0.3);
- }
- .abutting-joint-but {
- width: 108rpx !important;
- height: 44rpx !important;
- background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
- box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
- border-radius: 10rpx !important;
- margin-right: 6rpx;
- }
- .abutting-joint-but-text {
- position: absolute;
- display: block;
- font-size: 20rpx;
- font-weight: 500;
- color: #FFFFFF !important;
- top: 0;
- left: 13rpx;
- }
|