page-form.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .outer {
  2. background-color: rgba(248, 248, 248, 1);
  3. height: calc(100vh - 88rpx);
  4. overflow-y: scroll;
  5. font-family: PingFangSC, PingFang SC;
  6. padding: 16rpx;
  7. .card {
  8. background-color: rgba(255, 255, 255, 1);
  9. border-radius: 16rpx;
  10. padding: 16rpx;
  11. margin-top: 16rpx;
  12. }
  13. .btn {
  14. background-color: rgba(16, 109, 255, 1);
  15. border-radius: 16rpx;
  16. color: rgba(255, 255, 255, 1);
  17. height: 70rpx;
  18. line-height: 70rpx;
  19. text-align: center;
  20. }
  21. .btn-one {
  22. width: 100%;
  23. margin-top: 16rpx;
  24. }
  25. .btn-two {
  26. width: 100%;
  27. margin-top: 16rpx;
  28. display: flex;
  29. .btn {
  30. flex: 1;
  31. }
  32. .btn:nth-child(1){
  33. margin-right: 24rpx;
  34. }
  35. }
  36. }
  37. .form-body {
  38. .form-item {
  39. display: flex;
  40. // height: 80rpx;
  41. min-height: 60rpx;
  42. margin-bottom: 20rpx;
  43. border-bottom: 1rpx solid rgba(148, 148, 148, 0.2);
  44. uni-image {
  45. width: 32rpx;
  46. height: 32rpx;
  47. }
  48. }
  49. uni-picker {
  50. flex: 1;
  51. }
  52. .view {
  53. justify-content: space-between;
  54. .label {
  55. color: rgba(148, 148, 148, 1);
  56. }
  57. .value {
  58. color: rgba(20, 20, 20, 1);
  59. }
  60. }
  61. .title {
  62. color: rgba(20, 20, 20, 1);
  63. font-weight: 600;
  64. margin-bottom: 24rpx;
  65. font-size: 32rpx;
  66. }
  67. .label {
  68. width: 240rpx;
  69. color: rgba(20, 20, 20, 1);
  70. }
  71. .value {
  72. color: rgba(148, 148, 148, 1);
  73. }
  74. }
  75. // u-popup
  76. .pp_b {
  77. padding: 24rpx;
  78. .u-radio-group {
  79. display: flex;
  80. }
  81. .u-radio {
  82. width: 30vw !important;
  83. display: flex;
  84. }
  85. }
  86. .pp_h {
  87. width: 100%;
  88. height: 100rpx;
  89. line-height: 100rpx;
  90. color: rgba(17, 17, 17, 1);
  91. }