12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .schoolEidtWrap {
- .eidtWrap {
- margin: 12px 0 12px;
- :global {
- .van-cell {
- padding: 18px 12px;
- }
- }
- }
- }
- .wall {
- height: 44px;
- }
- .bottomWrap {
- position: fixed;
- width: 100%;
- left: 0;
- bottom: 60px;
- display: flex;
- flex-direction: column;
- align-items: center;
- :global {
- .van-button {
- line-height: 44px;
- border-radius: 39px;
- width: 325px;
- }
- }
- }
- .addP {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- }
- .schoolDtailWrap {
- padding: 14px 12px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- .schoolICon {
- border-radius: 50%;
- overflow: hidden;
- }
- .schoolBtnWrap {
- display: flex;
- flex-direction: row;
- align-items: center;
- p {
- font-size: 16px;
- font-weight: 400;
- color: #aaaaaa;
- margin-right: 10px;
- }
- }
- }
- .upload {
- position: absolute;
- top: -9999px;
- left: -9999px;
- }
|