| 12345678910111213141516171819202122 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-7d1a7ab2 {
- display: flex;
- flex-direction: column;
- padding: 0 20rpx;
- min-height: 100vh;
- background-color: #f1f6fe;
- }
- .container .img_bg.data-v-7d1a7ab2 {
- position: absolute;
- top: -70rpx;
- right: 0;
- width: 589rpx;
- height: 320rpx;
- pointer-events: none;
- }
- .container .school.data-v-7d1a7ab2 {
- margin-top: 38rpx;
- color: #808080;
- font-size: 28rpx;
- }
|