success.wxss 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /* pages/indexPages/yyqhPages/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. .item {
  34. padding: 10rpx;
  35. width: 100%;
  36. display: flex;
  37. align-items: flex-start;
  38. justify-content: space-between;
  39. }
  40. .label {
  41. min-width: 170rpx;
  42. font-family: "苹方R";
  43. font-size: 26rpx;
  44. color: #8E8E8E;
  45. }
  46. .value {
  47. width: 0;
  48. flex: 1;
  49. text-align: left;
  50. font-family: "苹方R";
  51. font-size: 26rpx;
  52. color: #333333;
  53. }
  54. .lookcl {
  55. padding-left: 15rpx;
  56. margin: 40rpx auto;
  57. width: calc(100% - 64rpx);
  58. height: 40rpx;
  59. line-height: 40rpx;
  60. font-family: "苹方R";
  61. font-size: 26rpx;
  62. color: #FF2626;
  63. border-left: 8rpx solid #ff2626;
  64. box-sizing: border-box;
  65. }
  66. .button {
  67. margin: auto;
  68. margin-top: 150rpx;
  69. width: calc(100% - 64rpx);
  70. height: 80rpx;
  71. text-align: center;
  72. line-height: 80rpx;
  73. font-family: "苹方R";
  74. font-size: 36rpx;
  75. color: #4686F6;
  76. border: 1px solid #4686f6;
  77. border-radius: 40rpx;
  78. box-sizing: border-box;
  79. }
  80. .button1 {
  81. margin-top: 30rpx;
  82. background: transparent;
  83. color: #707070;
  84. border: 1px solid #707070;
  85. }