main.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. html{
  2. font-family: Rubik;
  3. }
  4. .container{
  5. max-width: 1440px;
  6. padding-top: 120px;
  7. margin: 0 auto;
  8. }
  9. /* header */
  10. .header{
  11. height: 120px;
  12. padding: 30px;
  13. position: fixed;
  14. top: 0;
  15. width: 100%;
  16. background-color: #fff;
  17. border-bottom: #e6e6e6 solid 1px;
  18. z-index: 999;
  19. }
  20. .header .header-container{
  21. max-width: 1440px;
  22. margin: 0 auto;
  23. }
  24. .header .logo{
  25. width: 60px;
  26. height: 60px;
  27. background-image: url('./logo.webp');
  28. border-radius:10px;
  29. background-size: 100%;
  30. background-repeat: no-repeat;
  31. text-indent: -1000px;
  32. float: left;
  33. }
  34. .header .logo-name{
  35. font-size: 24px;
  36. line-height: 60px;
  37. text-indent: 20px;
  38. float: left;
  39. }
  40. .header .header-link{
  41. height: 60px;
  42. float: right;
  43. }
  44. .header .header-link a{
  45. display: inline-block;
  46. margin: 15px 20px 15px 30px;
  47. width: 30px;
  48. height: 30px;
  49. background-size: 100%;
  50. background-repeat: no-repeat;
  51. }
  52. .header .header-link a.link-fb{
  53. background-image: url('./images/icon_fb.png');
  54. }
  55. .header .header-link a.link-email{
  56. background-image: url('./images/icon_mail.png');
  57. }
  58. /* first screen */
  59. .section-main{
  60. padding: 20px 70px 400px;
  61. background-image: url('../images/img_Yellow@3x.png'), url('../images/img_Blue@3x.png'), url('../images/img_Red@3x.png');
  62. background-repeat: no-repeat;
  63. background-position: 97% 70%, 69% -5%, 0 80%;
  64. background-size: 156px 156px, 219px 219px, 352px 613px;
  65. }
  66. .section-main .left{
  67. padding: 80px 0 0 110px;
  68. width: 46%;
  69. float: left;
  70. }
  71. .section-main .left .title{
  72. line-height: 85px;
  73. font-size: 52px;
  74. font-weight: bold;
  75. }
  76. .section-main .left .content{
  77. color: #292929;
  78. font-size: 18px;
  79. line-height: 22px;
  80. }
  81. .section-main .left .store-link{
  82. margin-top: 30px;
  83. display: flex;
  84. justify-content: space-between;
  85. flex-wrap: nowrap;
  86. }
  87. .section-main .left .store-link a{
  88. display: inline-block;
  89. width: 46%;
  90. max-width: 210px;
  91. height: 80px;
  92. max-height: 80px;
  93. margin-right: 36px;
  94. background-size: 100% auto;
  95. background-repeat: no-repeat;
  96. }
  97. .section-main .left .store-link a:last-child{
  98. margin-right: 0;
  99. }
  100. .section-main .left .store-link a.appstore{
  101. background-image: url('./images/button_App_Store@3x.png')
  102. }
  103. .section-main .left .store-link a.googleplay{
  104. background-image: url('./images/button_Google_Play@3x.png')
  105. }
  106. .section-main .left .store-link a.website{
  107. background-image: url('./images/logo.svg')
  108. }
  109. .section-main .right{
  110. width: 54%;
  111. height: 990px;
  112. background-image: url('./images/screentshot_01.png');
  113. background-repeat: no-repeat;
  114. background-size: 80%;
  115. background-position: center;
  116. float: right;
  117. }
  118. /* section list show 4 feature */
  119. .section-repeat{
  120. margin-top: 180px;
  121. display: flex;
  122. justify-content: space-between;
  123. flex-wrap: nowrap;
  124. }
  125. .section-repeat:nth-child(2){
  126. margin-top: 0;
  127. }
  128. .section-repeat .theme-img{
  129. width: 50%;
  130. min-height: 720px;
  131. height: auto;
  132. background-size: 100% auto;
  133. background-repeat: no-repeat;
  134. background-position: center;
  135. }
  136. .section-repeat .theme-content{
  137. width: 50%;
  138. padding: 0 135px;
  139. }
  140. .section-repeat .theme-content .icon{
  141. margin-top: 105px;
  142. width: 80px;
  143. height: 80px;
  144. background-size: 100%;
  145. background-repeat: no-repeat;
  146. }
  147. .section-repeat .theme-content .title{
  148. margin-top: 30px;
  149. line-height: 42px;
  150. font-size: 36px;
  151. font-weight: bold;
  152. }
  153. .section-repeat .theme-content .content{
  154. margin-top: 40px;
  155. line-height: 22px;
  156. font-size: 18px;
  157. }
  158. .section-repeat .theme-content .content:last-child{
  159. margin-bottom: 105px;
  160. }
  161. .icon.innovation{
  162. background-image: url('./images/icon_Innovation@3x.png');
  163. }
  164. .theme-img.innovation{
  165. background-image: url('./images/img_Innovation@3x.png');
  166. }
  167. .icon.secret{
  168. background-image: url('./images/icon_Secret@3x.png');
  169. }
  170. .theme-img.secret{
  171. background-image: url('./images/img_Secret@3x.png');
  172. }
  173. .icon.coloring{
  174. background-image: url('./images/icon_Coloring@3x.png');
  175. }
  176. .theme-img.coloring{
  177. background-image: url('./images/img_Coloring@3x.png');
  178. }
  179. .icon.community{
  180. background-image: url('./images/icon_Community@3x.png');
  181. }
  182. .theme-img.community{
  183. background-image: url('./images/img_Community@3x.png');
  184. }
  185. .icon-blue-fb{
  186. margin-left: 10px;
  187. vertical-align: middle;
  188. display: inline-block;
  189. width: 28px;
  190. height: 28px;
  191. background-image: url('./images/icon_fb.png');
  192. background-size: 100%;
  193. background-repeat: no-repeat;
  194. }
  195. /* footer */
  196. .footer{
  197. position: relative;
  198. margin-top: 380px;
  199. padding: 0 135px;
  200. min-height: 530px;
  201. }
  202. .footer .line{
  203. border-top: 2px solid #292929;
  204. }
  205. .footer .footer-nav{
  206. color: #292929;
  207. font-weight: bold;
  208. margin-top: 124px;
  209. font-size: 18px;
  210. line-height: 22px;
  211. float: left;
  212. }
  213. .footer .footer-nav li:first-child{
  214. margin-bottom: 50px;
  215. }
  216. .footer .footer-nav li{
  217. margin-bottom: 10px;
  218. }
  219. .footer .footer-nav li a{
  220. color: #292929;
  221. }
  222. .footer .store-link{
  223. margin-top: 100px;
  224. float: right;
  225. }
  226. .footer .store-link a{
  227. display: inline-block;
  228. width: 210px;
  229. height: 80px;
  230. margin-right: 36px;
  231. background-size: 100%;
  232. background-repeat: no-repeat;
  233. }
  234. .footer .store-link a:last-child{
  235. margin-right: 0;
  236. }
  237. .footer .store-link a.appstore{
  238. background-image: url('./images/button_App_Store@3x.png')
  239. }
  240. .footer .store-link a.googleplay{
  241. background-image: url('./images/button_Google_Play@3x.png')
  242. }
  243. .footer .copyright{
  244. font-size: 18px;
  245. line-height: 22px;
  246. color: #9B9B9B;
  247. position: absolute;
  248. bottom: 40px;
  249. left: 50%;
  250. transform: translateX(-50%);
  251. }