12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- body {
- background: #F6F7FB;
- -webkit-font-smoothing: subpixel-antialiased;
- }
- .color-green {
- color: #52CC60 !important;
- }
- .color-purple {
- color: #612D00 !important;
- }
- .fontweight {
- font-weight: bold;
- }
- .text-indent {
- text-indent: 2.6rem;
- }
- .nodata {
- text-align: center;
- padding: 250px 20px !important;
- }
- .nodata p {
- padding-top: 50px;
- font-size: 18px;
- color: #65B800;
- }
- a{
- text-decoration: none;
- }
- div.quizPutTag { display: inline-block; padding: 3px 10px 1px 10px; margin: 0 3px; font-size: 14px; min-width: 1em; min-height: 16px; line-height: 18px; height: auto; border-bottom: 1px solid #0033FF; text-decoration: none; zoom: 1; background: #fff; color: #127176; word-break: break-all; }
- div.quizPutTag:hover { color: #f60; }
- table.edittable{ border-collapse: collapse; text-align: center; margin: 2px;margin-left: 20px }
- table.edittable th, table.edittable td{ line-height: 30px; padding: 5px; white-space: normal; word-break: break-all; border: 1px solid #000; vertical-align: middle; }
- table.composition{ border-collapse: collapse; text-align: left; margin: 2px;margin-left: 20px; width: 98%; }
- table.composition th, table.composition td{ line-height: 30px; white-space: normal; word-break: break-all; border-width: 0px; vertical-align: middle; }
- table.composition2{ border-collapse: collapse;width:auto }
- table.composition2 th, table.composition2 td{text-align:left;line-height:30px; white-space:normal;word-break:break-all;border:none;border-width: 0px;vertical-align: middle; }
- .MathJye{ border: 0 none; direction: ltr; line-height: normal; display: inline-block; float: none; font-family: 'Times New Roman','瀹嬩綋'; font-size: 15px; font-style: normal; font-weight: normal; letter-spacing: 1px; line-height: normal; margin: 0; padding: 0; text-align: left; text-indent: 0; text-transform: none; white-space: nowrap; word-spacing: normal; word-wrap: normal; -webkit-text-size-adjust: none; }
- .MathJye div, .MathJye span{ border: 0 none; margin: 0; padding: 0; line-height: normal; text-align: left; height: auto; _height: auto; white-space: normal; }
- .MathJye table{ border-collapse: collapse; margin: 0; padding: 0; text-align: center; vertical-align: middle; line-height: normal; font-size: inherit; *font-size: 100%; _font-size: 100%; font-style: normal; font-weight: normal; border: 0; float: none; display: inline-block; *display: inline; zoom: 0; }
- .MathJye table td{ padding: 0; font-size: inherit; line-height: normal; white-space: nowrap; border: 0 none; width: auto; _height: auto; }
- .MathJye_mi{ font-style: italic; }
- .flipv{-ms-transform: scaleX(-1);-moz-transform: scaleX(-1);-webkit-transform: scaleX(-1);-o-transform: scaleX(-1);transform: scaleX(-1);filter: FlipH;}
- .fliph{-ms-transform: scaleY(-1);-moz-transform: scaleY(-1);-webkit-transform: scaleY(-1);-o-transform: scaleY(-1);transform: scaleY(-1);filter: FlipV;}
- .mathjye-bold{font-weight:800}
- .mathjye-del{text-decoration:line-through}
- .mathjye-underline{border-bottom:1px solid #000;padding-bottom:2px;}
- @-moz-document url-prefix() {.mathjye-underline{padding-bottom:0px;}}
- .mathjye-underpline{border-bottom:2px dotted #000; padding-bottom:3px;}
- @-moz-document url-prefix() {.mathjye-underpline {padding-bottom:1px;}}
- .mathjye-underpoint{background: url(point.png) no-repeat center bottom; padding-bottom:4px;}
- .mathjye-underpoint2{border-bottom:2px dotted #000; padding-bottom:3px;}
- @-moz-document url-prefix() {.mathjye-underpoint{padding-bottom:1px;}}
- .mathjye-underwave{ padding-bottom:4px;}
- @-moz-document url-prefix() {.mathjye-underwave {padding-bottom:1px;}}
- .mathjye-alignleft{display:block;text-align:left;}
- .mathjye-aligncenter{display:block;text-align:center;}
- .mathjye-alignright{display:block;text-align:right;}
- circulating {
- position: relative;
- font-size: 16px;
- }
- circulating::after {
- position: relative;
- content: '.';
- top: -15px;
- left: -7px;
- }
- .pagepre{background:url(/static/sys/images/pre.gif) no-repeat center center; width:31px; height:28px;}
- .pagenxt{background:url(/static/sys/images/next.gif) no-repeat center center; width:31px; height:28px;}
|