| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-edee3cf2 {
- display: flex;
- flex-direction: column;
- position: relative;
- padding: 0 20rpx;
- min-height: 100vh;
- background-color: #f1f6fe;
- }
- .container .img_bg.data-v-edee3cf2 {
- position: absolute;
- top: -70rpx;
- right: -32rpx;
- width: 589rpx;
- height: 320rpx;
- pointer-events: none;
- }
- .container .school.data-v-edee3cf2 {
- margin-top: 38rpx;
- color: #808080;
- font-size: 28rpx;
- }
- .container .tree.data-v-edee3cf2 {
- margin-top: 20rpx;
- width: 710rpx;
- border-radius: 8rpx;
- background-color: #fff;
- z-index: 1;
- }
- .container .tree .tree_item.data-v-edee3cf2 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 24rpx 0 30rpx;
- box-sizing: border-box;
- width: 100%;
- height: 100rpx;
- font-size: 28rpx;
- font-weight: bold;
- }
- .container .tree .tree_item .item_img.data-v-edee3cf2 {
- width: 31rpx;
- height: 31rpx;
- }
- .container .tree .border.data-v-edee3cf2 {
- font-weight: 400;
- border-bottom: 1rpx solid #e6e6e6;
- }
|