index.scss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .head111 {
  2. display: flex;
  3. align-items: center;
  4. width: 100vw;
  5. height: 120rpx;
  6. padding: 0 20rpx 0 30rpx;
  7. box-sizing: border-box;
  8. .count {
  9. font-size: 28rpx;
  10. font-family: PingFang SC-Regular, PingFang SC;
  11. color: #333333;
  12. }
  13. .expand {
  14. flex: 1;
  15. display: flex;
  16. align-items: center;
  17. justify-content: flex-end;
  18. .but {
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. flex-shrink: 0;
  23. width: 80rpx;
  24. height: 80rpx;
  25. background: #FFFFFF;
  26. border-radius: 8rpx;
  27. border: 2rpx solid #CCCCCC;
  28. margin-left: 20rpx;
  29. color: #666666;
  30. }
  31. }
  32. }
  33. .custom-class {
  34. --search-background-color: #fff !important;
  35. padding-right: 10rpx !important;
  36. }
  37. .item {
  38. width: 690rpx;
  39. background: #FFFFFF;
  40. border-radius: 8rpx;
  41. padding: 20rpx;
  42. box-sizing: border-box;
  43. margin: 0 auto 20rpx;
  44. .head {
  45. display: flex;
  46. justify-content: space-between;
  47. align-items: center;
  48. width: 100%;
  49. padding-bottom: 18rpx;
  50. border-bottom: 1px solid #DDDDDD;
  51. .tabs {
  52. display: flex;
  53. .tab {
  54. font-family: PingFang SC, PingFang SC;
  55. font-size: 24rpx;
  56. padding: 0 12rpx;
  57. line-height: 40rpx;
  58. border-radius: 20rpx;
  59. margin-right: 20rpx;
  60. background-color: #E1EAFE;
  61. color: #3874F6
  62. }
  63. }
  64. .status {
  65. font-family: PingFang SC, PingFang SC;
  66. font-size: 28rpx;
  67. color: #3874F6;
  68. }
  69. }
  70. .address {
  71. line-height: 40rpx;
  72. font-family: PingFang SC, PingFang SC;
  73. font-size: 28rpx;
  74. color: #333333;
  75. margin-top: 8rpx;
  76. }
  77. .row {
  78. line-height: 34rpx;
  79. font-family: PingFang SC, PingFang SC;
  80. font-size: 24rpx;
  81. color: #999999;
  82. margin-top: 8rpx;
  83. }
  84. }