.body{ .index_container{ display: flex; flex-direction: column; width: 100%; flex: 1; background-color: #fff; min-height: 100vh; .index_tabs{ background: #fff; padding: 0 .3rem; position: fixed; z-index: 1000000000000000; width: 100%; :global .am-tabs-default-bar-tab { font-size:.32rem; font-weight:400; color: #2E2E2E; line-height:.28rem; padding: 0;position: relative; } :global .am-tabs-default-bar-tab::after { height: 0; } :global .am-tabs-default-bar-tab-active{ font-size:.4rem; line-height:.33rem; font-weight:600; } :global .am-tabs-default-bar-tab-active::after{ content: ''; border-radius: .03rem; background: #2660FF no-repeat; margin-left: -0.15rem; width: .3rem; height: .06rem; transform-origin: unset; transform: none; background-size: 100% 100%; left: 50%;bottom: 0; position: absolute; } :global .am-tabs-default-bar-underline{ width: 0;height: 0; } :global .am-tabs-default-bar-nextpage,:global .am-tabs-default-bar-prevpage{ display: none; } } .index_content{ padding: .2rem 0 0 0; width: 100%; flex: 1; margin-top: .85rem; .index_content_title{ font-size:.32rem; font-weight:600; color:rgba(46,46,46,1); line-height:.45rem; text-align: center; margin: .2rem 0; } .index_content_subtitle{ height:.64rem; background:rgba(255,237,245,1); border-radius:.32rem;padding: 0 .2rem; width: auto; margin: 0 auto; margin-bottom: .2rem; p{ height:.25rem; font-size:.18rem; font-weight:400; color:rgba(255,51,96,1); line-height:.64rem; } } p{margin: 0;} .index_content_table{ width: 100%; flex: 1; .index_content_table_head,.index_content_table_body{ font-size:.22rem; font-weight:400; color:rgba(46,46,46,1); width: 100%;flex-direction: row; justify-content: space-between;align-content: center; display: flex; } .index_content_table_head,.index_content_table_body_tr{ font-size:.22rem; font-weight:400; color:rgba(46,46,46,1); height:.98rem; width: 100%;flex-direction: row; justify-content: space-between;align-content: center; display: flex; align-items: center; .first_col{ width: 15%; text-align: center; display: flex;align-items: center; img{ width: .58rem; justify-content:center;align-items: center; } } .second_col{ width: 60%; } .third_col{ width: 15%; } .fourth_col{ width: 10%; } .tr_nowrap{ } } .index_content_table_head{ height: .98rem; } .index_content_table_body{ flex: 1; } table{ font-size:.22rem; font-weight:400; color:rgba(46,46,46,1); line-height:.30rem; width: 100%; tbody{ tr:nth-child(odd){ background:rgba(247,247,247,1); } tr:nth-child(even){ background:rgba(255,255,255,1); } } } :global .am-list-body::before{ height: 0; } :global .am-icon-loading{ margin: 0 auto; } .index_content_nodata{ text-align: center; font-size:.22rem; font-weight:400; color:rgba(46,46,46,1); } } } } }