page { /* padding: 0 10px; */ padding-bottom: 32px; } .content { padding: 0px 12px 0; /* margin: 10px; */ border-radius: 8px; background-color: #fff; overflow: hidden; } .dateSet { /* padding-bottom: 12px; */ } .dateSet view { /* margin-right: 20px; */ } .dateSelect { display: flex; justify-content: space-between; } .dateSelect > view { width: 147px; height: 30px; border: 1px solid #cccccc; border-radius: 4px; display: flex; justify-content: center; align-items: center; } .tableTitle { display: flex; /* padding-left: 8px; */ padding: 12px 0; /* margin-top: 12px; */ /* border-top: 1px solid #f5f5f5; */ align-items: center; justify-content: space-between; text-align: center; } .tableSub { display: flex; justify-content: space-between; text-align: center; padding: 16px 0; border-top: 1px solid #f5f5f5; line-height: 1; align-items: center; /* overflow: hidden; */ } .show { height: unset; transition: height 0.5s; } .hide { height: 0px; overflow: hidden; transition: height 0.5s; /* display: none; */ } .tableTitle > view { line-height: 1; text-align: left; } .tableSub > view { line-height: 1; text-align: left; } .tableSub > view:not(:first-child), .tableTitle > view:not(:first-child) { flex: 1; } .before_L { position: relative; } .before_L::before { content: ""; position: absolute; width: 1px; height: 12px; top: 50%; transform: translateY(-50%); left: -8px; background-color: #cccccc; } .show_all { width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .nr { white-space: nowrap; } .dataNum { /* padding-left: 8px; */ color: #576b95; text-decoration: underline; } .user_defined { background-color: #fff; padding: 3px 10px; border-radius: 4px; text-decoration: underline; } .choice_more { position: relative; } .dropdown_box { /* position: absolute; */ } .dropdown_mask { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; background-color: transparent; } .dropdown { position: absolute; width: 144px; right: calc(100% - 27px); top: 120%; background: #ffffff; border-radius: 4px; box-shadow: 0px 0px 6px 0px rgba(148, 148, 148, 0.5); } .dropdown .sanjiao { position: absolute; width: 0px; height: 0px; top: -12px; right: 24px; border: 6px solid #fff; border-top: 6px solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent; } .dropdown > view { padding: 10px 0; text-align: center; } .no_rotate { transform: rotate(0deg); } .rotate { transform: rotate(-90deg); } .menuBorder { position: absolute; width: 100%; height: 2px; margin-left: -32px; } .sortType { overflow: hidden; background-color: #f5f5f5; position: sticky; width: 100vw; top: 0px; /* left: -10px; */ z-index: 999; } .groupSort { padding: 0px 8px; background-color: #fff; } .weui-tabs-bar__item .activelist { font-weight: bold; color: var(--color-be) !important; padding: 6px 0; border-bottom-color: var(--color-be) !important; } .weui-tabs-bar__item { display: inline-block; font-size: 16px; margin: 0 12px; } .weui-tabs swiper { display: none; } .set_f40 { color: var(--color-be); text-decoration-color: var(--color-be); }