switchNetwork.css 968 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #switchNetworkContent {
  2. position: absolute;
  3. width:400px;
  4. height: 227px;
  5. left:50%;
  6. top:50%;
  7. margin:-100px 0 0 -200px;
  8. display: none;
  9. }
  10. #switchNetworkContent h3{
  11. text-align:center;
  12. line-height: 48px;
  13. }
  14. #switchNetworkContent .cell{
  15. width: 100%;
  16. height: 160px;
  17. margin: 0px;
  18. padding: 0px;
  19. border: 0px;
  20. position: relative;
  21. }
  22. #switchNetworkContent .loc{
  23. position: absolute;
  24. bottom: 0px;
  25. left: 45px;
  26. }
  27. #switchNetworkContent dl {
  28. overflow: hidden;
  29. float: left;
  30. width: 100%;
  31. height: 40px;
  32. padding-top: 10px;
  33. }
  34. #switchNetworkContent dl dt {
  35. text-align: right;
  36. height: 100%;
  37. line-height: 24px;
  38. float: left;
  39. color: #fff;
  40. width: 70%;
  41. float: left;
  42. }
  43. #switchNetworkContent dl dt input{
  44. width: 90%;
  45. height: 25px;
  46. float: left;
  47. margin-top: 7px;
  48. }
  49. #switchNetworkContent dl dd {
  50. float: left;
  51. width: 30%;
  52. line-height: 40px;
  53. text-align: left;
  54. text-indent: 43px;
  55. }