index.module.less 982 B

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