移动新ui
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
1.8 KiB

.full_box { margin: 30px 20px 20px 20px }
.lst_table_box { margin:0px 20px 0 20px; }
.lst_table_box table {border-collapse: collapse; border-spacing: 1px; margin: 0; width:100%;/*整个表格宽度*/ }
.pp-list { border-spacing: 1px; margin: 0; overflow:auto;/*overflow: hidden;*/table-layout:fixed }
.pp-list td, .pp-list th { border-left: 1px solid #006DD9;border-bottom: 1px solid #006DD9; border-right: 1px solid #006DD9; text-align: center; padding: 8px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; /*overflow:auto; word-wrap:break-word;*/ }
.pp-list th { border:none; border-bottom:3px solid #006DD9; padding:15px 8px; background: rgba(0,109,207,.3); }
.t_table { overflow: auto;/*让内容表格外面的div自动有滚动条*/ }
/*表格滚动条-y轴*/
.t_table::-webkit-scrollbar {width:2px;}
.t_table::scrollbar {width:2px;}
.t_table::-webkit-scrollbar-track {-webkit-box-shadow: 0;border-radius: 2px;background-color:rgba(30,135,251,.1);}
.t_table::-webkit-scrollbar-thumb { background: rgba(30,135,251,.8);-webkit-box-shadow:0;}
.t_table::-scrollbar-thumb {background: rgba(30,135,251,.8);-webkit-box-shadow:0;}
.t_table::-webkit-scrollbar-thumb:window-inactive {background: rgba(30,135,251,.8);}
.t_table::scrollbar-thumb:window-inactive {background: rgba(30,135,251,.8);}
/*页码自适应*/
.lst_table_box .page_warp_wd{ position:static; top:auto; margin-top:0px;background: rgba(0,109,207,.3); padding-left:15px; border-top:3px solid #006DD9; height:40px; padding-top:9px; }
.lst_table_box .page_state{padding-right:15px; }
/*表格外层*/
.t_r_content { width: 100%; overflow: auto; }
.t_r table { width: 100%; }
.t_r_title { width: 100%; }
.t_r_t { width: 100%; overflow: hidden; }
/*按钮组合*/
.grp_btn_wrp{background: rgba(255,255,255,.1); margin-bottom:2px; margin:0 20px; margin-bottom:2px; padding:10px;}