index.less 2.1 KB

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