/* @import "/pages/myAgent/index.wxss"; */ .phoneOut { width: 40px; height: 40px; border-radius: 50%; background-color: #fff5f1; margin-right: 12px; /* margin-top: -10px; */ } .top-circle { position: absolute; right: -5px; top: -2px; width: 8px; height: 8px; background: #f5222d; border-radius: 50%; /* left: 50%; */ /* margin-left: 12px; */ } .phone-circle { position: absolute; right: 4px; top: -2px; width: 8px; height: 8px; background: #f5222d; border-radius: 50%; } .menuBorder { position: absolute; width: 100%; margin-left: -32px; } .boxS { position: absolute; padding: 0px 10px; border-radius: 4px; box-sizing: border-box; top: 46px; right: 6px; width: 106px; background: #ffffff; box-shadow: 0px 0px 6px 0px rgba(148, 148, 148, 0.5); text-align: center; z-index: 99; } .boxS .f15 { font-size: 15px; line-height: 44px; } .boxS .f15.active { color: var(--color-be); } .boxS::before { content: ""; width: 6px; height: 6px; display: block; position: absolute; transform: rotate(45deg); top: -5px; left: 88px; background-color: #fff; border-top: 2px solid #eee; border-left: 2px solid #eee; } .my_townsman { display: inline-block; position: relative; top: -2px; width: 30px; height: 16px; line-height: 14px; text-align: center; border: 1px solid #fea39f; color: #f6343e; background-color: #fff3f3; border-radius: 2px; font-size: 11px; box-sizing: border-box; margin-left: 4px; } .navigatorBar { position: relative; z-index: 0; background-color: #fff; } .tabs_box { /* position: relative; */ margin-left: 72px; /* left: 72px; */ } .navigatorBar .tabs { /* position: relative; */ background: #f2f2f2; border-radius: 8px; } .navigatorBar .tabs > view { flex: 1; line-height: 26px; padding: 0 8px; white-space: nowrap; font-weight: bold; /* width: 56px; */ color: #666666; text-align: center; } .navigatorBar .tabs .active { height: 26px; background-color: var(--color-ysd); color: #fff; border-radius: 6px; }