123456789101112131415161718192021 |
- #userHelpContent{
- background: url(../../images/layout/bg-normal.png);
- width: 300px;
- height: 400px;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -150px;
- margin-top: -200px;
- }
- #userHelpContent .contentheader{
- width: 100%;
- height: 30px;
- border-bottom: 1px solid #04cfed
- }
- #userHelpContent .contentheader span{
- line-height: 30px;
- color: #fff;
- font-size: 20px;
- margin-left: 20px;
- }
|