idcardIdentify.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. @charset "utf-8";
  2. .idcard-identify-content{
  3. margin: 0 auto;
  4. width: 1920px;
  5. height: 1080px;
  6. background: url(../../../images/hardware/aio/index-bg.png) no-repeat;
  7. overflow: hidden;
  8. }
  9. .identify-content-wapper{
  10. width: 749px;
  11. height: 451px;
  12. margin:auto;
  13. margin-top: 177px;
  14. }
  15. .content-wapper-img{
  16. width:805px;
  17. height:490px;
  18. position: relative;
  19. background:url(../../../images/hardware/aio/idcard/idcard_login_bg.png) no-repeat center;
  20. border-radius:10px;
  21. }
  22. .wapper-img-left{
  23. position: absolute;
  24. left: 100px;
  25. top:95px;
  26. }
  27. .content-wapper-center{
  28. position: absolute;
  29. left: 254px;
  30. top: 135px;
  31. }
  32. .wapper-img-right{
  33. position: absolute;
  34. right: 100px;
  35. top:95px;
  36. }
  37. .content-wapper-title{
  38. width: 749px;
  39. }
  40. .wapper-title-img{
  41. display: block;
  42. width: 530px;
  43. margin: 45px auto 0px auto;
  44. }
  45. .idcardIdentify-footer{
  46. margin-top: 218px;
  47. }
  48. .content-title{
  49. width: 100%;
  50. font-size:32px;
  51. color:#151515;
  52. text-align:center;
  53. letter-spacing: 5px;
  54. margin-bottom:0;
  55. line-height:180px;
  56. }