sfzyYyjl.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* pages/recordPages/sfzyYyjl/sfzyYyjl.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. .tipsError {
  24. background: #ff5500;
  25. }
  26. .infosBox {
  27. padding: 30rpx 50rpx;
  28. margin: 120rpx 32rpx 0 32rpx;
  29. width: calc(100% - 64rpx);
  30. background: #ffffff;
  31. border: 0.5px solid #dfdfdf;
  32. border-radius: 20rpx;
  33. box-shadow: 0px 2rpx 8rpx 0px rgba(0, 0, 0, 0.08);
  34. box-sizing: border-box;
  35. }
  36. .infosBox1 {
  37. margin: 40rpx 32rpx 0 32rpx;
  38. }
  39. .infosBox .item {
  40. padding: 15rpx 0;
  41. display: flex;
  42. align-items: flex-start;
  43. justify-content: space-between;
  44. }
  45. .infosBox .item .label {
  46. width: 170rpx;
  47. font-family: "苹方R";
  48. font-size: 28rpx;
  49. color: #8E8E8E;
  50. }
  51. .infosBox .item .value {
  52. width: 0;
  53. flex: 1;
  54. font-family: "苹方R";
  55. font-size: 28rpx;
  56. color: #333333;
  57. text-align: left;
  58. }
  59. .phone {
  60. color: #4686F6;
  61. }
  62. .button {
  63. margin: 60rpx 32rpx;
  64. width: calc(100% - 64rpx);
  65. height: 80rpx;
  66. font-family: "苹方R";
  67. font-size: 36rpx;
  68. color: #ffffff;
  69. border-radius: 40rpx;
  70. background: #4686F6;
  71. display: flex;
  72. align-items: center;
  73. justify-content: center;
  74. box-sizing: border-box;
  75. }
  76. .button1 {
  77. color: #4686F6;
  78. background: none;
  79. border: 1px solid #4686f6;
  80. }
  81. .button2 {
  82. margin-top: 150rpx;
  83. background: #FF9200;
  84. }
  85. .button3 {
  86. font-family: "苹方M";
  87. font-size: 46rpx;
  88. }
  89. .nobutton {
  90. position: relative;
  91. background: #D5D5D5;
  92. }
  93. .nobutton::before {
  94. position: absolute;
  95. top: -50rpx;
  96. left: 0;
  97. content: "请在预约时间段内点击";
  98. width: 100%;
  99. text-align: center;
  100. font-family: "苹方R";
  101. font-size: 24rpx;
  102. color: #5BAFED;
  103. }
  104. .active {
  105. opacity: 0.6;
  106. }