zxtj.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /* pages/taxDisputes/taxDisputesPages/zxtj/zxtj.wxss */
  2. page {
  3. width: 100%;
  4. min-height: 100vh;
  5. background: linear-gradient(179deg, #d4e6ff 0%, #ffffff 53%, #f9fbff 78%, #f8fbff 100%);
  6. }
  7. .containers {
  8. padding: 40rpx 26rpx 66rpx 26rpx;
  9. margin: 24rpx;
  10. width: calc(100% - 48rpx);
  11. height: fit-content;
  12. background: #ffffff;
  13. border-radius: 20rpx;
  14. box-shadow: 0px 6rpx 12rpx 0px #f1f1f1;
  15. box-sizing: border-box;
  16. }
  17. .item {
  18. margin-bottom: 20rpx;
  19. padding: 20rpx 24rpx;
  20. width: 100%;
  21. min-height: 40rpx;
  22. border-radius: 10rpx;
  23. background: #f1f6fd;
  24. display: flex;
  25. align-items: center;
  26. box-sizing: border-box;
  27. }
  28. .label {
  29. width: 160rpx;
  30. font-size: 28rpx;
  31. color: #000000;
  32. font-family: "苹方M";
  33. }
  34. .value {
  35. width: 0;
  36. flex: 1;
  37. font-size: 26rpx;
  38. color: #000000;
  39. font-family: "苹方R";
  40. }
  41. .phone-list {
  42. width: 100%;
  43. height: fit-content;
  44. display: flex;
  45. flex-wrap: wrap;
  46. }
  47. .phone {
  48. margin: 10rpx 0;
  49. padding-left: 15rpx;
  50. width: fit-content;
  51. height: 40rpx;
  52. line-height: 40rpx;
  53. font-size: 26rpx;
  54. color: #4686F6;
  55. font-family: "苹方R";
  56. text-align: right;
  57. box-sizing: border-box;
  58. }
  59. .phone:nth-child(2n-1) {
  60. padding-left: 0;
  61. padding-right: 15rpx;
  62. text-align: left;
  63. border-right: 1px solid #000000;
  64. }
  65. .item-tip {
  66. margin-top: 60rpx;
  67. width: 100%;
  68. font-size: 26rpx;
  69. color: #FF9200;
  70. font-family: "苹方R";
  71. }
  72. .button {
  73. margin-top: 120rpx;
  74. width: 100%;
  75. height: 80rpx;
  76. font-size: 36rpx;
  77. text-align: center;
  78. line-height: 80rpx;
  79. color: #FFFFFF;
  80. font-family: "苹方R";
  81. border-radius: 40rpx;
  82. background: #FF9200;
  83. }
  84. .active {
  85. opacity: 0.6;
  86. }