login.css.svn-base
上传用户:liangcc
上传日期:2019-05-24
资源大小:4412k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

Java

  1. td{
  2. font-family: "宋体";
  3. font-size: 12px;
  4. text-decoration: none;
  5. }
  6. .bg{
  7. background-attachment: fixed;
  8. background-image: url(../images/login_bg.gif);
  9. background-repeat: repeat;
  10. background-position: left center;
  11. }
  12. .bga{
  13. background-image: url(../images/login_bga.gif);
  14. background-repeat: no-repeat;
  15. background-position: center center;
  16. }
  17. .bgb{
  18. background-attachment: fixed;
  19. background-image: url(../images/login_bgb.gif);
  20. background-repeat: repeat;
  21. background-position: center center;
  22. }
  23. .select{
  24. width: 100px;
  25. }