12345678910111213141516 |
- /*
- To change this license header, choose License Headers in Project Properties.
- To change this template file, choose Tools | Templates
- and open the template in the editor.
- */
- /*
- Created on : 2018-8-21, 11:09:10
- Author : dandian
- */
- html{ margin: 0;padding:0; overflow:hidden; }
- body{ margin: 0;padding:0; overflow-x:hidden; overflow-y: auto; }
- body,div,li,span,ul,p,th,td{ font-size: 12px; }
- f22{ font-size: 22px; }
|