success.wxss 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /* pages/taxDisputes/taxDisputesPages/success/success.wxss */
  2. .icon {
  3. width: 100%;
  4. height: 200rpx;
  5. display: flex;
  6. align-items: flex-end;
  7. justify-content: center;
  8. }
  9. .tip {
  10. width: 100%;
  11. height: 100rpx;
  12. line-height: 100rpx;
  13. text-align: center;
  14. font-family: "苹方M";
  15. font-size: 40rpx;
  16. color: #000000;
  17. }
  18. .infos-container {
  19. padding-top: 50rpx;
  20. width: 100%;
  21. height: calc(100vh - 405rpx);
  22. }
  23. .infos {
  24. padding: 40rpx 50rpx;
  25. margin: auto;
  26. width: calc(100% - 64rpx);
  27. background: #ffffff;
  28. border: 0.5px solid #dfdfdf;
  29. border-radius: 20rpx;
  30. box-shadow: 0px 2rpx 8rpx 0px rgba(0, 0, 0, 0.08);
  31. box-sizing: border-box;
  32. }
  33. .infos-two {
  34. margin-top: 40rpx;
  35. }
  36. .item {
  37. padding: 10rpx;
  38. width: 100%;
  39. display: flex;
  40. align-items: flex-start;
  41. justify-content: space-between;
  42. }
  43. .label {
  44. min-width: 170rpx;
  45. font-family: "苹方R";
  46. font-size: 26rpx;
  47. color: #8E8E8E;
  48. }
  49. .value {
  50. width: 0;
  51. flex: 1;
  52. text-align: left;
  53. font-family: "苹方R";
  54. font-size: 26rpx;
  55. color: #333333;
  56. }
  57. .lookcl {
  58. padding-left: 15rpx;
  59. margin: 40rpx auto;
  60. width: calc(100% - 64rpx);
  61. height: 40rpx;
  62. line-height: 40rpx;
  63. font-family: "苹方R";
  64. font-size: 26rpx;
  65. color: #FF2626;
  66. border-left: 8rpx solid #ff2626;
  67. box-sizing: border-box;
  68. }
  69. .button {
  70. margin: auto;
  71. margin-top: 150rpx;
  72. width: calc(100% - 64rpx);
  73. height: 80rpx;
  74. text-align: center;
  75. line-height: 80rpx;
  76. font-family: "苹方R";
  77. font-size: 36rpx;
  78. color: #4686F6;
  79. border: 1px solid #4686f6;
  80. border-radius: 40rpx;
  81. box-sizing: border-box;
  82. }
  83. .button1 {
  84. margin-top: 30rpx;
  85. background: transparent;
  86. color: #707070;
  87. border: 1px solid #707070;
  88. }