index.module.less 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. }
  13. }
  14. .wall {
  15. height: 44px;
  16. }
  17. .bottomWrap {
  18. position: fixed;
  19. width: 100%;
  20. left: 0;
  21. bottom: 60px;
  22. display: flex;
  23. flex-direction: column;
  24. align-items: center;
  25. :global {
  26. .van-button {
  27. line-height: 44px;
  28. border-radius: 39px;
  29. width: 325px;
  30. }
  31. }
  32. }
  33. .addP {
  34. font-size: 16px;
  35. font-weight: 500;
  36. color: #333333 !important;
  37. line-height: 22px;
  38. }
  39. .schoolDtailWrap {
  40. padding: 14px 12px;
  41. display: flex;
  42. flex-direction: row;
  43. align-items: center;
  44. justify-content: space-between;
  45. .schoolICon {
  46. border-radius: 50%;
  47. overflow: hidden;
  48. }
  49. .schoolBtnWrap {
  50. display: flex;
  51. flex-direction: row;
  52. align-items: center;
  53. p {
  54. font-size: 16px;
  55. font-weight: 400;
  56. color: #aaaaaa;
  57. margin-right: 10px;
  58. }
  59. }
  60. }
  61. .upload {
  62. position: absolute;
  63. top: -9999px;
  64. left: -9999px;
  65. }