/* 未能缩小。正在返回未缩小的内容。 (44,17): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-color' (85,17): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-color' (145,25): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-border-radius' */ /* 校区地址 */ .address-section { flex-direction: row !important; justify-content: space-between !important; gap: 20px; margin-top: 40px !important; } /* 地址列表 */ .section-left-content, .address-lists, .address-list-item { display: flex; flex-direction: column; } .section-left-content { flex: 1; } .address-lists { gap: 10px; width: 100%; } /* 单个地址 */ .address-list-item { background: #FFF; padding: 24px; } .add-list-agency-name { font-size: 24px; font-weight: 700; line-height: 32px; color: #333; } .address-list-item:hover .add-list-agency-name, .address-list-item:hover .add-list-check, .address-list-item:hover .icon-chakanxiangqing { color: var(--design-theme-color, #12bfaf); } .add-list-add { display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-top: 12px; color: #333; } .add-list-add .iconfont { font-size: 16px; color: #999; margin-right: 8px; } .add-list-add-text { flex: 1; text-align: left; margin: 0; } .add-list-check { display: flex; flex-direction: row; align-items: center; font-size: 14px; line-height: 20px; color: #999; } .add-list-check .iconfont { font-size: 10px; margin-left: 10px; color: #999; } .add-list-check.cur, .add-list-check.cur .iconfont { color: var(--design-theme-color, #12bfaf); } .add-list-transportation { display: flex; flex-direction: column; margin-top: 20px; border-top: 1px solid #eee; max-height: 0; opacity: 0; transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1); transform-origin: top; } .address-list-item.cur .add-list-transportation{ max-height: 500px; opacity: 1; } .add-list-route { font-size: 14px; font-weight: 700; line-height: 20px; color: #333; margin-top: 20px; white-space: nowrap; } .add-list-bus { font-size: 14px; font-weight: 400; line-height: 24px; color: #666; margin-top: 8px; display: flex; flex-direction: row; align-items: start; } .bus-prefix{ display: flex; white-space: nowrap; } .section-right-content { position: -webkit-sticky; /* 对于 Safari */ position: sticky; top: 97px; width: 380px; height: 494px; border: 1px solid #eee; background: #d0d0d0; } /* 默认圆角 */ .address-list-item, .section-right-content { border-radius: var(--design-theme-border-radius); }