123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- #switchNetworkContent {
- position: absolute;
- width:400px;
- height: 227px;
- left:50%;
- top:50%;
- margin:-100px 0 0 -200px;
- display: none;
- }
- #switchNetworkContent h3{
- text-align:center;
- line-height: 48px;
- }
- #switchNetworkContent .cell{
- width: 100%;
- height: 160px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- position: relative;
- }
- #switchNetworkContent .loc{
- position: absolute;
- bottom: 0px;
- left: 45px;
- }
- #switchNetworkContent dl {
- overflow: hidden;
- float: left;
- width: 100%;
- height: 40px;
- padding-top: 10px;
- }
- #switchNetworkContent dl dt {
- text-align: right;
- height: 100%;
- line-height: 24px;
- float: left;
- color: #fff;
- width: 70%;
- float: left;
- }
- #switchNetworkContent dl dt input{
- width: 90%;
- height: 25px;
- float: left;
- margin-top: 7px;
- }
- #switchNetworkContent dl dd {
- float: left;
- width: 30%;
- line-height: 40px;
- text-align: left;
- text-indent: 43px;
- }
|