index.module.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .schoolEidtWrap {
  2. .eidtWrap {
  3. margin: 12px 0 12px;
  4. :global {
  5. .van-cell {
  6. padding: 18px 12px;
  7. }
  8. .van-field__control:disabled {
  9. color: #333 !important;
  10. }
  11. }
  12. .orchestraName {
  13. max-width: 200px;
  14. }
  15. }
  16. }
  17. .wall {
  18. height: 44px;
  19. }
  20. .bottomWrap {
  21. position: fixed;
  22. width: 100%;
  23. left: 0;
  24. bottom: 60px;
  25. display: flex;
  26. flex-direction: column;
  27. align-items: center;
  28. :global {
  29. .van-button {
  30. line-height: 44px;
  31. border-radius: 39px;
  32. width: 325px;
  33. }
  34. }
  35. }
  36. .addP {
  37. font-size: 16px;
  38. // font-weight: 500;
  39. color: #333333 !important;
  40. line-height: 22px;
  41. }
  42. .schoolDtailWrap {
  43. padding: 14px 12px;
  44. display: flex;
  45. flex-direction: row;
  46. align-items: center;
  47. justify-content: space-between;
  48. .schoolICon {
  49. border-radius: 50%;
  50. overflow: hidden;
  51. }
  52. .schoolBtnWrap {
  53. display: flex;
  54. flex-direction: row;
  55. align-items: center;
  56. p {
  57. font-size: 16px;
  58. font-weight: 400;
  59. color: #aaaaaa;
  60. margin-right: 10px;
  61. }
  62. }
  63. }
  64. .upload {
  65. position: absolute;
  66. top: -9999px;
  67. left: -9999px;
  68. }