You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 4.6 KiB

3 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. @charset "utf-8";
  2. /* CSS Document */
  3. html{ font-size: 100px;}
  4. body{color:#222;-webkit-text-size-adjust:none; background-color:#340055;}
  5. body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl, dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe{margin:0; padding:0;}
  6. h1,h2,h3,h4,h5,h6{font-size:100%;}
  7. body,button,input,select,textarea {font-family:'微软雅黑';font-size:62.5%; line-height:1.5;}
  8. ol,ul{list-style:none;}
  9. html,body{ width:100%; height:100%; overflow:hidden; font-size: 1em;}
  10. select, input, textarea { font-size:12px; margin:0; outline: none;}
  11. <!--左边返回按钮-->
  12. .goback{ background:url(../images/icons.png) no-repeat; width:600px; height:520px;}
  13. .goback{ position: fixed; top: 10%; left: 10%; z-index: 500; display:block; width:60px; height:60px;background:url(../images/icons.png) no-repeat; background-position:0px 0px;}
  14. .section-wrap{ width:100%;height:100%;overflow:visible;transition:transform 1s cubic-bezier(0.86,0,0.03,1);-webkit-transition:-webkit-transform 1s cubic-bezier(0.86,0,0.03,1);}
  15. .section-wrap .section{ position:relative; width:100%; height:100%; background-position:center center; background-repeat:no-repeat;}
  16. .section-wrap .section .title{width:100%;position:absolute;top:4%;color:#fff;font-size:2.4em;text-align:center;}
  17. .section-wrap .section .title img{ text-align:center;}
  18. .section-wrap .section .title p{ padding:0 4%;opacity:0}
  19. .section-wrap .section .title.active .tit{ opacity:1;transform:translateY(-25px);-webkit-transform:translateY(-25px);transition:all 2s cubic-bezier(0.86,0,0.8,1);-webkit-transition:all 2s cubic-bezier(0.86,0,0.8,1);}
  20. .section-wrap .section-0{ background-image: url(../images/page0001.png); background-size:cover;}
  21. .section-wrap .section-1{ background-image: url(../images/page0002.png); background-size:cover;}
  22. .section-wrap .section-2{ background-image: url(../images/page0003.png); background-size:cover;}
  23. .put-section-1{ transform:translateY(-100%);-webkit-transform:translateY(-100%);}
  24. .put-section-2{ transform:translateY(-200%);-webkit-transform:translateY(-200%);}
  25. .put-section-3{ transform:translateY(-300%);-webkit-transform:translateY(-300%);}
  26. /*section-1底部导航*/
  27. .section-0 .bt-nav{position:absolute; top:70%; left:50%; margin-left:-565px; text-align:center; width:1130px; display:inline;}
  28. .section-0 .bt-nav ul{ margin:0 auto; text-align:center; display:block;}
  29. .section-0 .bt-nav ul li{ float:left; margin-left:20px; display:block; text-align:center;}
  30. .section-0 .bt-nav ul li a span,
  31. .section-0 .bt-inp,
  32. .section-0 .btn-send
  33. { display:block;background:url(../images/icons.png) no-repeat; width:600px; height:530px;}
  34. .section-0 .bt-nav ul li a span.nav01{ width:205px; height:51px; background-position:0px -67px;}
  35. .section-0 .bt-nav ul li a span.nav02{ width:205px; height:51px; background-position:0px -125px;}
  36. .section-0 .bt-nav ul li a span.nav03{ width:205px; height:51px; background-position:0px -183px;}
  37. .section-0 .bt-nav ul li a span.nav04{ width:205px; height:51px; background-position:0px -245px;}
  38. .section-0 .bt-nav ul li a span.nav05{ width:205px; height:51px; background-position:0px -306px;}
  39. .section-0 .inp-box{ position:absolute; top:80%; left:50%; margin-left:-249px; width:498px;}
  40. .section-0 .bt-inp{ width:498px; height:55px; background-position:0px -365px; border:0; font-size:22px; padding-left:80px;}
  41. .section-0 .btn-send{ width:109px; height:49px;background-position:0px -430px; border:0; float:right; position:absolute;top:4px; right:3px; cursor:pointer;}
  42. .section-0 .btn-text{ font-size:14px; color:#ffb72b; text-align:center; padding-left:6%;}
  43. /*右边导航*/
  44. .section-btn{position:fixed;right:4%;top:50%; z-index:1000;}
  45. .section-btn li i {
  46. padding: 3px;
  47. display: block;
  48. width: 18px;
  49. height: 20px;
  50. background:url(../images/nav_5f29c3e.png) no-repeat;
  51. background-position:0px 0px;
  52. cursor:pointer;
  53. }
  54. .section-btn li.on i {
  55. background-position: 4px -26px
  56. }
  57. /*底部按钮*/
  58. .next-but {width: 32px; height: 47px; position: fixed; bottom: 0px; left: 48%; z-index: 500; border: 0; cursor:pointer; }
  59. .next-but-arraw { width: 200px; height:14px; margin: 0 auto; -webkit-animation: up-fade 1s ease 0s infinite;}
  60. @-webkit-keyframes up-fade {
  61. 0% { opacity: 1 }
  62. 100% { -webkit-transform: translate3d(0px, -6px, 0); opacity: 0.6 }
  63. }
  64. .tit1{
  65. position: relative;
  66. opacity: 0;
  67. font-weight: bold;
  68. top: 0px;
  69. margin-right: 95%;
  70. display: block;
  71. z-index: 9999;
  72. }
  73. .tit2{
  74. position: relative;
  75. opacity: 0;
  76. font-weight: bold;
  77. top: 40px;
  78. margin-left: 95%;
  79. display: block;
  80. z-index: 9999;
  81. }
  82. .tt{
  83. top: 10px;
  84. position: relative;
  85. }
  86. /*.steptop{ margin-left:-10%; margin-top:10px;}
  87. .age{ margin-top:-60px; margin-left:20px;}*/
  88. .age{
  89. bottom: -40px;
  90. position: relative;
  91. width:60%;
  92. }