123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- body {
- color: black;
- background-color: white;
- padding: 5px;
- font-size: 12px;
- line-height: 18px;
- font-family: arial;
- color: #1E346E;
-
- }
- * {
- margin: 0;
- padding: 0;
- border-width: 0;
- }
- .list {
- vertical-align: middle;
- width: 360px;
- height: 600px;
- margin-bottom: 1px;
- border: solid 1px #00a0da;
- background-color: #F0F5FF;
- float:left;
- }
- .list:hover {
- background-color: #d9e7f5;
- }
- /*----------set vertical align middle----------*/
- .list p,.list b {
- vertical-align: middle;
- display: -moz-inline-stack;
- display: inline-block;
- zoom: 1; *
- display: inline;
- }
- .list p {
- width:300px;
- padding-top: 5px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 5px;
- }
- /*----------set min-height----------*/
- .list b {
- width: 1px;
- overflow: hidden;
- margin-left: -1px;
- background-color: #009Cd0;
- }
- .btn1 {
- font-size: 9pt;
- color: #003399;
- border: 1px #003399 solid;
- color: #006699;
- border-bottom: #93bee2 1px solid;
- border-left: #93bee2 1px solid;
- border-right: #93bee2 1px solid;
- border-top: #93bee2 1px solid;
- background-color: #e8f4ff;
- cursor: hand;
- font-style: normal;
- width: 60px;
- height: 22px;
- }
- .btn2 {
- font-size: 9pt;
- color: #003399;
- border: 1px #003399 solid;
- color: #006699;
- border-bottom: #93bee2 1px solid;
- border-left: #93bee2 1px solid;
- border-right: #93bee2 1px solid;
- border-top: #93bee2 1px solid;
- background-color: #e8f4ff;
- font-style: normal;
- width: 120px;
- height: 22px;
- }
- .btn3 {
- font-size: 9pt;
- color: #003399;
- border: 1px #003399 solid;
- color: #006699;
- border-bottom: #93bee2 1px solid;
- border-left: #93bee2 1px solid;
- border-right: #93bee2 1px solid;
- border-top: #93bee2 1px solid;
- background-color: #e8f4ff;
- font-style: normal;
- width: 220px;
- height: 22px;
- text-align:left;
- }
- .btn4 {
- font-size: 9pt;
- color: #003399;
- border: 1px #003399 solid;
- color: #006699;
- border-bottom: #93bee2 1px solid;
- border-left: #93bee2 1px solid;
- border-right: #93bee2 1px solid;
- border-top: #93bee2 1px solid;
- background-color: #e8f4ff;
- font-style: normal;
- width: 180px;
- height: 22px;
- }
- hr{
- border:none;
- background-color:#00a0da;
- color:#00a0da;
- height:1px;
- width:360px;
- }
|