regular_visit_details.acss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /* pages/regular_visit_details/regular_visit_details.wxss */
  2. .page {
  3. margin-bottom: 50rpx;
  4. }
  5. .picker-area {
  6. overflow: hidden;
  7. padding: 20rpx 0;
  8. padding-top: 0;
  9. }
  10. /* 按钮区 */
  11. .btn-area {
  12. display: flex;
  13. justify-content: space-between;
  14. align-items: center;
  15. }
  16. .btn-area button {
  17. width: 348rpx;
  18. height: 80rpx;
  19. line-height: 80rpx;
  20. margin: 0;
  21. /* border-radius: 8rpx; */
  22. /* color: white; */
  23. }
  24. .reject {
  25. color: #b4bfd0 !important;
  26. background: rgba(223, 228, 236, 0.5) !important;
  27. border-radius: 0px 4px 0px 0px;
  28. }
  29. .white {
  30. background: #ffffff;
  31. border-radius: 4px 0px 0px 0px;
  32. }
  33. .pass {
  34. color: #b4bfd0;
  35. background: linear-gradient(180deg, #6eaaff 0%, #2f6fd1 100%);
  36. }
  37. .remark-bgc {
  38. background: rgba(223, 228, 236, 0.3);
  39. border-radius: 4px;
  40. }
  41. .choose {
  42. height: 81rpx;
  43. padding-top: 24rpx;
  44. background: rgba(223, 228, 236, 0.5);
  45. /* border-radius: 0px 4px 0px 0px; */
  46. }
  47. .textarea {
  48. min-height: 166rpx !important;
  49. background: rgba(223, 228, 236, 0.3) !important;
  50. border-radius: 4px;
  51. padding: 16rpx 20rpx !important;
  52. }
  53. .sure-btn {
  54. margin: 56rpx 28rpx 28rpx 28rpx;
  55. height: 110rpx;
  56. line-height: 110rpx;
  57. color: #fff;
  58. background: linear-gradient(180deg, #6eaaff 0%, #2f6fd1 100%);
  59. border-radius: 4px;
  60. }