pdjl.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* pages/recordPages/pdjl/pdjl.wxss */
  2. .containers {
  3. width: 100%;
  4. height: 100vh;
  5. }
  6. .tips {
  7. padding: 0 32rpx;
  8. width: 100%;
  9. height: 140rpx;
  10. font-family: "苹方R";
  11. font-size: 60rpx;
  12. color: #FFFFFF;
  13. display: flex;
  14. align-items: center;
  15. background: #CCCCCC;
  16. }
  17. .tipsWarning {
  18. background: #FF9200;
  19. }
  20. .tipsSuccess {
  21. background: #02C3CA;
  22. }
  23. .numbers {
  24. margin-top: 60rpx;
  25. width: 100%;
  26. height: 140rpx;
  27. font-family: "苹方M";
  28. font-size: 100rpx;
  29. color: #333333;
  30. display: flex;
  31. align-items: center;
  32. justify-content: center;
  33. }
  34. .tip {
  35. width: 100%;
  36. font-family: "苹方R";
  37. font-size: 24rpx;
  38. color: #5BAFED;
  39. text-align: center;
  40. }
  41. .infosBox {
  42. padding: 30rpx 50rpx;
  43. margin: 60rpx 32rpx;
  44. width: calc(100% - 64rpx);
  45. background: #ffffff;
  46. border: 0.5px solid #dfdfdf;
  47. border-radius: 20rpx;
  48. box-shadow: 0px 2rpx 8rpx 0px rgba(0, 0, 0, 0.08);
  49. box-sizing: border-box;
  50. }
  51. .infosBox .item {
  52. padding: 15rpx 0;
  53. display: flex;
  54. align-items: flex-start;
  55. justify-content: space-between;
  56. }
  57. .infosBox .item .label {
  58. width: 170rpx;
  59. font-family: "苹方R";
  60. font-size: 28rpx;
  61. color: #8E8E8E;
  62. }
  63. .infosBox .item .value {
  64. width: 0;
  65. flex: 1;
  66. font-family: "苹方R";
  67. font-size: 28rpx;
  68. color: #333333;
  69. text-align: left;
  70. }
  71. .button {
  72. margin: 30rpx 32rpx;
  73. width: calc(100% - 64rpx);
  74. height: 80rpx;
  75. font-family: "苹方R";
  76. font-size: 36rpx;
  77. color: #ffffff;
  78. border-radius: 40rpx;
  79. background: #4686F6;
  80. display: flex;
  81. align-items: center;
  82. justify-content: center;
  83. }
  84. .button1 {
  85. margin: 60rpx 32rpx 0 32rpx;
  86. font-family: "苹方M";
  87. font-size: 46rpx;
  88. }
  89. .active {
  90. opacity: 0.6;
  91. }