grade.wxss 426 B

12345678910111213141516171819202122
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-7d1a7ab2 {
  4. display: flex;
  5. flex-direction: column;
  6. padding: 0 20rpx;
  7. min-height: 100vh;
  8. background-color: #f1f6fe;
  9. }
  10. .container .img_bg.data-v-7d1a7ab2 {
  11. position: absolute;
  12. top: -70rpx;
  13. right: 0;
  14. width: 589rpx;
  15. height: 320rpx;
  16. pointer-events: none;
  17. }
  18. .container .school.data-v-7d1a7ab2 {
  19. margin-top: 38rpx;
  20. color: #808080;
  21. font-size: 28rpx;
  22. }