index.acss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. .list {
  2. padding: 15rpx 30rpx;
  3. }
  4. .list-search {
  5. height: 420rpx;
  6. padding: 15rpx;
  7. background-color: #fff;
  8. border-radius: 15rpx;
  9. }
  10. .list-info-item {
  11. height: 100rpx;
  12. display: flex;
  13. align-items: center;
  14. border-bottom: 1px solid #f4f4f4;
  15. position: relative;
  16. padding: 0;
  17. }
  18. .list-info-item-tit {
  19. width: 30%;
  20. font-size: 32rpx;
  21. font-weight: 500;
  22. color: #333;
  23. }
  24. input {
  25. width: 500rpx;
  26. height: 80rpx;
  27. background-color: #fff;
  28. padding: 0rpx;
  29. }
  30. .list-search-footer {
  31. margin-top: 30rpx;
  32. display: flex;
  33. align-items: center;
  34. justify-content: center;
  35. }
  36. .list-search-btn {
  37. width: 164rpx;
  38. margin-right: 30rpx;
  39. }
  40. .list-search-btn1 {
  41. width: 164rpx;
  42. }
  43. .list-search-btn button {
  44. background-color: #E6F0FF;
  45. color: #4181FF;
  46. height: 70rpx;
  47. line-height: 70rpx;
  48. border-radius: 10rpx;
  49. }
  50. .list-search-btn1 button {
  51. background-color: #4181FF;
  52. color: #fff;
  53. height: 70rpx;
  54. line-height: 70rpx;
  55. border-radius: 10rpx;
  56. }
  57. .list-top {
  58. display: flex;
  59. align-items: center;
  60. justify-content: center;
  61. height: 80rpx;
  62. font-size: 28rpx;
  63. color: #8B96B3;
  64. }
  65. .list-top-icon {
  66. width: 26rpx;
  67. height: 26rpx;
  68. margin-right: 30rpx;
  69. }
  70. .list-top-icon image {
  71. width: 100%;
  72. height: 100%;
  73. }
  74. /* 列表 */
  75. .list-content {
  76. height: 204rpx;
  77. padding: 15rpx;
  78. margin-bottom: 15rpx;
  79. background-color: #fff;
  80. border-radius: 15rpx;
  81. }
  82. .list-content-tit {
  83. height: 64rpx;
  84. line-height: 64rpx;
  85. padding-left: 15rpx;
  86. background-color: #FAFBFF;
  87. color: #1E3461;
  88. font-size: 32rpx;
  89. font-weight: 700;
  90. }
  91. .list-content-main {
  92. display: flex;
  93. justify-content: space-between;
  94. align-items: center;
  95. margin-top: 30rpx;
  96. }
  97. .list-main-left {
  98. padding-left: 15rpx;
  99. }
  100. .list-main-left-item {
  101. display: flex;
  102. align-items: center;
  103. margin-bottom: 10rpx;
  104. }
  105. .list-main-left-img {
  106. width: 36rpx;
  107. height: 36rpx;
  108. margin-right: 30rpx;
  109. }
  110. .list-main-left-img image {
  111. width: 100%;
  112. height: 100%;
  113. }
  114. .list-main-right-img {
  115. width: 128rpx;
  116. height: 60rpx;
  117. }
  118. .list-main-right-img image {
  119. width: 100%;
  120. height: 100%;
  121. }
  122. .list-main-left-name {
  123. color: #3A3C65;
  124. font-size: 35rpx;
  125. line-height: 45rpx;
  126. }
  127. .list-main-right {}