index.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. /* pages/taxDisputes/index/index.wxss */
  2. .banner {
  3. position: relative;
  4. z-index: -1;
  5. width: 100%;
  6. height: fit-content;
  7. }
  8. .banner-image {
  9. width: 100%;
  10. height: auto;
  11. }
  12. .hall {
  13. margin: -100rpx 28rpx 0 28rpx;
  14. width: calc(100% - 56rpx);
  15. background: #ffffff;
  16. border-radius: 20rpx 20rpx 0 0;
  17. box-shadow: 0 0 16rpx 0 rgba(209, 209, 209, 0.53);
  18. overflow: hidden;
  19. }
  20. .hall-other-box {
  21. padding: 23rpx 0 11rpx 22.5rpx;
  22. width: 100%;
  23. height: 74rpx;
  24. background: linear-gradient(180deg, #fff2d1be 0%, #ffffff 100%);
  25. box-sizing: border-box;
  26. }
  27. .hall-other-box-image {
  28. width: auto;
  29. height: 100%;
  30. }
  31. .hall-info-box {
  32. width: 100%;
  33. min-height: 230rpx;
  34. display: flex;
  35. }
  36. .hall-map {
  37. width: 210rpx;
  38. height: 230rpx;
  39. }
  40. .hall-map>map {
  41. width: 100%;
  42. height: 100%;
  43. }
  44. .hall-info {
  45. padding: 20rpx 16rpx 16rpx 28rpx;
  46. width: 0;
  47. flex: 1;
  48. height: 100%;
  49. box-sizing: border-box;
  50. }
  51. .hall-info-list1 {
  52. width: 100%;
  53. height: 44rpx;
  54. display: flex;
  55. align-items: center;
  56. justify-content: space-between;
  57. }
  58. .hall-info-list1>view:nth-child(1) {
  59. width: max-content;
  60. font-family: "苹方M";
  61. font-size: 34rpx;
  62. color: #3470E9;
  63. font-weight: 550;
  64. }
  65. .hall-info-list1>view:nth-child(2) {
  66. width: 170rpx;
  67. height: 44rpx;
  68. border-radius: 22rpx;
  69. background: #f1f6ff;
  70. border: 0.7px solid #3470e9;
  71. display: flex;
  72. align-items: center;
  73. justify-content: center;
  74. box-sizing: border-box;
  75. }
  76. .hall-info-list1>view:nth-child(2)>span {
  77. display: block;
  78. }
  79. .hall-info-list1>view:nth-child(2)>span:nth-child(1) {
  80. width: 22rpx;
  81. height: 100%;
  82. display: flex;
  83. align-items: center;
  84. }
  85. .hall-info-list1>view:nth-child(2)>span:nth-child(1)>image {
  86. width: 100%;
  87. height: auto;
  88. }
  89. .hall-info-list1>view:nth-child(2)>span:nth-child(2) {
  90. margin-left: 10rpx;
  91. font-family: "苹方R";
  92. font-size: 24rpx;
  93. color: #477EEB;
  94. }
  95. .hall-info-list2 {
  96. margin-top: 20rpx;
  97. font-family: "苹方R";
  98. font-size: 28rpx;
  99. color: #000000;
  100. }
  101. .hall-info-list3 {
  102. margin-top: 20rpx;
  103. font-family: "苹方R";
  104. font-size: 24rpx;
  105. color: #585858;
  106. }
  107. .hall-info-list3>span {
  108. margin-left: 20rpx;
  109. padding: 2rpx 5rpx;
  110. background: #F2F2F2;
  111. }
  112. .card {
  113. margin: 40rpx 28rpx 0 28rpx;
  114. width: calc(100% - 56rpx);
  115. max-height: fit-content;
  116. display: flex;
  117. flex-wrap: wrap;
  118. justify-content: space-between;
  119. }
  120. .card-box {
  121. position: relative;
  122. margin-bottom: 20rpx;
  123. width: calc(50% - 13rpx);
  124. height: fit-content;
  125. }
  126. .card-bg {
  127. width: 100%;
  128. height: auto;
  129. border-radius: 10px;
  130. }
  131. .card-bg1 {
  132. box-shadow: 0px 6rpx 24rpx 0px rgba(16, 139, 117, 0.32);
  133. }
  134. .card-bg2 {
  135. box-shadow: 0px 6rpx 24rpx 0px rgba(71, 115, 240, 0.40);
  136. }
  137. .card-content {
  138. padding-left: 34rpx;
  139. position: absolute;
  140. top: 0;
  141. left: 0;
  142. z-index: 1;
  143. width: 100%;
  144. height: 100%;
  145. display: flex;
  146. flex-direction: column;
  147. justify-content: center;
  148. align-items: flex-start;
  149. box-sizing: border-box;
  150. }
  151. .card-title {
  152. font-size: 36rpx;
  153. line-height: 54rpx;
  154. color: #FFFFFF;
  155. font-family: "苹方R";
  156. }
  157. .card-introduce {
  158. font-size: 20rpx;
  159. line-height: 54rpx;
  160. color: #FFFFFF;
  161. font-family: "苹方R";
  162. }
  163. .active {
  164. opacity: 0.6;
  165. }