/* e:\project\dy_video_all\dy_iaa_new_project\components\commTabs\commTabs.ttss */ ._com_tabs_html { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #000000; z-index: 99999; } ._com_tabs_con { width: 100%; height: 98rpx; background-color: #000000; } ._com_tabs_list { display: flex; justify-content: space-around; } ._com_tabs_li_item { display: flex; flex-direction: column; align-items: center; padding-top: 14rpx; cursor: pointer; } ._com_tabs_li_i_icon { width: 40rpx; height: 40rpx; } ._com_tabs_li_i_icon ._ooo_img { display: block; width: 100%; height: 100%; } ._com_tabs_li_i_name { display: flex; margin-top: 4rpx; } ._com_tabs_li_i_na_text { color: #999999; font-size: 16rpx; } ._com_tabs_selected ._com_tabs_li_i_na_text{ color: #5BBE04; }