addressBook.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-edee3cf2 {
  4. display: flex;
  5. flex-direction: column;
  6. position: relative;
  7. padding: 0 20rpx;
  8. min-height: 100vh;
  9. background-color: #f1f6fe;
  10. }
  11. .container .img_bg.data-v-edee3cf2 {
  12. position: absolute;
  13. top: -70rpx;
  14. right: -32rpx;
  15. width: 589rpx;
  16. height: 320rpx;
  17. pointer-events: none;
  18. }
  19. .container .school.data-v-edee3cf2 {
  20. margin-top: 38rpx;
  21. color: #808080;
  22. font-size: 28rpx;
  23. }
  24. .container .tree.data-v-edee3cf2 {
  25. margin-top: 20rpx;
  26. width: 710rpx;
  27. border-radius: 8rpx;
  28. background-color: #fff;
  29. z-index: 1;
  30. }
  31. .container .tree .tree_item.data-v-edee3cf2 {
  32. display: flex;
  33. justify-content: space-between;
  34. align-items: center;
  35. padding: 0 24rpx 0 30rpx;
  36. box-sizing: border-box;
  37. width: 100%;
  38. height: 100rpx;
  39. font-size: 28rpx;
  40. font-weight: bold;
  41. }
  42. .container .tree .tree_item .item_img.data-v-edee3cf2 {
  43. width: 31rpx;
  44. height: 31rpx;
  45. }
  46. .container .tree .border.data-v-edee3cf2 {
  47. font-weight: 400;
  48. border-bottom: 1rpx solid #e6e6e6;
  49. }