index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* pages/signReview/index.wxss */
  2. swiper-item,
  3. swiper-item {
  4. min-height: 100vh;
  5. }
  6. /* .van-tabs__nav,.width710 .van-sticky{
  7. display: none !important;
  8. } */
  9. .chuRuKu {
  10. float: right;
  11. font-size: 24rpx;
  12. color: #0396FF;
  13. }
  14. .van-icon--custom {
  15. margin-top: -4px;
  16. }
  17. .listItem {
  18. width: 718rpx;
  19. }
  20. .filterStatus {
  21. font-size: 28rpx;
  22. padding: 10rpx 0 20rpx 30rpx;
  23. background-color: #fff;
  24. margin-bottom: 20rpx;
  25. color: rgba(0, 0, 0, 0.85);
  26. }
  27. .filterStatus text {
  28. padding: 0 18rpx;
  29. position: relative;
  30. }
  31. .filterStatus .active {
  32. font-weight: bold;
  33. }
  34. .filterStatus .active::after {
  35. display: inline-block;
  36. content: '';
  37. width: 40rpx;
  38. height: 4rpx;
  39. position: absolute;
  40. left: 50%;
  41. bottom: -20rpx;
  42. margin-left: -20rpx;
  43. background: #2C6CEC;
  44. border-radius: 2rpx;
  45. }
  46. .title-left {
  47. display: flex;
  48. align-items: center;
  49. }
  50. .title {
  51. position: relative;
  52. }
  53. .title-right {
  54. position: absolute;
  55. top: 0rpx;
  56. right: 0;
  57. line-height: 54rpx;
  58. font-size: 20rpx;
  59. color: rgba(0, 0, 0, 0.65);
  60. /* z-index: 1; */
  61. }
  62. .title-right > view:last-child {
  63. margin-top: -14rpx;
  64. }
  65. .codeType {
  66. margin-top: 10rpx;
  67. }
  68. .codeType text {
  69. display: inline-block;
  70. /* height: 44rpx; */
  71. line-height: 44rpx;
  72. margin-right: 12rpx;
  73. padding: 0 8rpx;
  74. font-size: 20rpx;
  75. color: #2C6CEC;
  76. background: rgba(44, 108, 236, 0.1);
  77. border-radius: 4rpx;
  78. }
  79. .weightNum {
  80. display: flex;
  81. padding: 20rpx 0;
  82. background: #F4F5F8;
  83. margin: 16rpx 0 0;
  84. border-radius: 4rpx;
  85. overflow: hidden;
  86. }
  87. .weightNum > view {
  88. flex: 1;
  89. overflow: hidden;
  90. text-align: center;
  91. }
  92. .weightNum > view text {
  93. display: block;
  94. }
  95. .weightNum > view text:first-child {
  96. font-size: 20rpx;
  97. color: rgba(0, 0, 0, 0.45);
  98. margin-bottom: 6rpx;
  99. }
  100. .weightNum > view text:last-child {
  101. font-size: 28rpx;
  102. font-weight: bold;
  103. color: rgba(0, 0, 0, 0.85);
  104. }
  105. .weightLeft {
  106. position: relative;
  107. }
  108. .weightLeft::after {
  109. height: 58rpx;
  110. border-right: 1rpx solid rgba(0, 0, 0, 0.08);
  111. bottom: 0;
  112. box-sizing: border-box;
  113. content: " ";
  114. pointer-events: none;
  115. position: absolute;
  116. right: 0;
  117. }
  118. .info {
  119. display: flex;
  120. align-items: center;
  121. justify-content: space-between;
  122. }