| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- html{
- font-family: Rubik;
- }
- .container{
- max-width: 1440px;
- padding-top: 120px;
- margin: 0 auto;
- }
- /* header */
- .header{
- height: 120px;
- padding: 30px;
- position: fixed;
- top: 0;
- width: 100%;
- background-color: #fff;
- border-bottom: #e6e6e6 solid 1px;
- z-index: 999;
- }
- .header .header-container{
- max-width: 1440px;
- margin: 0 auto;
- }
- .header .logo{
- width: 60px;
- height: 60px;
- background-image: url('./logo.webp');
- border-radius:10px;
- background-size: 100%;
- background-repeat: no-repeat;
- text-indent: -1000px;
- float: left;
- }
- .header .logo-name{
- font-size: 24px;
- line-height: 60px;
- text-indent: 20px;
- float: left;
- }
- .header .header-link{
- height: 60px;
- float: right;
- }
- .header .header-link a{
- display: inline-block;
- margin: 15px 20px 15px 30px;
- width: 30px;
- height: 30px;
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .header .header-link a.link-fb{
- background-image: url('./images/icon_fb.png');
- }
- .header .header-link a.link-email{
- background-image: url('./images/icon_mail.png');
- }
- /* first screen */
- .section-main{
- padding: 20px 70px 400px;
- background-image: url('../images/img_Yellow@3x.png'), url('../images/img_Blue@3x.png'), url('../images/img_Red@3x.png');
- background-repeat: no-repeat;
- background-position: 97% 70%, 69% -5%, 0 80%;
- background-size: 156px 156px, 219px 219px, 352px 613px;
- }
- .section-main .left{
- padding: 80px 0 0 110px;
- width: 46%;
- float: left;
- }
- .section-main .left .title{
- line-height: 85px;
- font-size: 52px;
- font-weight: bold;
- }
- .section-main .left .content{
- color: #292929;
- font-size: 18px;
- line-height: 22px;
- }
- .section-main .left .store-link{
- margin-top: 30px;
- display: flex;
- justify-content: space-between;
- flex-wrap: nowrap;
- }
- .section-main .left .store-link a{
- display: inline-block;
- width: 46%;
- max-width: 210px;
- height: 80px;
- max-height: 80px;
- margin-right: 36px;
- background-size: 100% auto;
- background-repeat: no-repeat;
- }
- .section-main .left .store-link a:last-child{
- margin-right: 0;
- }
- .section-main .left .store-link a.appstore{
- background-image: url('./images/button_App_Store@3x.png')
- }
- .section-main .left .store-link a.googleplay{
- background-image: url('./images/button_Google_Play@3x.png')
- }
- .section-main .left .store-link a.website{
- background-image: url('./images/logo.svg')
- }
- .section-main .right{
- width: 54%;
- height: 990px;
- background-image: url('./images/screentshot_01.png');
- background-repeat: no-repeat;
- background-size: 80%;
- background-position: center;
- float: right;
- }
- /* section list show 4 feature */
- .section-repeat{
- margin-top: 180px;
- display: flex;
- justify-content: space-between;
- flex-wrap: nowrap;
- }
- .section-repeat:nth-child(2){
- margin-top: 0;
- }
- .section-repeat .theme-img{
- width: 50%;
- min-height: 720px;
- height: auto;
- background-size: 100% auto;
- background-repeat: no-repeat;
- background-position: center;
- }
- .section-repeat .theme-content{
- width: 50%;
- padding: 0 135px;
- }
- .section-repeat .theme-content .icon{
- margin-top: 105px;
- width: 80px;
- height: 80px;
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .section-repeat .theme-content .title{
- margin-top: 30px;
- line-height: 42px;
- font-size: 36px;
- font-weight: bold;
- }
- .section-repeat .theme-content .content{
- margin-top: 40px;
- line-height: 22px;
- font-size: 18px;
- }
- .section-repeat .theme-content .content:last-child{
- margin-bottom: 105px;
- }
- .icon.innovation{
- background-image: url('./images/icon_Innovation@3x.png');
- }
- .theme-img.innovation{
- background-image: url('./images/img_Innovation@3x.png');
- }
- .icon.secret{
- background-image: url('./images/icon_Secret@3x.png');
- }
- .theme-img.secret{
- background-image: url('./images/img_Secret@3x.png');
- }
- .icon.coloring{
- background-image: url('./images/icon_Coloring@3x.png');
- }
- .theme-img.coloring{
- background-image: url('./images/img_Coloring@3x.png');
- }
- .icon.community{
- background-image: url('./images/icon_Community@3x.png');
- }
- .theme-img.community{
- background-image: url('./images/img_Community@3x.png');
- }
- .icon-blue-fb{
- margin-left: 10px;
- vertical-align: middle;
- display: inline-block;
- width: 28px;
- height: 28px;
- background-image: url('./images/icon_fb.png');
- background-size: 100%;
- background-repeat: no-repeat;
- }
- /* footer */
- .footer{
- position: relative;
- margin-top: 380px;
- padding: 0 135px;
- min-height: 530px;
- }
- .footer .line{
- border-top: 2px solid #292929;
- }
- .footer .footer-nav{
- color: #292929;
- font-weight: bold;
- margin-top: 124px;
- font-size: 18px;
- line-height: 22px;
- float: left;
- }
- .footer .footer-nav li:first-child{
- margin-bottom: 50px;
- }
- .footer .footer-nav li{
- margin-bottom: 10px;
- }
- .footer .footer-nav li a{
- color: #292929;
-
- }
- .footer .store-link{
- margin-top: 100px;
- float: right;
- }
- .footer .store-link a{
- display: inline-block;
- width: 210px;
- height: 80px;
- margin-right: 36px;
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .footer .store-link a:last-child{
- margin-right: 0;
- }
- .footer .store-link a.appstore{
- background-image: url('./images/button_App_Store@3x.png')
- }
- .footer .store-link a.googleplay{
- background-image: url('./images/button_Google_Play@3x.png')
- }
- .footer .copyright{
- font-size: 18px;
- line-height: 22px;
- color: #9B9B9B;
- position: absolute;
- bottom: 40px;
- left: 50%;
- transform: translateX(-50%);
- }
|