xcyysjd.wxss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. /* pages/taxDisputes/taxDisputesPages/xcyysjd/xcyysjd.wxss */
  2. .containers {
  3. width: 100%;
  4. height: calc(100vh - 190rpx);
  5. background: #f5f5f5;
  6. }
  7. .baseInfo-box {
  8. width: 100%;
  9. display: grid;
  10. grid-template-columns: 1;
  11. overflow: hidden;
  12. }
  13. .baseInfo-content {
  14. position: relative;
  15. width: 100%;
  16. height: 100%;
  17. overflow: hidden;
  18. }
  19. .baseInfos {
  20. padding: 40rpx 30rpx;
  21. width: 100%;
  22. height: min-content;
  23. box-sizing: border-box;
  24. background-image: linear-gradient(180deg, #CCE1FF 0%, #f8fbff 120%);
  25. }
  26. .baseBg {
  27. position: absolute;
  28. z-index: 1;
  29. width: 60%;
  30. bottom: -30rpx;
  31. right: 0;
  32. }
  33. .base-item {
  34. position: relative;
  35. z-index: 2;
  36. padding: 10rpx;
  37. width: 100%;
  38. line-height: 45rpx;
  39. display: flex;
  40. align-items: center;
  41. }
  42. .base-item-label {
  43. width: 150rpx;
  44. font-family: "苹方R";
  45. font-size: 28rpx;
  46. color: #333333;
  47. }
  48. .base-item-value {
  49. width: 0;
  50. flex: 1;
  51. font-family: "苹方M";
  52. font-size: 32rpx;
  53. color: #333333;
  54. }
  55. .phone-list {
  56. width: 100%;
  57. height: fit-content;
  58. display: flex;
  59. flex-wrap: wrap;
  60. }
  61. .phone {
  62. margin: 10rpx 0;
  63. padding-left: 15rpx;
  64. min-width: 35%;
  65. width: fit-content;
  66. height: 40rpx;
  67. line-height: 40rpx;
  68. font-size: 32rpx;
  69. color: #4686F6;
  70. font-family: "苹方M";
  71. text-align: right;
  72. box-sizing: border-box;
  73. }
  74. .phone:nth-child(2n-1) {
  75. padding-left: 0;
  76. padding-right: 15rpx;
  77. text-align: left;
  78. border-right: 1px solid #000000;
  79. }
  80. .times {
  81. position: relative;
  82. padding: 50rpx 30rpx;
  83. width: 100%;
  84. height: 250rpx;
  85. background: #ffffff;
  86. border-radius: 30rpx;
  87. box-shadow: 0px 20rpx 20rpx 0px rgba(69, 143, 229, 0.09);
  88. box-sizing: border-box;
  89. transition: height 0.35s;
  90. }
  91. .timesActive {
  92. height: 430rpx;
  93. }
  94. .showHiden {
  95. position: absolute;
  96. left: calc(50% - 70rpx);
  97. bottom: -30rpx;
  98. width: 140rpx;
  99. height: 140rpx;
  100. border-radius: 50%;
  101. background: #ffffff;
  102. }
  103. .showHiden::after {
  104. position: absolute;
  105. content: "";
  106. left: calc(50% - 10rpx);
  107. bottom: 20rpx;
  108. width: 20rpx;
  109. height: 20rpx;
  110. border: 2px solid #4686f6;
  111. border-top: none;
  112. border-right: none;
  113. rotate: -45deg;
  114. box-sizing: border-box;
  115. }
  116. .timesActive>.showHiden::after {
  117. bottom: 15rpx;
  118. rotate: 135deg;
  119. }
  120. .times-box {
  121. position: relative;
  122. width: 100%;
  123. height: 100%;
  124. z-index: 9;
  125. display: flex;
  126. flex-wrap: wrap;
  127. background: #ffffff;
  128. }
  129. .time {
  130. padding: 25rpx 0;
  131. margin-left: 26rpx;
  132. width: 140rpx;
  133. height: 150rpx;
  134. border-radius: 20rpx;
  135. color: #4D4D4D;
  136. background: #ffffff;
  137. box-sizing: border-box;
  138. transition: all 0.35s;
  139. }
  140. .timeActive {
  141. color: #FFFFFF;
  142. background: #4686f6;
  143. box-shadow: 0rpx 10rpx 30rpx -10rpx #4687f6f8;
  144. }
  145. .time:nth-child(1),
  146. .time:nth-child(2),
  147. .time:nth-child(4),
  148. .time:nth-child(4) {
  149. margin-bottom: 26rpx;
  150. }
  151. .day {
  152. width: 100%;
  153. height: 50%;
  154. font-family: "苹方M";
  155. font-size: 28rpx;
  156. display: flex;
  157. align-items: center;
  158. justify-content: center;
  159. }
  160. .date {
  161. width: 100%;
  162. height: 50%;
  163. font-family: "苹方M";
  164. font-size: 36rpx;
  165. display: flex;
  166. align-items: center;
  167. justify-content: center;
  168. }
  169. .selectTimes {
  170. margin-top: 80rpx;
  171. padding: 30rpx;
  172. width: 100%;
  173. border-radius: 30rpx;
  174. background: #ffffff;
  175. box-shadow: 0px 20rpx 40rpx 0px rgba(69, 143, 229, 0.09);
  176. display: flex;
  177. flex-wrap: wrap;
  178. box-sizing: border-box;
  179. }
  180. .selectTime {
  181. padding: 15rpx 0;
  182. margin-left: 22.5rpx;
  183. margin-top: 25rpx;
  184. width: 200rpx;
  185. height: 100rpx;
  186. border-radius: 35rpx;
  187. background: #ECF2FD;
  188. box-sizing: border-box;
  189. transition: all 0.2s;
  190. }
  191. .selectTimeActive {
  192. background: #4686F6;
  193. box-shadow: 0px 6rpx 12rpx 0px rgba(70, 134, 246, 0.40);
  194. }
  195. .selectTimeNone {
  196. background: #EAEAEA;
  197. }
  198. .number {
  199. width: 100%;
  200. height: 50%;
  201. font-family: "苹方M";
  202. font-size: 24rpx;
  203. color: #333333;
  204. display: flex;
  205. align-items: center;
  206. justify-content: center;
  207. }
  208. .selectTimeActive>.number {
  209. color: #FFFFFF;
  210. }
  211. .selectTimeNone>.number {
  212. color: #666666;
  213. }
  214. .sjd {
  215. width: 100%;
  216. height: 50%;
  217. font-family: "苹方M";
  218. font-size: 24rpx;
  219. color: #666666;
  220. display: flex;
  221. align-items: center;
  222. justify-content: center;
  223. }
  224. .selectTimeActive>.sjd {
  225. color: #FFFFFF;
  226. }
  227. .selectTimeNone>.sjd {
  228. color: #666666;
  229. }
  230. .describe {
  231. margin-top: 56rpx;
  232. padding: 24rpx 30rpx;
  233. width: 100%;
  234. background: #ffffff;
  235. box-sizing: border-box;
  236. box-shadow: 0px 20rpx 40rpx 0px rgba(69, 143, 229, 0.09);
  237. }
  238. .section-tip {
  239. width: 100%;
  240. height: 50rpx;
  241. display: flex;
  242. align-items: center;
  243. }
  244. .tip-border {
  245. margin-left: 20rpx;
  246. width: 24rpx;
  247. height: 24rpx;
  248. border-radius: 50%;
  249. border: 2px solid #4686f6;
  250. box-sizing: border-box;
  251. }
  252. .tip-title {
  253. margin-left: 20rpx;
  254. font-size: 32rpx;
  255. color: #333333;
  256. font-family: "苹方R";
  257. }
  258. .tip-title-important {
  259. padding-right: 20rpx;
  260. position: relative;
  261. }
  262. .tip-title-important::before {
  263. content: "*";
  264. position: absolute;
  265. right: 0;
  266. top: 0;
  267. font-size: 32rpx;
  268. color: #FF0000;
  269. }
  270. .tip-textarea {
  271. padding: 20rpx;
  272. width: 100%;
  273. height: 120rpx;
  274. box-sizing: border-box;
  275. }
  276. .tip-textarea>textarea {
  277. font-size: 24rpx;
  278. font-family: "苹方R";
  279. }
  280. .bottom {
  281. padding: 40rpx 30rpx 70rpx 40rpx;
  282. width: 100%;
  283. height: 190rpx;
  284. background: #ffffff;
  285. box-sizing: border-box;
  286. display: flex;
  287. align-items: center;
  288. justify-content: space-between;
  289. }
  290. .selectedInfo {
  291. width: fit-content;
  292. font-family: "苹方M";
  293. font-size: 28rpx;
  294. color: #000000;
  295. }
  296. .button {
  297. width: 200rpx;
  298. height: 80rpx;
  299. line-height: 80rpx;
  300. text-align: center;
  301. font-family: "苹方R";
  302. font-size: 32rpx;
  303. color: #FFFFFF;
  304. border-radius: 40rpx;
  305. background: #FF9200;
  306. box-shadow: 2rpx 6rpx 12rpx 0px rgba(246, 143, 6, 0.35);
  307. }
  308. .button-none {
  309. background: #A6A6A6;
  310. box-shadow: 2rpx 6rpx 12rpx 0px rgba(166, 166, 166, 0.35);
  311. }
  312. .active {
  313. opacity: 0.6;
  314. }