index.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /* tabs选中项样式 */
  2. .tabs-active-class {
  3. font-family: PingFangSC-Medium, PingFang SC !important;
  4. font-size: 32rpx !important;
  5. font-weight: 600 !important;
  6. }
  7. .custom-NoSlotBut {
  8. height: 44rpx !important;
  9. background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
  10. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  11. border-radius: 10rpx !important;
  12. color: #FFFFFF;
  13. padding: 0 14rpx !important;
  14. border: 0 !important;
  15. }
  16. /* 正在对接样式 */
  17. .abutting-joint-box {
  18. width: 702rpx;
  19. background: #FFFFFF;
  20. border-radius: 20rpx;
  21. padding: 0 14rpx;
  22. box-sizing: border-box;
  23. margin: 0 auto;
  24. }
  25. .abutting-joint-titleAndMsg {
  26. height: 105rpx;
  27. padding: 16rpx;
  28. padding-top: 20rpx;
  29. margin-top: 20rpx;
  30. box-sizing: border-box;
  31. border-bottom: 2rpx solid rgba(151, 151, 151, 0.2);
  32. }
  33. .abutting-joint-title {
  34. font-size: 28rpx;
  35. color: #000000;
  36. }
  37. .abutting-joint-msg {
  38. font-size: 24rpx;
  39. color: rgba(0, 0, 0, 0.5);
  40. margin-top: 5rpx;
  41. }
  42. /* 时间和按钮 */
  43. .abutting-joint-timeAndBut {
  44. display: flex;
  45. height: 62rpx;
  46. justify-content: space-between;
  47. align-items: center;
  48. padding-left: 16rpx;
  49. box-sizing: border-box;
  50. }
  51. .abutting-joint-time {
  52. font-size: 24rpx;
  53. color: rgba(0, 0, 0, 0.3);
  54. }
  55. .abutting-joint-but {
  56. width: 108rpx !important;
  57. height: 44rpx !important;
  58. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  59. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  60. border-radius: 10rpx !important;
  61. margin-right: 6rpx;
  62. }
  63. .abutting-joint-but-text {
  64. position: absolute;
  65. display: block;
  66. font-size: 20rpx;
  67. font-weight: 500;
  68. color: #FFFFFF !important;
  69. top: 0;
  70. left: 13rpx;
  71. }