| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- /*
- 数字滚动 css文件
- *
- * */
- @charset "utf-8";
- /* CSS Document */
- html,
- body,
- div,
- span,
- applet,
- object,
- iframe,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- dd,
- dl,
- dt,
- li,
- ol,
- ul,
- input,
- select,
- button,
- textarea,
- tr,
- td {
- padding: 0;
- margin: 0;
- border: none;
- }
- input,
- button,
- select,
- textarea,
- a,
- img {
- outline: none;
- }
- /*去掉超链接或按钮点击时出现的虚线框黄色边框*/
- ::-moz-focus-inner {
- border: 0px;
- }
- /*火狐的私有属性去掉点击时边框*/
- body,
- html {
- width: 100%;
- font-family: "Microsoft YaHei", "Arial", "SimSun";
- }
- ul,
- ul li,
- ol li,
- li {
- list-style: none;
- }
- a,
- img,
- input,
- textarea {
- border: none;
- }
- a {
- text-decoration: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- .clearfix:after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: ".";
- clear: both;
- height: 0;
- }
- * html .clearfix {
- zoom: 1;
- }
- *:first-child+html .clearfix {
- zoom: 1;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .none {
- display: none;
- }
- .inrow {
- font-size: 0;
- [;
- font-size: 12px;
- ];
- *font-size: 0;
- font-family: arial;
- [;
- letter-spacing: -3px;
- ];
- *letter-spacing: normal;
- *word-spacing: -1px;
- }
- .inrow>li,
- .inrow span {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- font-size: 14px;
- letter-spacing: normal;
- word-spacing: normal;
- }
- .dataNums {
- /*position: absolute;
- top: 50%;
- display: block;*/
- width: 100%;
- height: 44px;
- /*margin-top: -37px;*/
- text-align: center;
- }
- .dataNums .dataOne {
- /*width: 61px;
- height: 75px;*/
- width: 23px;
- height: 45px;
- margin: 0px 3px;
- text-align: center;
- background: #488ff5;
- color: #ecbc16;
- }
- .dataNums .dataBoc {
- position: relative;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .dataNums .dataBoc .tt {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .dataNums .tt span {
- width: 100%;
- height: 100%;
- font: bold 24px/25px "Microsoft YaHei";
- color: #ecbc16;
-
-
- }
|