| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336 |
- h1{
- text-align:center;
- color:#039148;
- }
- p{ text-align:center;}
- table { width:100%;}
- select {
- position:relative;
- font-size:12px;
- width:100px;
- line-height:20px;
- border:0px;
- color:#6D7A87;
-
- }
- /* ==== 查找区域 ====【table-top】 */
- .find {
- background-color:#D2DBE8;
- padding:1px;
- border-top:#BBC6D2 1px solid;
- border-left:#BBC6D2 1px solid;
- border-right:#BBC6D2 1px solid;
- font-size: 12px;
- color:#6D7A87;
- text-decoration: none;
- }
- /* 查找区域按钮【input-button】 */
- .find-button {
- background: url(button_60.gif);
- width:60px;
- height:19px;
- cursor:hand;
- border:none;
- font-size:12px;
- text-align:center;
- color:#FFFFFF;
- line-height:20px;
- }
- /* ==== 列表区域 ====【table-list】 */
- .list {
- background-color:#FFFFFF;
- font-size: 12px;
- color:#6D7A87;
- text-align:left;
- text-decoration: none;
- border-collapse: collapse;
- border:solid 1px #FFFFFF;
- }
- .list tr{
- /* background-color:#EAEEF4;*/
- text-align:center;
- }
- .list td{ border:solid 1px #FFFFFF; }
- .list th{
- background-color:#D2DBE8;
- text-align:center;
- border:solid 1px #FFFFFF;
- height:25px;
- }
- /* tr奇数行【oddTr】 */
- .list-odd{ background-color: #F4F9FE; }
- /* tr偶数行【evenTr】 */
- .list-even{ background-color: #EAEEF4; }
- /* tr鼠标行【hoverTr】 */
- .list-hover{ background-color: #EEFDB5; }
- /* 列表区 */
- .list-div{
- border:#BBC6D2 1px solid;
- padding:1px;
- float:left;
- }
- /* 列表按钮【input-list-button】 */
- .list-button{
- background: url(button_33.jpg);
- width:33px;
- height:15px;
- cursor:hand;
- border:none;
- font-size:12px;
- text-align:center;
- color:#FFFFFF;
- line-height:15px;
- }
- /* ==== 翻页区域 ====【table-bottom】 */
- .page {
- background-color:#D2DBE8;
- border:1px #D2DBE8 solid;
- border-collapse:collapse;
- height:25px;
- font-size:12px;
- font-weight:lighter;
- text-decoration: none;
- text-align:center;
- color: #039148;
- line-height: 18px;
- vertical-align:middle;
- }
- /* 翻页第一页按钮【firstPage-button】 */
- .page-firstButton{
- background: url(firstPage.gif);
- width:17px;
- height:15px;
- cursor:hand;
- border:none;
- line-height:15px;
- }
- /* 翻页最后一页按钮【lastPage-button】 */
- .page-lastButton{
- background: url(lastPage.gif);
- width:17px;
- height:15px;
- cursor:hand;
- border:none;
- line-height:15px;
- }
- /* 翻页上一页按钮【prevPage-button】 */
- .page-prevButton{
- background: url(prevPage.gif);
- width:9px;
- height:15px;
- cursor:hand;
- border:none;
- line-height:15px;
- }
- /* 翻页下一页按钮【nextPage-button】 */
- .page-nextButton{
- background: url(nextPage.gif);
- width:9px;
- height:15px;
- cursor:hand;
- border:none;
- line-height:15px;
- }
- /* 翻页Go按钮【go-button】 */
- .page-goButton{
- background: url(go.gif);
- width:17px;
- height:15px;
- cursor:hand;
- border:none;
- line-height:15px;
- }
- /* ==== 编辑区域 ====【table-editor】 */
- .edit {
- background-color:#FFFFFF;
- border:#FFFFFF 1px solid;
- border-collapse:collapse;
- font-size: 12px;
- color:#6D7A87;
- text-align:left;
- text-decoration: none;
- }
- .edit tr{ background-color:#EAEEF4; }
- .edit td{ border:solid 1px #FFFFFF; }
- .edit th{
- text-align:left;
- border:solid 1px #FFFFFF;
- color:#039148;
- }
- /* 编辑文本【input-text】 */
- .edit-text {
- border:#7F9DB9 solid 1px;
- color:#6D7A87;
- line-height:20px;
- width:100px;
- }
- .edit-zb-text {
- border:#7F9DB9 solid 1px;
- color:#6D7A87;
- line-height:20px;
- width:40px;
- }
- .edit-textarea {
- border:#7F9DB9 solid 1px;
- color:#6D7A87;
- line-height:20px;
- width:450px;
- height:50px;
- }
- .edit-zb-textarea {
- border:#7F9DB9 solid 1px;
- color:#6D7A87;
- line-height:20px;
- width:200px;
- height:40px;
- }
- .edit-button {
- background: url(button_60.gif);
- width:60px;
- height:19px;
- cursor:hand;
- border:none;
- font-size:12px;
- text-align:center;
- color:#FFFFFF;
- line-height:20px;
- }
- /* ==== 登录 ==== */
- .login{
- border:#BBC6D2 1px solid;
- padding:1px;
- width:430px;
- }
- .login table{
- background-color:#EAEEF4;
- border-collapse:collapse;
- font-size: 12px;
- color:#6D7A87;
- text-align: center;
- text-decoration: none;
- }
- .login tr{ background-color:#EAEEF4; }
- .login td{ border:solid 1px #FFFFFF;text-align:left; height:30px}
- .login th{
- text-align:right;
- border:solid 1px #FFFFFF;
- color:#039148;
- width:30%;
- height:30px
- }
- .login-text {
- border:#7F9DB9 solid 1px;
- color:#6D7A87;
- width:200px;
- }
- .login-select {
-
- font-size:12px;
- width:200px;
- border:0px;
- color:#6D7A87;
- }
-
- /* ==== 测试服务区域 ====【table-top】 */
- .test{ width:800px;}
- .test-choose {
- background-color:#D2DBE8;
- padding:1px;
- border-top:#BBC6D2 1px solid;
- border-left:#BBC6D2 1px solid;
- border-right:#BBC6D2 1px solid;
- font-size: 12px;
- color:#6D7A87;
- text-decoration: none;
-
- }
- /* 测试服务按钮【input-button】 */
- .test-button {
- background: url(button_60.gif);
- width:60px;
- height:19px;
- cursor:hand;
- border:none;
- font-size:12px;
- text-align:center;
- color:#FFFFFF;
- line-height:20px;
- }
- /* ==== 测试服务列表区域 ====*/
- .test-list {
- background-color:#FFFFFF;
- font-size: 12px;
- color:#6D7A87;
- text-align:left;
- text-decoration: none;
- border-collapse: collapse;
- border:solid 1px #FFFFFF;
-
- }
- .test-list tr{
- /* background-color:#EAEEF4;*/
- text-align:center;
- }
- .test-list td{ border:solid 1px #FFFFFF; }
- .test-list th{
- background-color:#D2DBE8;
- text-align:center;
- border:solid 1px #FFFFFF;
- height:25px;
- }
- /* 列表区 */
- .test-list-div{
- border:#BBC6D2 1px solid;
- padding:1px;
- float:left;
- width:800px;
- }
- /* 列表按钮【input-list-button】 */
- .test-list-button{
- background: url(button_33.jpg);
- width:33px;
- height:15px;
- cursor:hand;
- border:none;
- font-size:12px;
- text-align:center;
- color:#FFFFFF;
- line-height:15px;
- }
-
|