123456789101112131415161718192021 |
- #d1 {
- text-align: center;
- float: left;
- border: 1px solid #e6e6e6;
- width: 110px;
- height: 38px;
- background-color: #fbfbfb;
- }
- #d2 {
- border: 1px solid #e6e6e6;
- width: 498px;
- height: 38px;
- margin-left: 109px;
- }
- #s1 {
- position: relative;
- top: 8px;
- }
|