uploadDischarge.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .line {
  2. margin-bottom: 20rpx;
  3. }
  4. .line-full-item {
  5. display: flex;
  6. align-items: center;
  7. }
  8. .line-full-title {
  9. width: 240rpx;
  10. font-size: 30rpx;
  11. font-family: PingFangSC-Regular, PingFang SC;
  12. font-weight: 400;
  13. color: #BDC2C8;
  14. }
  15. .line-text {
  16. flex: 1;
  17. font-size: 30rpx;
  18. font-family: PingFangSC-Regular, PingFang SC;
  19. font-weight: 400;
  20. color: #6C6C6C;
  21. }
  22. .type2 {
  23. padding: 0 30rpx;
  24. }
  25. .type2 .line-full-item {
  26. padding: 32rpx 0;
  27. border-bottom: 1rpx solid #EBEBEB;
  28. }
  29. .type2 .line {
  30. margin-bottom: 0;
  31. font-size: 30rpx;
  32. font-family: PingFangSC-Regular, PingFang SC;
  33. font-weight: 400;
  34. color: #6C6C6C;
  35. }
  36. .type2 .line-full-title {
  37. width: 260rpx;
  38. color: #20252E;
  39. }
  40. .arrow {
  41. width: 20rpx;
  42. height: 20rpx;
  43. margin-right: 30rpx;
  44. }
  45. .d-input {
  46. width: 30vw;
  47. }
  48. .e-input {
  49. width: 20vw;
  50. }
  51. .update {
  52. width: 590rpx;
  53. height: 96rpx;
  54. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  55. border-radius: 20rpx;
  56. text-align: center;
  57. line-height: 96rpx;
  58. font-size: 34rpx;
  59. font-family: PingFangSC-Medium, PingFang SC;
  60. font-weight: 500;
  61. color: #FFFFFF;
  62. margin: 32rpx auto;
  63. }
  64. .type2 .unit {
  65. color: #333;
  66. }
  67. picker {
  68. width: 45vw;
  69. }
  70. .submit {
  71. border: 2rpx solid #028AFD;
  72. background: #FFFFFF;
  73. color: #0089FD;
  74. }
  75. .upload-image {
  76. display: block;
  77. margin: 40rpx auto;
  78. height: 240rpx;
  79. width: 90%;
  80. }